OK, here's the situation:
Code:
root@scorp:/usr/src/linux# mount -t udf /dev/hdc /mnt/dvd
mount: block device /dev/hdc is write-protected, mounting read-only
root@scorp:/usr/src/linux# ls /mnt/dvd/
AUDIO_TS VIDEO_TS autorun.dat autorun.exe autorun.inf
root@scorp:/usr/src/linux# exit
aborted@scorp:~$ cd /videos/
aborted@scorp:/videos$ mkisofs -dvd-video -o SAW.ISO /mnt/dvd/
mkisofs: Input/output error. cannot read from '/mnt/dvd/VIDEO_TS/VTS_01_0.VOB'
Anyone know what's up?
EDIT: Found a solution, and I'm angry about it. The drive I had it reading from was the brand new AOpen burner that I JUST got from newegg.com.
It better be just a cable that isn't seated right...
EDIT: The cable is connected properly, so I'm still confused. dmesg gives me LOTS of errors like this:
Code:
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50 { LastFailedSense=0x05 }
end_request: I/O error, dev hdc, sector 1596
Buffer I/O error on device hdc, logical block 399
Looked around and found that lots of other people have gotten similar errors...haven't found a solution though. I upgraded to kernel 2.6.11.2, but it was no use.