Author: Edward Brown
Date: 23-01-02 19:42
I've been trying to Mount an audio CD so I can make an ISO image
of it (it is some music I've written and recorded...no piracy here). I have been unable to do so, and it's driving me nuts.
here is the output of the pertinent section of dmesg:
acd0: DVD-ROM <HITACHI DVD-ROM GD-5000> at ata1-master using PIO4
acd1: CD-RW <CD-RW CRX100E> at ata1-slave using PIO4
here is the pertinent part of /etc/fstab:
/dev/acd0c /cdrom cd9660 ro,noauto 0 0
/dev/acd1c /cdrom1 cd9660 ro,noauto 0 0
I try the following and it fails:
% mount_cd9660 /dev/acd1c /mnt/
mount_cd9660: /dev/acd1c: Invalid argument
OR
% mount_cd9660 /dev/acd1c /cdrom1
mount_cd9660: /dev/acd1c: Invalid argument
What gives? Anyone have any ideas what I'm doing wrong?
Ed
|
|