Hello,
I've read many things about automounting USB drives on FreeBSD, and I wished I could use sysutils/automount to do that on my XFCE desktop. But it fails and I've no clue why.
I'm running FreeBSD 12 RELEASE and the latest sysutils/automount pkg. I've installed and loaded FUSE, set vfs.usermount to 1, but still, my system fails mounting USB drives:
After that, I wait, I try to access the drive in /media/, etc. nothing works. Drive does not mount.
Any hint?
I've read many things about automounting USB drives on FreeBSD, and I wished I could use sysutils/automount to do that on my XFCE desktop. But it fails and I've no clue why.
I'm running FreeBSD 12 RELEASE and the latest sysutils/automount pkg. I've installed and loaded FUSE, set vfs.usermount to 1, but still, my system fails mounting USB drives:
Code:
$ tail -f /var/log/automount.log
2019-07-20 15:37:55 /dev/da0: random wait for '0.2' seconds before 'attach' action
2019-07-20 15:37:55 /dev/da0: attach
2019-07-20 15:37:55 /dev/da0: filesystem not supported or no filesystem
2019-07-20 15:37:56 /dev/da0s1: random wait for '0.2' seconds before 'attach' action
2019-07-20 15:37:56 /dev/da0s1: attach
2019-07-20 15:37:56 /dev/da0s1: fsck_msdosfs ** /dev/da0s1
2019-07-20 15:37:56 /dev/da0s1: fsck_msdosfs ** Phase 1 - Read and Compare FATs
2019-07-20 15:37:56 /dev/da0s1: fsck_msdosfs ** Phase 2 - Check Cluster Chains
2019-07-20 15:37:56 /dev/da0s1: fsck_msdosfs ** Phase 3 - Checking Directories
2019-07-20 15:37:56 /dev/da0s1: fsck_msdosfs ** Phase 4 - Checking for Lost Files
2019-07-20 15:37:56 /dev/da0s1: fsck_msdosfs 338 files, 2303824 free (930421 clusters)
2019-07-20 15:37:56 /dev/da0s1: mount (fat)
After that, I wait, I try to access the drive in /media/, etc. nothing works. Drive does not mount.
Any hint?