DragonFly bugs List (threaded) for 2008-05
DragonFly BSD
DragonFly bugs List (threaded) for 2008-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: partition oddity


To: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
From: Sascha Wildner <saw@xxxxxxxxx>
Date: Mon, 19 May 2008 00:24:43 +0200

Matthew Dillon wrote:
:It's on HEAD. I just booted with last night's snapshot and the problem :is the same, so it doesn't seem to matter whether other partitions on :the same disk are mounted or not.
:
:Sascha
:
:-- :http://yoyodyne.ath.cx


    Post the disklabel output.  If partition 'd' starts at offset 0
    you won't be able to dd into it, because it will overlap the disklabel
    itself (which is protected).

Hmm,


this seems to be the cause here:

# /dev/ad8s2:
type: unknown
disk: amnesiac
label:
flags:
bytes/sector: 512
sectors/track: 57
tracks/cylinder: 117
sectors/cylinder: 6669
cylinders: 20473
sectors/unit: 136534437
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

16 partitions:
#          size     offset    fstype
  c:  136534437          0    unused    #   66667.206MB
  d:  136534437          0    4.2BSD    #   66667.206MB

Sascha

--
http://yoyodyne.ath.cx



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]