Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2003 17:12:59 -0400
From:      Todd Stephens <tbstep@tampabay.rr.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: USB stick
Message-ID:  <200309081712.59846.tbstep@tampabay.rr.com>
In-Reply-To: <200309080805.h8885RT13026@accms33.physik.rwth-aachen.de>
References:  <200309080805.h8885RT13026@accms33.physik.rwth-aachen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 08 September 2003 04:05 am, Christoph Kukulies wrote:

> # mount -t msdos /dev/da0 /mnt
> msdosfs: /dev/da0: Invalid argument

This is speaking from Linux experience, as I do not have my USB CF card 
reader working under FBSD yet, but you probably need to mount a slice 
and/or partition rather than the device itself.  Under Linux, my card 
reader was detected as /dev/hdb0, but to mount it I had to mount 
/dev/hdb1, being the first partition of device hdb0.  You'll probably 
need to mount /dev/da0s1a or something along those lines.  This is just 
a guess on my part, though.


-- 
Todd Stephens



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