Subject: 1.3.2H install floppy - bad disklabel(8)?
To: None <current-users@netbsd.org>
From: Rob Windsor <windsor@warthog.com>
List: current-users
Date: 12/02/1998 16:26:52
I'm trying to get NetBSD running on a laptop (WinBook XP5) that work gave me.
Apparently the pcmcia controller is one that 1.3.2 can't talk to, so I punted
on 1.3.2 and tried to go with -current. I grabbed the required files from
the "snap-19981117a" tree and went at it.
sysint cored, blabbering about / being full. Ok, fine, disklabel it manually.
disklabel(8) on the install floppy keeps complaining about "old BSD partition
ID!", and refuses to write anything to the disk (see output after my .sig).
This is probably fixed by now, can someone build me a recent install floppy
(boot.fs) and put it up for ftp somewhere? (I don't have a system running
-current, else I'd just do it myself.)
In the meanwhile, I'll try to zap the label entirely and start over.
Thanks.
-- Rob
----------------------------------------
Internet: windsor@warthog.com
Life: Rob@Carrollton.Texas.USA.Earth
The weather is here, wish you were beautiful.
=== disklabel output
# disklabel wd0
# /dev/rwd0d
type: unknown
disk: TOSHIBA MK2720FC
label: mydisk
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 2633
total sectors: 2654280
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # milliseconds
track-to-track seek: 0 # milliseconds
drivedata: 0
8 partitions:
# size offset fstype [fsize bsize cpg]
a: 82656 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 81)
b: 131040 82656 swap # (Cyl. 82 - 211)
c: 2654064 0 unused 0 0 # (Cyl. 0 - 2632)
d: 2654064 0 unused 0 0 # (Cyl. 0 - 2632)
e: 164304 213696 4.2BSD 0 0 0 # (Cyl. 212 - 374)
f: 1029168 378000 4.2BSD 0 0 0 # (Cyl. 375 - 1395)
g: 1246896 1407168 4.2BSD 0 0 0 # (Cyl. 1396 - 2632)
# disklabel -r wd0
disklabel: old BSD partition ID!
disklabel: no disk label
# disklabel -r -i wd0
disklabel: old BSD partition ID!
disklabel: no disk label
#