Other I cant automount exfat or other file systems on i3

I was able to mount fat32, and find its contents. But every other type of drive does not work. I tried automount and it never worked for anything but fat32. It works on KDE, but not i3
 
I've just come across this question on a search for exFAT. You really need to give more details to get any answers.

If you're trying to mount exFAT file systems, you need:

# pkg install fusefs-exfat
# kldload fusefs
# mount.fusefs /dev/da0s1 /mnt

This assumes that your "drive" shows up as /dev/da0. Otherwise modify accordingly. You can see the device in the dmesg output.
 
Back
Top