After many, many failed attempts to get a PC-BSD installation I've finally managed to get it installed and am in the process of learning my way around.
Very much a beginner.
First problem:
I'm trying to mount a shared fat32 partition with full read/write access and that automatically mounts on boot.
This is the entry I have in /etc/fstab:
|
Code:
|
/dev/ad1s6 /media/shared msdosfs rw 0 0 |
It does mount and I can see the files but I am unable to write to the partition as user.
Any help?
This is the only way I can do it in linux and I'm assuming BSD does things differently.
|
Code:
|
/dev/sda6/ media/shared vfat auto,rw,umask=0000,noatime 0 0 |