Results 1 to 2 of 2
What do I do to mount a USB Flash Drive? I'm using FreeBSD 6.0...
- 02-10-2006 #1Just Joined!
- Join Date
- Feb 2006
- Location
- Wouldn't you like to know...
- Posts
- 40
How to Mount USB Flash Drive
What do I do to mount a USB Flash Drive? I'm using FreeBSD 6.0
- 02-11-2006 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
See here for user mounting: http://www.linuxforums.org/forum/eve...-0-solved.html
Assuming that you want to mount it to /mnt/usb:
If the whole device is one filesystem, do a "mount_msdosfs /dev/da0 /mnt/usb"
If there's a partition table with one partition on it, do a "mount_msdosfs /dev/da0s1 /mnt/usb"


Reply With Quote
