No subject
Unknown
Unknown
Mon Aug 13 10:09:09 PDT 2007
alhost> <200708121834.l7CIYSlR045164 at apollo.backplane.com> <op.twy1h1anxryfk7 at localhost>
From: Matthew Dillon <dillon at apollo.backplane.com>
Subject: Re: RealTek 8168B/8111B, new revision (ISO-request)
Date: Mon, 13 Aug 2007 10:05:36 -0700 (PDT)
BestServHost: crater.dragonflybsd.org
List-Post: <mailto:users at crater.dragonflybsd.org>
List-Subscribe: <mailto:users-request at crater.dragonflybsd.org?body=subscribe>
List-Unsubscribe: <mailto:users-request at crater.dragonflybsd.org?body=unsubscribe>
List-Help: <mailto:users-request at crater.dragonflybsd.org?body=help>
List-Owner: <mailto:owner-users at crater.dragonflybsd.org>
Sender: users-errors at crater.dragonflybsd.org
Errors-To: users-errors at crater.dragonflybsd.org
Lines: 23
NNTP-Posting-Host: 216.240.41.25
X-Trace: 1187025105 crater_reader.dragonflybsd.org 844 216.240.41.25
Xref: crater_reader.dragonflybsd.org dragonfly.users:9893
:Well, the two kernel messages about the sector size disappeared; however,
:fdisk keeps complaining about "length" not being a multiple of the sector
:size. I'm not sure whether this warning/error is fatal in the sense that
:it would cause the installer to abort -- is it? I'm also not sure if the
:sector size the stick appears to have is actually correct... maybe it's
:detected incorrectly?
Most flash hard disks use a 512 byte sector size but 2048 bytes is not
unheard of.
I'm not sure what we can do about this last error about length not
being a multiple of the sector size. It is trying to install /boot/mbr,
which is 512 bytes, on a device with 2K sectors. I have no idea what
the proper course of action is in that case.
If you don't need to boot from the flash stick and you don't need for
it to be portable you can just avoid using fdisk entirely and disklabel
the unit directly (disklabel -r -w da0s0 auto).
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Users
mailing list