Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2003 11:38:17 +0200
From:      Bernd Walter <ticso@cicely12.cicely.de>
To:        Chris Shenton <chris@Shenton.Org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to read CF card via USB with umass on 4.7-STABLE?
Message-ID:  <20030915093816.GX26878@cicely12.cicely.de>
In-Reply-To: <86ad97j5m8.fsf@PECTOPAH.shenton.org>
References:  <86n0d94o2q.fsf@PECTOPAH.shenton.org> <20030914110749.GQ26878@cicely12.cicely.de> <86ad97j5m8.fsf@PECTOPAH.shenton.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 14, 2003 at 07:46:23PM -0400, Chris Shenton wrote:
> Bernd Walter <ticso@cicely12.cicely.de> writes:
> 
> > A photo disk is most likely not ufs - it's msdosfs.
> > msdosfs is not is normaly not used on the whole device (exeptions are
> > floppies), so you want using the correct slice.
> > E.g. mount -t msdos /dev/da1s1 /mnt
> 
> Yeah, I tried msdos as well (man page is wrong specifying ufs), still
> no joy.  
> 
> I was able to mount it on my 5.1 system so I'm happy now :-)
> Thanks!

mount -t msdos /dev/da1s1 /mnt
is the way to go for normal msdosfs media as used in cameras.
If it doesn't work you should give the exact error messages from
mount and kernel.

-- 
B.Walter                   BWCT                http://www.bwct.de
ticso@bwct.de                                  info@bwct.de



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