|
我把rhas4里面的文件都拷贝了出来,想在用mkisofs作一下可一引导安装的iso,也就是把这个目录手工的还原成可以引导安装的iso镜像,也就是把image/boot.iso当成引导文件在作iso时加上,但是
我输入了下面的命令,最后总是提示我说boot.iso超出了范围,这是为什么呀?兄弟们,这个工作对我来说是很有用的,我必需要从新手动的还原一下,我就是想把我在rhas4的第一张安装盘里面全部复制的内容在给还原成和真正的raas4第一张安装盘有一样的功能的iso镜像,情兄弟们赐教!!跪谢!
[code:1]
[fydream@fydream rh]$ mkisofs -L -l -v -b images/boot.iso -eltorito-alt-boot -o /home/fydream/ouros.iso
mkisofs: The option '-L' is reserved by POSIX.1-2001.
mkisofs: The option '-L' means 'follow all symbolic links'.
mkisofs: Mkisofs-2.02 will introduce POSIX semantics for '-L'.
mkisofs: Use -allow-leading-dots in future to get old mkisofs behavior.
Warning: creating filesystem that does not conform to ISO-9660.
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
mkisofs 2.01 (i686-pc-linux-gnu)
mkisofs: Missing pathspec.
Usage: mkisofs [options] file...
Use mkisofs -help
to get a list of valid options.
[fydream@fydream rh]$ mkisofs -L -l -v -b images/boot.iso -eltorito-alt-boot -o/home/fydream/ouros.iso /home/fydream/makelinux/备份/rh/
mkisofs: The option '-L' is reserved by POSIX.1-2001.
mkisofs: The option '-L' means 'follow all symbolic links'.
mkisofs: Mkisofs-2.02 will introduce POSIX semantics for '-L'.
mkisofs: Use -allow-leading-dots in future to get old mkisofs behavior.
Warning: creating filesystem that does not conform to ISO-9660.
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
mkisofs 2.01 (i686-pc-linux-gnu)
Scanning /home/fydream/mak
elinux/备份/rh/
Scanning /home/fydream/makelinux/备份/rh/SRPMS
Scanning /home/fydream/makelinux/备份/rh/RedHat
Scanning /home/fydream/makelinux/备份/rh/RedHat/base
Scanning /home/fydream/makelinux/备份/rh/RedHat/RPMS
Scanning /home/fydream/makelinux/备份/rh/images
Scanning /home/fydream/makelinux/备份/rh/images/pxeboot
Scanning /home/fydream/makelinux/备份/rh/isolinux
Writing: Initial Padblock Start Block 0
Done with: Initial Padblock Block(s) 16
Writing: Primary Volume Descriptor Start Block 16
Done with: Primary Volume Descriptor Block(s) 1
Writing: Eltorito Volume Descriptor Start Block 17
Size of boot image is 9820 sectors -> mkisofs: Error - boot image '/home/fydream/makelinux/备份/rh/images/boot.iso' has not an allowable size.
[/code:1] |
|