LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-19-2003, 01:22 PM   #1
cherup
LQ Newbie
 
Registered: Apr 2003
Posts: 11

Rep: Reputation: 0
Driver not present for 80 GB Maxtor Hard Drive


Hi,

after installing an new Maxtor 80 GB hard drive (/dev/hdc) i can't create a partition on it, because it seems, that Linux can't see the HDD. Windows detects the HDD correct.

dmesg brings the following:

Kernel command line: ro root=LABEL=/ hdc=ide-scsi
ide_setup: hdc=ide-scsi
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hdaMA, hdbMA
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdcMA, hddio
hda: IBM-DTLA-307015, ATA DISK drive
hdb: Maxtor 91303D6, ATA DISK drive
hdc: Maxtor 6Y080L0, ATA DISK drive
hda: host protected area => 1
hda: 30003120 sectors (15362 MB) w/1916KiB Cache, CHS=1867/255/63, UDMA(33)
hdb: host protected area => 1
hdb: 25450992 sectors (13031 MB) w/512KiB Cache, CHS=1584/255/63, UDMA(33)
hda: hda1 hda2 < hda5 > hda4
hdb: hdb1 < hdb5 >
hdb6: bad access: block=0, count=1
end_request: I/O error, dev 03:46 (hdb), sector 0
hdb6: bad access: block=0, count=1
end_request: I/O error, dev 03:46 (hdb), sector 0
...

or:

Kernel command line: ro root=LABEL=/ hdc=ide-scsi
ide_setup: hdc=ide-scsi
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdcMA, hddio
hdc: Maxtor 6Y080L0, ATA DISK drive
hdc: driver not present

any ideas ?

Thnx

Cherup

Last edited by cherup; 04-19-2003 at 02:31 PM.
 
Old 04-19-2003, 01:54 PM   #2
404
Member
 
Registered: Mar 2002
Location: USA
Distribution: slackware; what else is there?
Posts: 30

Rep: Reputation: 15
how about trying fdisk /dev/hdc then delete all partitions on it and make a new one then mkfs.what ever you use for a filesystem and im sure this question is in this site somewhere so next time STFWS
 
Old 04-19-2003, 01:57 PM   #3
cherup
LQ Newbie
 
Registered: Apr 2003
Posts: 11

Original Poster
Rep: Reputation: 0
no chance :-(

[me@morpheus sbin]$ ./fdisk /dev/hdc

Konnte /dev/hdc nicht öffnen
 
Old 04-19-2003, 02:53 PM   #4
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
your hdc=ide-scsi is making the kernel ignore the drive.
 
Old 04-19-2003, 03:20 PM   #5
Mutley101
Member
 
Registered: Apr 2003
Location: Essex, UK
Distribution: Red Hat 8.0 and (XP)
Posts: 30

Rep: Reputation: 15
I had a similar problem when I installed a new HDD.
MS Windows and BIOS recognised my new 20GB HDD but Linux only recognised it as a 2GB HDD.

My uncle suggested that I change my 'old' Dual Hard Drive Cable for a more modern one. I did and it worked straight off. Linux recognised it as a 20GB HDD.
 
Old 04-19-2003, 03:30 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Did you have a CDRW or CDR connected to your 2nd IDE controller master before the Maxtor HDD? If so edit your lilo or grub config file to remove the ide-scsi line or change it from hdc to wherever your cdrw is now located.
 
Old 04-20-2003, 08:58 AM   #7
cherup
LQ Newbie
 
Registered: Apr 2003
Posts: 11

Original Poster
Rep: Reputation: 0
Hmm,

I can't understand where exactly the problem comes from.

What is wrong on the setting: hdc=ide-scsi ?

My other two hard drives are recognised coorect, abd only the third hdd (secondary master) isn't recognised ??

When I plug off the two other hard drives the Maxtor drive
is recognised correctly as /dev/hda

so, where is the problem ??
 
Old 04-20-2003, 09:50 AM   #8
paneless
LQ Newbie
 
Registered: Mar 2003
Distribution: Debian Woody
Posts: 18

Rep: Reputation: 0
Prior to installing your new drive, you evidently had a cd burner plugged into the secondary ide channel as master as suggested by michaelk. That's where the hdc=ide-scsi came from in your boot script. Like michaelk suggested, find out what linux is now calling the CDRW and edit lilo.conf (or menu.lst if you're running grub) and change the references to "hdc" to whatever your CDRW is recognized as now (possibly hdd?).
 
Old 04-21-2003, 03:01 PM   #9
cherup
LQ Newbie
 
Registered: Apr 2003
Posts: 11

Original Poster
Rep: Reputation: 0
Ok.

now I got it

I will change my menu.lst an see...


thnx
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
no permissions to external hard drive Maxtor OneTouche II roler Linux - Hardware 4 11-08-2005 08:04 AM
Problem with a Maxtor 120GB External Hard Drive cheetahman Linux - Hardware 3 03-06-2005 06:25 PM
Boot problems with RH AS 2.1 and SATA Maxtor hard drive smochi Linux - Hardware 0 12-28-2004 03:47 AM
external hard drive - Maxtor naijaguy Linux - Hardware 2 08-23-2004 12:51 PM
install maxtor USB external hard drive BeckerB Linux - Hardware 22 06-22-2004 08:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration