How to mount a USB disk on FreeBSD You can see your da-devices by # ls /dev/da* If you see e.g. /dev/da0s1 listed, try mounting with # mount_msdosfs /dev/da0s1 /media/usb If you have set up sudo correctly you can Read More