Evil_TTL> show | s

Mounting

Category:Unix -> FreeBSD

Mounting on FreeBSD

1) Plug in a flash drive;
2) Type dmesg and clear out the device name. In most cases it’s going to be either da0 or da1;
3) Use the following command to mount the flash drive:

mount_msdosfs /dev/da0 /mnt 
By privilege15