hulei2008 发表于 2005-2-27 09:41:40

本人很菜~!~打开physdiskwrite-0.5写入工具一闪就过去了不知道怎么打开~!~本人是windoXP系统~!~烦请各位我这个菜鸟~!~!~

analyst 发表于 2005-2-27 10:57:04

硬盘版的安装方法:

QUOTE
Installation on a standard PC requires the following steps:download the raw CF/IDE image (generic-pc) write the image to a CF card (> 5 MB) or an IDE hard disk, either with dd under FreeBSD or under Windows with my tool, physdiskwrite 0.5 FreeBSD:gzcat generic-pc-xxx.img | dd of=/dev/rad bs=16kwhere n = the ad device number of your CF card (check dmesg)(ignore the warning about trailing garbage - it's because of the digital signature) Linux:gunzip -c generic-pc-xxx.img | dd of=/dev/hdX bs=16kwhere X = the IDE device name of your HD/CF card (check with hdparm -i /dev/hdX) - some CF adapters, particularly USB, may show up under SCSI emulation as /dev/sdX(ignore the warning about trailing garbage - it's because of the digital signature) Windows:(use the -u flag if the target disk is > 800 MB - make very sure you've selected the right disk!!)physdiskwrite [-u] generic-pc-xxx.img(you must use v0.3 or later!) put the CF card/HD into the target PC plug the PC into the network (LAN/WAN/...) power it up assign functions (LAN/WAN/OPT) to your interfaces (hint: use auto-detection, or let the MAC addresses tell you which card is which one) change the LAN IP address, or use the default (192.168.1.1; m0n0wall acts as a DHCP server by default) access the webGUI (user: 'admin', default password: 'mono') make the necessary changes to the default configuration

hulei2008 发表于 2005-2-27 11:29:37

C:\Documents and Settings\Administrator\桌面

hulei2008 发表于 2005-2-27 11:51:43

那位能写个具体的步骤出来吗?

samenlia 发表于 2005-2-27 17:05:59

唉,看来你对计算机不熟,至少是对命令行操作不熟,我就简单写一下吧。1、下载 physdiskwrite.exe (0.5版) 和 generic-pc-1.2b5.img放在 c:\2、开始-运行-输入cmd 回车 进入命令行环境3、在命令行下输入:c:cd \dir 确保可以看到 1 中的两个文件4、如果你的硬盘超过 800M在命令下输入 physdiskwrite -u generic-pc-1.2b5.img 回车提示写入的目标盘, 一般 0是你的操作系统所在的硬盘,那么1就是你挂的第二块硬盘,就是要写入m0n0wall的硬盘,所以输入 1 然后根据提示输入y进行确认。5、如果你的硬盘不到 800M在命令下输入 physdiskwrite generic-pc-1.2b5.img 回车提示写入的目标盘, 一般 0是你的操作系统所在的硬盘,那么1就是你挂的第二块硬盘,就是要写入m0n0wall的硬盘,所以输入 1 然后根据提示输入y进行确认。6、提示写入成功就ok了,挂到原来的计算机上就可以进行初始化设置和运行了。

hulei2008 发表于 2005-2-27 19:14:29

samenlia: 谢谢~!~
页: [1]
查看完整版本: 求M0N0 generic-pc-1.2b5.img 写入硬盘全部过程!!!