relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
789 stars 179 forks source link

FreeBSD fstab #94

Closed pestalent1 closed 5 years ago

pestalent1 commented 6 years ago

what is the proper entry to auto mount in fstab on FreeBSD?

relan commented 6 years ago

Unfortunately I've no idea how automounting works in FreeBSD.

fhajji commented 6 years ago

Do you mean automount(8) and autofs(5)?

Section "Automating Mounts with autofs(5)" of the Handbook may be what you're looking for:

https://www.freebsd.org/doc/handbook/network-nfs.html

jbeich commented 6 years ago

FreeBSD 11.1+ should support exfat via autofs e.g.,

  1. Install sysutils/fusefs-exfat (no prebuilt package due to patents)
  2. Uncomment /media -media ... line in /etc/auto_master
  3. Apply config changes via service automount restart
  4. Browse /media after plugging the device using exfat
relan commented 5 years ago

The question was answered.