LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   copy VCD files (https://www.linuxquestions.org/questions/linux-general-1/copy-vcd-files-96021/)

demmylls 09-23-2003 03:49 PM

copy VCD files
 
i have mounted my cdrom using
# mount /mnt/cdrom and then tried to copy vcd disk in
/mnt/cdrom/MPEGAV/AVSEQ01.DAT
by copy and paste at my disk but it popup a message says
"Could not read file /mnt/cdrom/MPEGAV/AVSEQ01.DAT
[cancel] [skip] [auto skip]

TheRealDeal 09-23-2003 06:32 PM

Hi,

Drop to a terminal window and after you have mounted your CDROM, type cp -drv /mnt/cdrom/MPEGAV/AVSEQ01.DAT /tmp that will try and copy the .DAT file to the /tmp directory.

If you get errors there, you may have a bad copy or the CD. Are you able to watch the movie all the way through with no probs?

>Craig :)


All times are GMT -5. The time now is 06:52 PM.