In comp.sys.ibm.pc.hardware.storage Tempesta <vicki666@putoteleline.es> wrote: Hi, I've bought the adapter DT-327A from a local store in Barcelona because I need to connect the hard disk of my IBM ThinkPad 750E to my desktop's computer to format it because my laptop came with no floppy nor cdrom drive. The problem is that my desktop's BIOS detects the hard disk but when I enter windows, linux or ms-dos, it says it's not present. I can't access it with fdisk nor fdisk /mbr. The adapter has 2 jumpers but there're no instructions so I don't know where's the problem. Thank you in advance for your help! PS: I've tried to put it as master in the first and the second IDE cable but didn't work :-( How does the "not present" manifest itself with Linux? Is it in the kernel boot-up messages? What kernel version? What HDD model? On Linux you could try "fdisk -l", to see whether it is listed.
This is the output when connected as master on the second cable:
[root@unit0 tempesta]# fdisk -l
Disc /dev/ide/host0/bus0/target0/lun0/disc: 40.0 GiB, 40020664320 octets
255 capçals, 63 sectors/pista, 4865 cilindres
Unitats = cilindres de 16065 * 512 = 8225280 octets
Dispositiu Arrenc. Comença Acaba Blocs
Id. Sistema
/dev/ide/host0/bus0/target0/lun0/part1 * 1 1256 10088788+
b Win95 FAT32
/dev/ide/host0/bus0/target0/lun0/part2 1257 4865 28989292+
f Win95 Estesa (LBA)
/dev/ide/host0/bus0/target0/lun0/part5 1257 2512 10088788+
7 HPFS/NTFS
/dev/ide/host0/bus0/target0/lun0/part6 2513 3768 10088788+
b Win95 FAT32
/dev/ide/host0/bus0/target0/lun0/part7 3769 4404 5108638+
83 Linux
/dev/ide/host0/bus0/target0/lun0/part8 4405 4467 506016
82 Intercanvi Linux
/dev/ide/host0/bus0/target0/lun0/part9 4468 4865 3196903+
83 Linux
Also as master on the second cable, it should show up as /dev/hdc, which you can verify with cat /proc/ide/hdc/model
This is what I get:
[root@unit0 tempesta]# cat /proc/ide/hdc/model
IBM-DARA-206000
which should print the hdd model.
But if i do "fdisk /dev/hdc" it says:
[root@unit0 tempesta]# fdisk /dev/hdc
No es pot obrir /dev/hdc
Which in catalan means that it can't open /dev/hdc
The adapter I use has some jumpers but I don't know where the problem is, it
came with no instructions :-?
Is seems as it recognizes it but I can't access /dev/hdc. Any idea?
Thank you very much in advance!