cant copy from a DVD-ROM

hi all
i have a problem with copying file from a DVD-Writer to HDD. i have a video CD that has *.DAT files on it… when i select & copy/paste from DVD-Writer to my HDD, It returns me below error:

can not real file /run/media/myusr/myvcd/mpeag/avseq01.dat

in command line i am trying to copy and i saw this error:

myusr@linux-72u4:~> cp /run/media/myusr/myvcd/mpeag/avseq01.dat/avseq01.dat /home/mehdi/Desktop/ 
cp: error reading '/run/media/myusr/myvcd/mpeag/avseq01.dat': Input/output error

can anyone tell me how do i resolve the problem?

thanx.

Does

journalctl -k

shows an error??

in part of output of the command is saw this:


Dec 09 22:08:43 linux-72u4 kernel: print_req_error: I/O error, dev sr0, sector 1202024
Dec 09 22:08:43 linux-72u4 kernel: attempt to access beyond end of device
Dec 09 22:08:43 linux-72u4 kernel: unknown-block(11,0): rw=0, want=1202028, limit=1202024
Dec 09 22:08:43 linux-72u4 kernel: Buffer I/O error on dev sr0, logical block 300506, async page read
Dec 09 22:08:43 linux-72u4 kernel: attempt to access beyond end of device
Dec 09 22:08:43 linux-72u4 kernel: unknown-block(11,0): rw=0, want=1202032, limit=1202024
Dec 09 22:08:43 linux-72u4 kernel: Buffer I/O error on dev sr0, logical block 300507, async page read

and

Dec 09 22:08:45 linux-72u4 kernel: print_req_error: I/O error, dev sr0, sector 768
Dec 09 22:08:45 linux-72u4 kernel: sr 1:0:0:0: [sr0] tag#22 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Dec 09 22:08:45 linux-72u4 kernel: sr 1:0:0:0: [sr0] tag#22 Sense Key : Illegal Request [current] 
Dec 09 22:08:45 linux-72u4 kernel: sr 1:0:0:0: [sr0] tag#22 Add. Sense: Illegal mode for this track
Dec 09 22:08:45 linux-72u4 kernel: sr 1:0:0:0: [sr0] tag#22 CDB: Read(10) 28 00 00 00 00 dc 00 00 01 00
Dec 09 22:08:45 linux-72u4 kernel: print_req_error: I/O error, dev sr0, sector 880
Dec 09 22:08:45 linux-72u4 kernel: Buffer I/O error on dev sr0, logical block 220, async page read

and

Dec 09 22:08:46 linux-72u4 kernel: print_req_error: I/O error, dev sr0, sector 884
Dec 09 22:08:46 linux-72u4 kernel: Buffer I/O error on dev sr0, logical block 221, async page read

CD/DVD-Protection?

no any protection, it is free

Possibly a “faulty” DVD…

All DVDs or just that specific one?

Is it a commercially produced DVD, or one that you’ve written?

Have you tried copying similar files from another DVD?

Are you able to try the “faulty” DVD in a different drive and/or computer.

All DVDs or just that specific one?

not all DVD’s or CD’s, only Video CD’s (for mp3 CD’s or Data CD/DVD i have no any problem)

Is it a commercially produced DVD, or one that you’ve written?

it is a commercially produced but some i wrote too…

Have you tried copying similar files from another DVD?

not similar files… when i have some data dfile i have no any problem
only *.Dat files on VCDs cant copied

Are you able to try the “faulty” DVD in a different drive and/or computer.

i trying to copy today:
1st: i have a MS Windows 7 as guest on VBox on same PC…when i want to copy that files by Windows, it tell me this error: “invalid MS-Dos function”
2nd: my friend i have a MS Windows 7 and i have no any error when i copied on its HDD… it copied without any problem.

tnx

This rather old post seems to relate to a very similar problem:

Comment #8 suggests a solution is to use “vcdxrip”, which is part of the package “VCDImager”:

https://software.opensuse.org/package/vcdimager

Perhaps take a look at that, sorry, I’m not familiar with that package, or indeed Video Cds :frowning:

Thank you …Great…! it is work…!