LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   growisofs only can create file under DVD root directory? (https://www.linuxquestions.org/questions/linux-newbie-8/growisofs-only-can-create-file-under-dvd-root-directory-373965/)

bravehao 10-17-2005 11:47 AM

growisofs only can create file under DVD root directory?
 
i use:
growisofs -M /dev/cdrom -J -R /home/key/

i do have files under /key, but i just want to write key directory to dvd root, but the command i use just write all files under /key to DVD root directory, how can i do this?

MasterC 10-17-2005 12:02 PM

What about removing that last / ?

So:
growisofs -M /dev/cdrom -J -R /home/key

Cool


All times are GMT -5. The time now is 01:42 AM.