From the junk pile at work I am assemblying a backup of a backup server (just a few directories).
Anyway the mobo is an asus TX97-LE (socket 7) and the drive that will not play nice is a a fujitsu 6.4 gb (model mpc3064 at).
Clues:
Acording to asus this board should handle 32 gb drives, It currently has 3 drives in it (one is a 2.5 gb and working fine). The OS is slack 10 /w 2.6.9
The bios incorrectly auto detects 2 of the drives (one being this drive)-- I have updated bios and set the drives manually in bios.
Normal drive geometry is 13410/15/63 and an alternate is 4092/16/63-- I have set these both in bios and Kernel 2.6.9 still reads 2112. If I set 13410/15/63 in bios, bios shows correct gb (4092/16/63 shows 2112)
I have set append = "hdc=various,geometry,here" in lilo, I have tried all 4 combos of append vs. bios settings with no luck.
I do get an odd looking thing in my dmesg for the ide1 (the controler the drive is on)
Code:
login as: dan
dan@192.168.1.20's password:
Last login: Tue Dec 7 23:11:08 2004 from 192.168.1.25
Linux 2.6.9.
dan@Design3:~$ su
Password:
root@Design3:/home/dan# dmesg | less
Probing IDE interface ide1...
hdc: FUJITSU MPC3064AT, ATA DISK drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
ide2: Wait for ready failed before probe !
Probing IDE interface ide3...
ide3: Wait for ready failed before probe !
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
ide5: Wait for ready failed before probe !
then a little further down:
Code:
hdc: max request size: 128KiB
hdc: 4124736 sectors (2111 MB), CHS=13410/15/63, UDMA(33)
hdc: cache flushes not supported
/dev/ide/host0/bus1/target0/lun0: p1
libata version 1.02 loaded.
I thought (maybe wrongly) that as long bios detected something that you could append to the kernel the correct drive geometry.
Anyone have any thoughts on what to do get the other 4gb of space off of this drive?
thanks
dan
