How to mount USB key
Mike Jeays
mike.jeays at rogers.com
Wed Jun 6 17:22:00 UTC 2007
On Wednesday 06 June 2007 12:57, Oscar Chavarria wrote:
> I want to copy files to it. I introduced the key and was recognized as da0.
>
> I did ls dev/da0 ==> dev/da0
>
> Then
>
> mount /dev/da0 /home ==> incorrect super block.
>
> Thank you in advance for any help.
If it is a DOS-format device, you need to say
mount -t mdsos /dev/da0 /mnt
or maybe
mount -t msdos /dev/da0s1 /mnt
--
Mike Jeays
http://www.jeays.ca
More information about the freebsd-questions
mailing list