Hi,
I've an AMD K6-II/400 running OBSD 3.6 release. There are 2 ATA disks and one CD burner, the 2 disks are in a master slave configuration. The master disk is a Seagate ST32122A and the slave is a Quantum Fireball 6.4GB(the relevant dmesg lines are at the bottom of the message). When I do:
disklabel wd1
# using MBR partition 3: type A6 off 63 (0x3f) size 12594897 (0xc02ed1)
# /dev/rwd1c:
type: ESDI
disk: ESDI/IDE disk
label: ST32122A
...
16 partitions:
# size offset fstype [fsize bsize cpg]
a: 12594897 63 4.2BSD 2048 16384 328 # (Cyl. 0*- 12494)
c: 4124736 0 unused 0 0 # (Cyl. 0 - 4091)
disklabel: partition a: partition extends past end of unit


which somehow mixes info from the master and the slave drive. So I wonder how this comes, did I mess something up during installation of the Quantum which was added after the system was installed? (Yes, I read FAQ14 and also googled for help on this topic and I at least read the man pages for disklabel and fdisk). Or is the slave ready for the trash bin (which might be suggested by the DMA failing lines in the dmesg)?

obelix# dmesg | grep wd
wd0 at pciide0 channel 0 drive 0: <ST32122A>
wd0: 16-sector PIO, LBA, 2014MB, 4124736 sectors
wd1 at pciide0 channel 0 drive 1: <QUANTUM FIREBALL CR6.4A>
wd1: 16-sector PIO, LBA, 6149MB, 12594960 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
wd1(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 2
dkcsum: wd0 matched BIOS disk 80
dkcsum: wd1 matched BIOS disk 81
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
wd1a: DMA error reading fsbn 96 of 96-127 (wd1 bn 159; cn 0 tn 2 sn 33), retrying
wd1: transfer error, downgrading to Ultra-DMA mode 1
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2


Appreciate any hint
Marcus
wd1(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 1
wd1a: DMA error reading fsbn 96 of 96-127 (wd1 bn 159; cn 0 tn 2 sn 33), retrying
wd1: soft error (corrected)


Reply via email to