i have windows and linux distributions on my dvd but im having trouble making an iso.
im using cdimage.exe
start cdimage.exe -lAIODVD -t08/23/2001,09:00:00 -b\MAIN\BOOT\loader.bin -h -n -o -m \MAIN C:\AIO-DVD.iso
can someone tell me what"-h" "-n" "-o" "-m" means...
==============================
better yet im trying to make a dvd with these two file systems.
ISO 9660:1999 v2 (max 207)
+
Rock Ridge
anyone kind enough to compile the necessary switches for these two file system... plz.
Page 1 of 1
File System Problems... HELP! everything else is working fine.
#2
Posted 26 November 2008 - 03:14 PM
Quote
can someone tell me what"-h" "-n" "-o" "-m" means...
cdimage -?
-h include hidden files and directories
-n allow long filenames (longer than DOS 8.3 names)
-o optimize storage by encoding duplicate files only once
-m ignore maximum image size of 681,984,000 bytes
Quote
better yet im trying to make a dvd with these two file systems.
ISO 9660:1999 v2 (max 207)
+
Rock Ridge
ISO 9660:1999 v2 (max 207)
+
Rock Ridge
mkisofs -iso-lelvel 4 -r
Try
mkisofs -iso-lelvel 4 -r -D -b BOOT/loader.bin -hide loader.bin -hide boot.catalog -no-emul-boot -boot-load-size 4 -force-uppercase -duplicates-once -o C:\AIO-DVD.iso \MAIN
http://smithii.com/f...otcd.ru-w32.zip
#3
Posted 03 December 2008 - 11:52 AM
hey thanks cdob for the suggestions. but i got it figured out with cdimage and here's the code i used. it can boot both linux and windows. i'll post my work in the resources section.
Quote
start cdimage.exe -l"BOOT_AIO" -t03/22/2008,13:00:00 -h -j1 -b"F:\MAIN\boot\loader.bin" -o -m "F:\MAIN" "C:\BOOT_AIO.iso"
Share this topic:
Page 1 of 1



Help
Back to top










