Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2005 10:24:51 -0400
From:      Mikhail Teterin <mi+kde@aldan.algebra.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        gayn.winters@bristolsystems.com, fs@freebsd.org
Subject:   Re: can not mount a large FAT32 filesystem
Message-ID:  <200509271024.52443@aldan>
In-Reply-To: <20050927201946.C24713@delplex.bde.org>
References:  <02b301c5c2ba$4b2b9460$c901a8c0@workdog> <200509261654.01697.mi%2Bmx@aldan.algebra.com> <20050927201946.C24713@delplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 27 September 2005 07:54 am, Bruce Evans wrote:
%% >    da0: reading primary partition table: error reading fsbn 0

=I think this error message is only printed by 4.x.

Yes, it was. I tried the same card on 4.x (i386) and 6.0 (amd64).

= Try reading slice s1 using dd.  I would expect this to fail

Both

	dd bs=512 count=1024 if=/dev/da2s1 of=~mi/public_html/s1.beginning.dd
and
	dd bs=512 count=1024 if=/dev/da2 of=~mi/public_html/card.beginning.dd

worked fine. You can take a look at the results at

	http://aldan.algebra.com:8015/~mi/card.beginning.dd.bz2
	http://aldan.algebra.com:8015/~mi/s1.beginning.dd.bz2

I'll try Peter's patch today...

	-mi




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