Mounting a USB stick in FreeBSD
Posted by Anonymous Coward | Posted in BSD | Posted on 03-08-2009
Tags: BSD, free, FreeBSD, Hat
0
When mounting a USB stick or pen drive on a FreeBSD machine I always issue the following command:
Code:
mount -t msdosfs /dev/da0s1 /mntSomething I have always wondered is what the option msdosfs stands for and more importantly, why it is necessary.

