I have a USB stick that automount mounts in way that only root has write access to it:
-rwxr-xr-x 1 root wheel
This is what gpart show prints for this device:
=> 63 15132609 da1 MBR (7.2G)
63 8001 - free - (3.9M)
8064 15124608 1 fat32lba (7.2G)
Is it possible to have mount with write access for non-privileged users?
I have a USB stick that automount mounts in way that only
roothas write access to it:-rwxr-xr-x 1 root wheelThis is what
gpart showprints for this device:Is it possible to have mount with write access for non-privileged users?