LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to copy and paste acd copy cd (https://www.linuxquestions.org/questions/linux-general-1/how-to-copy-and-paste-acd-copy-cd-166405/)

paschim 04-05-2004 08:17 AM

how to copy and paste acd copy cd
 
I was usind command like cp and all that bash command but idunno the full syntax. I was trying to coupy my cd in mandrake, didn't work. Can anyone pls help me with command how to copy to and from cd.It will be much appreceated

XavierP 04-05-2004 09:21 AM

cp /path/to/filename /path/to/wherever/you/want to save it to

eg cp /mnt/cdrom/foo.bar /home/paschim/foo.bar

fzzy 04-05-2004 09:25 AM

mount /dev/cdrom (or whatever device name) /mnt/cdrom

cp -vrp /mnt/cdrom/* /folder (cp --help for more info)

copy to CD's : man cdrtools or google 'linux copy cd's'

http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html


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