I have the following mount point. (I did not configuration aside from plugging in the external USB HD.):
# mount -t fuseblk
/dev/sda1 on /media/FreeAgent_GoFlex_Drive type fuseblk (rw,nosuid,nodev,noatime,user_id=0,group_id=0,default_permissions,allow_other,bl)
How might I make this drive writable to authenticated users (ssh and eventually Samba)? Do I edit the /etc/rc.conf?
Many thanks.