Linux Mint HDD detection problem

Associate
Joined
14 Jan 2008
Posts
301
Hi all. Am trying to install the new Mint version (first time I've tried with Linux) onto a sperate hard drive to XP. The 2nd hard drive is detected in the bios of my Gigabyte EP43 DS3L - but not in XP or when I come to the partitioning stage for installing Mint. I have 2 Western Digital Caviar 320Gb drives - 16mb cache.

Any help very much appreciated.
 
In Linux open a Terminal window and type the following
sudo fdisk -l
this will list all the disks and partitions it sees. Is the disk in question there? Feel free to post the results here.
 
Are you typing it in correctly? The last character is a lower case L. Even if it doesn't detect the hard drive in question it should at least detect the XP drive.
 
post your 'dmesg' and 'lspci' in here (I assume mint boots from a livecd like ubuntu).
 
jumper settings should also be checked

also post the output of:
Code:
dmesg | grep -i -P "(hd|sd)+"
 
Last edited:
Both. The bios detects it, and I had the option to install XP onto either of my two hard drives. So I installed XP onto one, which is fine. But in XP the ohter HD isn't shown, and Linux shows neither.

If you look in adminstrator tools > computer management > disk management .. see if the disk shows up in there. It should do just show as unknown/no partitions depending on how you (not?) formatted it.I recon its not plugged in correctly, jumper settings as above.
 
Last edited:
Or should one be a master and the other slave?

If they are on the same cable then yes. Primary master, primary slave etc..

That regex is missing load of important lines out (scsi/ata etc..), I wouldn't bother grep'ing for it since dmesg changes depending on what hw you got. Just post the entire lot.
 
Last edited:
Thsi is why I said use code tags or pastie :). Looks like its not seeing either of your hard disks from that. Make sure they are connected properly, mess around with the jumper settings/cabling ..
 
Back
Top Bottom