PDA

View Full Version : Reading/Writing DirectCD disks in Fedora Core 2 (SMP)


daydreamer
2004-11-06, 05:07 PM CST
H
I am trying to reading CD-R disks on a Fedore Core 2 System (2.6.8-1.521smp). All the latest patches have been applied (up2date displays the blue tick mark).
mou
All the disk have been formatted using Roxio's DirectCD on a Dell 8300 system.

I have tried using:

mount -t udf /dev/cdrom /mnt/cdrom

as root, but the file system displays:

>df -k .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda3 10080520 6714800 2853652 71% /

>ls -la
total 8
drwxr-xr-x 2 root root 4096 Jul 8 23:17 .
drwxr-xr-x 4 root root 4096 Jul 28 20:12 ..

If I try:
>mount -t udf /dev/cdrom /mnt/cdrom

I get the messages:

mount: block device /dev/cdrom is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems


I have also tried installing xcdroast, but that only seems to copy and/or write.

Can anyone help?