Re: How to mount usb flash disk on FreeBSD 7.0



--On Thursday, November 08, 2007 23:02:06 +0800 Tsetsbold <ntsetsbold@xxxxxxxxx> wrote:

Hi

On Nov 8, 2007 9:51 PM, Oliver Herold <oliver@xxxxxxxxxxxx> wrote:

Hi

if this is a card reader then it will be most of the time something like

mount_msdosfs /dev/da0s1 /mnt/usb


Now it works well. Thanks for your advice.


Don't forget to use "umount /mnt/usb" when you're done with the device and you want to remove it. If you remove it first, you'll have problems.

--
Paul Schmehl (pauls@xxxxxxxxxxxx)
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages