Featured Post

Use Multiple Debian Versions At the Same Time

If you like the reliability of Debian Stable, buy yearn for some newer packages from Testing or Unstable, you can have it all. Juliet Kemp shows us how to run a mixed Debian installation and pull packages from whatever version we desire.

Read More

Mounting a USB stick in FreeBSD

Posted by Anonymous Coward | Posted in BSD | Posted on 03-08-2009

Tags: , , ,

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 /mnt

Something I have always wondered is what the option msdosfs stands for and more importantly, why it is necessary.

Write a comment