DragonFly users List (threaded) for 2010-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: mounting pendrive
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.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]