I am having issues with my fstab file. This is what I want. I have an external hard drive, I want read and write access for all users, I have an internal hard drive two partitions, hdc4 is the second partition, I want read and write access to this with all users
this is my file
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
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
LABEL=SWAP-hdc3 swap swap defaults 0 0
/dev/hdc4 /mnt/all auto auto,user,rw 0 0
/dev/hda /media/cdrecorder auto pamconsole,exec,noauto,fscontext=system_u

bject_r:removable_t,managed 0 0
/dev/sda1 /media/WD_Combo vfat auto,user,iocharset=utf8,fscontext=system_u

bject_r:removable_t,managed 0 0
Another issue is that my external mounted automatically when I plugged it in and it mounted to a place that I didn't want it. I want my external to mount to /media/external. I changed this but when I rebooted it put it back to /media/WD_Combo
Then when I try to go into terminal to change permissions of WD_Combo files such as a folder "Files" I do su, password, chmod -R 777 /media/WD_Combo/Files and nothing happens, the permissions of the folder don't change. I'm getting a little frustrated. So read and write access to hdc4 and sda1....both mounting on boot. hdc4 mounting to /mnt/all and sda1 mounting to /media/external. THANK YOu
djljjm