Date: Wed, 20 Jun 2007 21:00:12 GMT From: Arne "Wörner" <arne_woerner@yahoo.com> To: freebsd-geom@FreeBSD.org Subject: Re: kern/113837: [umass] unable to access 1024 sectot size storage Message-ID: <200706202100.l5KL0C55015171@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/113837; it has been noted by GNATS.
From: Arne "Wörner" <arne_woerner@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: kern/113837: [umass] unable to access 1024 sectot size storage
Date: Wed, 20 Jun 2007 13:28:10 -0700 (PDT)
It looks like msdosfs cannot handle sector sizes different than 512B...
What if u try this:
1. dd if=/dev/da3 of=/tmp/da3.cpy ibs=1k obs=1m
2. mdconfig -a -f /tmp/da3.cpy
3. mount_msdosfs /dev/md0s1 /mnt
?
-Arne
____________________________________________________________________________________
Get the free Yahoo! toolbar and rest assured with the added security of spyware protection.
http://new.toolbar.yahoo.com/toolbar/features/norton/index.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706202100.l5KL0C55015171>
