Creating ISO image question
Hi folks,
RH 8.0
$ rpm -q mkisofs
mkisofs-1.10-14
1)
# mkisofs -R -o cdimage.iso -max-iso9660-filenames -hide-rr-moved /path/to/folder/
Warning: creating filesystem that does not conform to ISO-9660.
Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS.
.....
ISO image created with long filename
2)
mkisofs -R -o cdimage.iso -J -hide-rr-moved /path/to/folder/
mkisofs: Joliet tree sort failed
.......
No ISO image created
3)
# mkisofs -R -o cdimage.iso -l -hide-rr-moved /path/to/folder/
NO warning. ISO image created with long filename
Kindly advise how to fix the problems on 1) and 2) above
TIA
B.R.
satimis
|