HD is not recognized by linux

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bobv

HD is not recognized by linux

Post by bobv »

I have an new sata western digital caviar 640 gig HD which I just installed. But gparted can not see it, in fact i can't get it recognized by any of the linux distro live cds I have on hand or the live gparted cd. I wondered if I had a dead hd. So I slipped in the windows 7 iso and this time everything was fine, windows 7 installed and I knew the hd was good. So I put back in the every linux live cd (ubuntu, mint, opensuse, gparted) and none of them can see the HD. I've searched on western digital and have not seen where they have a problem. Do you think I should be search for a driver or controler? I really wanted to use this HD for a multi boot system, those I mentioned above and maybe more. Where should I go from here?

Thanks in advance
BobV
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
emorrp1

Re: HD is not recognized by linux

Post by emorrp1 »

You'll probably find it is detected, but doesn't appear in your filemanager because it isn't "mounted".

In a terminal, without the external drive plugged in, run

Code: Select all

ls /dev/
Then, with the drive plugged in, run the command again. If linux detects your drive it'll appear as the difference (likely to be /dev/sdb1)

Now to mount it (to have it show up in the filemanager) you could use something like:

Code: Select all

sudo mount /dev/sdb1 /media/data
bobv

Re: HD is not recognized by linux

Post by bobv »

wow that sounded like a good try emorrp1 but the device never gets listed. btw it's an internal hd so I was looking for something like hda_ in the list of devices. I booted to win7 just to make sure the hd was still functioning correctly. I've also tried moving the sata hd around to different sata ports and turning off s.m.a.r.t in the bios. There are jumpers on the hd too so Ive tried every position. I'm a little confused because I'm sure the drive is good and I've never read anything about Western digital caviar not being compatable with linux. I've installed many hd in the past so I'm not new to the process however this is my first linux install to a virgin hd so I could be missing something.

one major reason for me going to a linux os was to get a more hands on os, I just did'nt think it would be at this level, I thought the grub would be my first chalange in a multi boot system.

thanks again
bobv
bobv

Re: HD is not recognized by linux

Post by bobv »

After getting nowhere yesterday with my problem where my sata hd could not be recognized by linux, today I removed the sata drive and installed a pata drive. Everything was going great, partitioned the drive, installed grub, and created a grub menu.lst file. But thats where it ended. I can't install to the hd. Mint can see all my partitions with gparted for the live cd, but not during the install of Mint. Maybe this is due to the fact my hard drive appears as /dev/sda and not /dev/hda. And that may be due to not being able to make the hd appear as master in the bios (yes I tried Everything). And that may be due to my mobo, a xfx geforce 8200. I did see one post yesterday that said my mobo will absolutely not work with linux. I've got a pc where I can mount these two drives out before I go further.
slider
Level 5
Level 5
Posts: 579
Joined: Wed May 07, 2008 2:08 pm
Location: Sliding around somewhere!

Re: HD is not recognized by linux

Post by slider »

Try following this link: http://www.hp2133guide.com/forums/viewt ... 12383ffab9

Keep reading down that page. I know this is for HP but it may help you in some way I hope.............

tgc
bobv

Re: HD is not recognized by linux

Post by bobv »

Thanks, and Yes my problem has been with my XFX GeForce Mobo all along but Nvidia has no new bios and their new drivers are for windows. (no more nvidia for me) So I've installed the Western Digital HD on old AMD 2600 based board and its working fine, meanwhile I'll boost it's mem to 2g. The thing is I want a Linux OS PC on about the machine as my Visa OS which is duel core and 4g of mem. To do that it's now going to take about $100 for a comparable Mobo.

Thanks again
Locked

Return to “Hardware Support”