Ok, I have Gentoo on one partition of an 80gig hard drive (hda1), there is another 200gig partition on a different hard drive (hdb1). I want my normal user, darinf, to be able to write to hdb1.
So far root can read and write to this partition, but darinf can only read.
Here's the /etc/fstab entry
Code:
/dev/hdb1 /hd ext3 rw,auto,user 0 1
I didn't want to type out /mnt/hd everytime so the mount point is just /hd.
I'm stuck on this one so any help is appreciated.
Thanks,