On 5/11/06, Joco Salvatti <[EMAIL PROTECTED]> wrote:
Hi all,
I have two hd's: one has my OpenBSD system (wd0) and the other one is
for backup purposes. When OpenBSD 3.9 was released I formatted my wd0
to install it, but I didn't do a thing with wd1. But when I tried to
mount it (file system type ffs) it returns the following message:
[EMAIL PROTECTED]:/# mount -t ffs /dev/wd1a /mnt/backup/
mount_ffs: /dev/wd1a on /mnt/backup: Device not configured
Could please anyone help me? There goes the disklabel.
[EMAIL PROTECTED]:/# disklabel wd1
# Inside MBR partition 3: type A6 start 63 size 156296322
# /dev/rwd1c:
type: ESDI
disk: ESDI/IDE disk
label: ST380011A
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 16383
total sectors: 156301488
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
16 partitions:
# size offset fstype [fsize bsize cpg]
a: 156296322 63 unused 0 0 # Cyl 0*-155055*
c: 156301488 0 unused 0 0 # Cyl 0 -155060
[EMAIL PROTECTED]:/# mount -t ffs /dev/wd1a /mnt/backup/
mount_ffs: /dev/wd1a on /mnt/backup: Device not configured
The disklabel shows that the parition type is 'unused'. It must be set
to '4.4BSD'. You can do this from in disklabel, of course. BUT, I
think this indicates some bigger problem: what killed your disklabel?
Are you sure this is really the disk you think it is?
-Nick