user-mounted FAT volume
I have a 40gig FAT drive hooked up for my media files. Right now, when I boot up the system mounts it to the proper locations and everything, but it's only read/writeable as root. I'd like to have the system automount it with full rights to regular users.
The workaround I've been using is unmounting as root, and remounting as normal user. This works all well and good, but I'd prefer if the system mounted it properly for me on boot. Google came up with many fstab related results but none seemed to have what i was looking for. My current fstab entry for that drive is
/dev/hdb1 /mnt/d vfat user,auto 0 0
The workaround I've been using is unmounting as root, and remounting as normal user. This works all well and good, but I'd prefer if the system mounted it properly for me on boot. Google came up with many fstab related results but none seemed to have what i was looking for. My current fstab entry for that drive is
/dev/hdb1 /mnt/d vfat user,auto 0 0
