Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2007 13:21:56 -0400
From:      Mike Jeays <mike.jeays@rogers.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: How to mount USB key
Message-ID:  <200706061321.57016.mike.jeays@rogers.com>
In-Reply-To: <716841580706060957o4cae2a93lc24ef11c29c06af9@mail.gmail.com>
References:  <716841580706060957o4cae2a93lc24ef11c29c06af9@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706061321.57016.mike.jeays>