Jeg har et AOpen DVD-drev (1240) og een DVD. Da jeg forsøgt at afspille
den med omi_gtk, gik /var/log/messages helt amok:
Jun 22 14:55:52 localhost kernel: hdc: command error: status=0x51 {
DriveReady SeekComplete Error }
Jun 22 14:55:52 localhost kernel: hdc: command error: error=0x54
Jun 22 14:55:52 localhost kernel: hdc: command error: status=0x51 {
DriveReady SeekComplete Error }
Jun 22 14:55:52 localhost kernel: hdc: command error: error=0x54
Jun 22 14:55:52 localhost kernel: end_request: I/O error, dev 16:00
(hdc), sector 14939432
Jun 22 14:55:52 localhost kernel: hdc: command error: status=0x51 {
DriveReady SeekComplete Error }
Jun 22 14:55:52 localhost kernel: hdc: command error: error=0x54
Jun 22 14:55:52 localhost kernel: end_request: I/O error, dev 16:00
(hdc), sector 14939408
osv.
Så tænkte jeg at jeg ville se om jeg kunne se filerne manuelt:
# mkdir tmp4
# mount /dev/dvd tmp4/
# cd tmp4/video_ts/
# ls -l
total 7921179
-r-xr-xr-x 1 root root 16384 Jul 2 2000 video_ts.bup
-r-xr-xr-x 1 root root 16384 Jul 2 2000 video_ts.ifo
-r-xr-xr-x 1 root root 178176 Jul 2 2000 video_ts.vob
-r-xr-xr-x 1 root root 143360 Jul 2 2000 vts_01_0.bup
-r-xr-xr-x 1 root root 143360 Jul 2 2000 vts_01_0.ifo
-r-xr-xr-x 1 root root 9938944 Jul 2 2000 vts_01_0.vob
-r-xr-xr-x 1 root root 1073565696 Jul 2 2000 vts_01_1.vob
-r-xr-xr-x 1 root root 1073565696 Jul 2 2000 vts_01_2.vob
-r-xr-xr-x 1 root root 1073565696 Jul 2 2000 vts_01_3.vob
-r-xr-xr-x 1 root root 1073565696 Jul 2 2000 vts_01_4.vob
-r-xr-xr-x 1 root root 1073565696 Jul 2 2000 vts_01_5.vob
-r-xr-xr-x 1 root root 1073565696 Jul 2 2000 vts_01_6.vob
-r-xr-xr-x 1 root root 1073565696 Jul 2 2000 vts_01_7.vob
-r-xr-xr-x 1 root root 7518208 Jul 2 2000 vts_01_8.vob
-r-xr-xr-x 1 root root 18432 Jul 2 2000 vts_02_0.bup
-r-xr-xr-x 1 root root 18432 Jul 2 2000 vts_02_0.ifo
-r-xr-xr-x 1 root root 178176 Jul 2 2000 vts_02_0.vob
-r-xr-xr-x 1 root root 115216384 Jul 2 2000 vts_02_1.vob
-r-xr-xr-x 1 root root 26624 Jul 2 2000 vts_03_0.bup
-r-xr-xr-x 1 root root 26624 Jul 2 2000 vts_03_0.ifo
-r-xr-xr-x 1 root root 178176 Jul 2 2000 vts_03_0.vob
-r-xr-xr-x 1 root root 446842880 Jul 2 2000 vts_03_1.vob
# cat * > /dev/null
cat: vts_01_0.vob: Input/output error
cat: vts_01_1.vob: Input/output error
cat: vts_01_2.vob: Input/output error
cat: vts_01_3.vob: Input/output error
cat: vts_01_4.vob: Input/output error
cat: vts_01_5.vob: Input/output error
cat: vts_01_6.vob: Input/output error
cat: vts_01_7.vob: Input/output error
cat: vts_01_8.vob: Input/output error
cat: vts_02_0.vob: Input/output error
cat: vts_02_1.vob: Input/output error
cat: vts_03_0.vob: Input/output error
cat: vts_03_1.vob: Input/output error
Og hvad er der så galt?