Jump to content

File System Problems... HELP!


rageaddict

Recommended Posts

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.

Link to comment
Share on other sites


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

better yet im trying to make a dvd with these two file systems.

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/files/cdrtools-2.01-bootcd.ru-w32.zip

Link to comment
Share on other sites

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.

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"
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...