Search This Blog

Sunday, July 5, 2009

Useful Commands. Mount USB key in FreeBSD7

Mount USB key in FreeBSD7

/etc/rc.conf (load modules at boot time) (or recompile the kernel) usb_load="YES" umass_load="YES"$

insert flash key, da0 should show up on the console when typing dmesg

mount_msdosfs /dev/da0 /mnt (make sure the directory /mnt is there already)

(take a look at /dev, and make sure the mount directory is there)

No comments: