On FC3, I'm having problems mounting DVD-R's. They come up with strange owner & permissions and I can't view them unless I'm root. CD-R's work just fine in the same drive.
Here is what 'ls -l /media' shows:
DVD-R:
dr--r--r-- 5 4294967295 4294967295 644 Jan 21 18:16 cdrecorder
CD-R:
dr-xr-xr-x 1 root root 2.0K Jun 13 2003 cdrecorder
what 'mount' says:
DVD-R:
/dev/hdc on /media/cdrecorder type udf (ro,nosuid,nodev)
CD-R:
/dev/hdc on /media/cdrecorder type iso9660 (ro,nosuid,nodev,user=mivey)
Here is what I've already tried:
- logging in as root and mounting the drive by hand. This works but is tedious
- I saw suggestions to update the udev package. I already have the latest (udev-039-10.FC3.7)
- I saw suggestions to change settings in fstab, but in FC3 fstab-sync overwrites fstab so I didn't try this. For what it is worth, my fstab line looks like this:
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
Any help would be appreciated