水木-如何制作ISO文件
清华水木 null
〖返回〗〖转发〗
水木-如何制作ISO文件
1、在Mandrake主页上看见的,应该是普遍适用的吧。
How to create a iso image ?
#mirror from ftp the oxygen/ directory preserving permissions and
symlinks
cd /mnt/disk
lftp -c 'open ftp.somewhere.org; cd some/dir/oxygen; mirror'
# Do a little prep to get the boot images to the start of the disk
mkdir -p /tmp/r
mv /mnt/disk/images /tmp/r
mkisofs -R
-o /output/dir/oxygen.iso
-b images/gi_cdrom.img
-c images/.catalog
/tmp/r
/mnt/disk
--
==================================
2、Re: 咋在Linux下做ISO文件?
发信站: BBS 水木清华站 (Fri Sep 24 11:44:04 1999)
我现在在Linux下刻盘都用 xcdroast,非常好用,并不比windows下
的刻盘软件差不仅可以将cd做成iso,将文件做成iso,拷贝cd,刻录
iso文件,刻录cd唱碟,还有各种校验功能保证刻盘正确.
【 在 cybergene (活泼的基因) 的大作中提到: 】
∶ 俺现在有一张Mandrake6.1的盘,想作成ISO放在FTP上,但是
∶ 咋做呢?
∶ 比如盘在/mnt/cdrom.
=================================
ok! 搞定了,现在可以直接光盘启动安装了.就是这个.给闹的,
改过来就好了,正确的命令应该是:
#mkisofs -r -v -T -J -V "Extreme_RedHat5.0" -b images/boot.img
-c misc/boot/boot.cat /tmp/exRedhat.iso .
^^^当前所在的目录,在用这个命令的时候
就是存放extreme_linux的目录.
【 在 ttao (苦乐生涯) 的大作中提到: 】
∶ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^//faint,这个地方应该是 .
∶ 它要用相对路径,比较两种方法的iso,大小差了30k,
∶ 等明天cd-wirter试一试,这是刻的第三张盘.
iamafan@linuxaid.com.cn