View Single Post
  #1   (View Single Post)  
Old 10th November 2008
jb_daefo jb_daefo is offline
Spam Deminer
 
Join Date: May 2008
Posts: 303
Default Tested-twice foolproof mounting FAT32 thumbdrive on FreeBSD

...mkdir /thdrive
...camcontrol rescan all
...mount_msdosfs /dev/da0s1 /thdrive
(....Expected error "no such file or directory" or "invalid argument")
...mount_msdosfs /dev/da0 /thdrive
(...Same expected error(s)) (the other one of the one which first appears)
....mount_msdosfs /dev/da0s1 /thdrive
SUCCESS.

Note the first and third mount commands are the same.
I forget if mount_msdosfs is deprecated or not
same OS, _6, on 2 different laptops, same thumbdrive
Tip maybe useful for usb hard drive mounting, etc. esp. if one
keeps getting the same two errors repeatedly
__________________
FreeBSD 13-STABLE

Last edited by jb_daefo; 11th November 2008 at 03:27 AM. Reason: re-edited it good. Text disappeared. Re-edited it so-so.
Reply With Quote