Quote:
Originally posted by trickykid
Set it up so your users or groups have access via the /etc/fstab file when it is mounted.
|
I added the users option to the fstab file and made my regular account a part of that group but I still have to use the chmod command so a program like Sound Juicer can read the disc to look up CDDB info. I can open a CD up in the file browser fine and see the contents but Sound Juicer won't work right.
This is my fstab file contents:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hdb3 /mnt/windows vfat auto,umask=0 0 0
/dev/hdc /media/cdrecorder auto noauto,users,owner,rw 0 0
As to the suggestion about the permissions I'm not sure what I would need to do. I opened the file under that dir and the line says hd*:root:disk:0660 already.