using pkg automount
vermaden.wordpress.com
sudo ee /usr/local/etc/automount.conf
reboot, plugged in a ssd via usb port open thunar click on drive get error 'mount failed with mount /dev/da0p1: invalid argument'
ssd is ext4 format
now what to do to get this to work?

FreeBSD Desktop – Part 17 – Configuration – Automount Removable Media
In this article in the FreeBSD Desktop series I will introduce various methods to automatically (or not) mount external/removable devices such as USB or eSATA disks/pendrives or SD/microSD flash ca…

sudo ee /usr/local/etc/automount.conf
Code:
USERUMOUNT=YES
ATIME=NO
REMOVEDIRS=YES
FM="thunar --browser --no-desktop"
USER=userx
ENCODING=C.UTF-8
CODEPAGE=cp852
ssd is ext4 format
now what to do to get this to work?