Hi,
I have finally made some effort on writing flexible yet very simple automounter for FreeBSD desktop.
Feel free to submit me BUG reports to this thread
It currently supports these file formats:
-- NTFS requires sysutils/fusefs-ntfs for R/W
-- FAT/FAT32
-- exFAT requires sysutils/fusefs-exfat
-- EXT2
-- EXT3
-- EXT4 requires sysutils/fusefs-ext4fuse
-- UFS
It keeps state of the mounted devices at /var/run/automount.state and logs all activities to /var/log/automount.log file.
The place for the script is at /usr/local/sbin/automount.sh executable.
The only additional configuration it requires is /usr/local/etc/devd/automount_devd.conf file.
I have created repository @ GITHUB here:
https://github.com/vermaden/automount
I have finally made some effort on writing flexible yet very simple automounter for FreeBSD desktop.
Feel free to submit me BUG reports to this thread

It currently supports these file formats:
-- NTFS requires sysutils/fusefs-ntfs for R/W
-- FAT/FAT32
-- exFAT requires sysutils/fusefs-exfat
-- EXT2
-- EXT3
-- EXT4 requires sysutils/fusefs-ext4fuse
-- UFS
It keeps state of the mounted devices at /var/run/automount.state and logs all activities to /var/log/automount.log file.
The place for the script is at /usr/local/sbin/automount.sh executable.
The only additional configuration it requires is /usr/local/etc/devd/automount_devd.conf file.
I have created repository @ GITHUB here:
https://github.com/vermaden/automount