View Single Post

   
  #1 (permalink)  
Old 01-17-2008, 06:25 PM
RRB
 
Posts: n/a
Default a question about mkisofs directory structure

Hi to all, i wish to pose a question that could not be answered reading
'man mkisofs', or at least i was not able to do it...

I wish to reproduce the same directory structure i have on my home dir
on a burned cdr,but it does not work.

I have: /home/bob/images
.../files
.../work
and so on; i wish to have /bob/images ... etc,etc on the cdr, but i get:
/images
/files
... etc etc.

the command i use is:

mkisofs -v -L -J -r /home/bob | \
cdrecord (some options) -

Any ideas,suggestions?

Tia, Robert.

Reply With Quote