>2. If I use mkisofs like 'mkisofs -R -o cdimage.raw *', and later mount them
>using 'mount cdimage.raw -r -t iso9660 -o loop /mnt', I get all the files in
>all sub dirs listed in one place. I can't see my directory structure. I read
>the man pages of cdrecord or mkisofs and it was mentioned about it. But is
>there any way out for this?
Don't use mkisofs * like you do here. Put all dirs you want to show up on
a cd into a directory, then burn that directory.
For example, I do this:
mkdir cdroot
copy all directories I want to show up on the cd into cdroot
mkisofs -R -o cdimage.raw cdroot
Then burn the cdimage.raw
So, if you make a cdroot/mp3s directory, mounting the cdrom on /cdrom will
show a "/cdrom/mp3s' directory.
--
Brian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]