|
发表于 2009-6-8 23:21:33
|
显示全部楼层
不是量产光盘, 就是对普通U盘灌镜像(类似ghost), 用 mcc 中的硬盘管理发现: 已填充部分是 linux native 格式(ext2??), 其余部分是 空的(未分区)。
http://wiki.mandriva.com/en/2009.1_RC_2#Hybrid_ISOs
这里介绍了 linux 下使用普通U盘就可制作liveUSB:
* plug USB stick on a running system
* unmount any mount points from this USB stick
* as root, run
dd if=mandriva-linux-one-2009.1-rc2-GNOME-int-cdrom-i586.iso of=/dev/sdX bs=8M
where /dev/sdX is the path for the device of your USB stick and X is a only one letter (not one letter and one number). For instance /dev/sdc or /dev/sdd are correct, /dev/sdc1 or /dev/sdd2 are not correct and won't work.
* when completed, run sync
* then unplug the stick
* and reboot to test it
windows 下的那个 seed.zip 不好用, 在我这,连 U盘都认不出。
楼主的图不就是的么? unable to find ,,, 就是找不到U盘。
linux 下, 无需 seed.sh , 系统自带命令su, fdisk -l (字母L的小写,不是数字1), dd ,sync 就可以了。
windows下,seed.zip 不起作用。 |
|