mounting pendrive
Justin C. Sherrill
justin at shiningsilence.com
Sat Jun 12 13:26:39 PDT 2010
On Sat, June 12, 2010 3:26 am, dark0s Optik wrote:
> How can I mount my pendrive into dragonflybsd?
Stick it in an available slot.
Either the console or dmesg (type "dmesg") will show what device it comes
up as - probably /dev/da8.
Mount that device path - 'mount -t msdos /mnt /dev/daX' (I'm assuming it's
a dos-formatted drive)
The files should be available under /mnt. Be sure to 'umount /mnt' to
unhook it before removing it from the computer.
More information about the Users
mailing list