LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-07-2009, 02:51 PM   #16
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191

Well looking at the I/O errors when the drive was detected, and farther on in the logs..

None of this looks right to me..


Quote:
hdb: �a�t�r�8�2�0�3� � � � � � � � � � � � �, ATA DISK drive <- what's with all the funky charachters in this line ???

end_request: I/O error, dev hdb, sector 0
Buffer I/O error on device hdb, logical block 0


end_request: I/O error, dev hdb, sector 0
end_request: I/O error, dev hdb, sector 280379743338112
end_request: I/O error, dev hdb, sector 280379743338224
end_request: I/O error, dev hdb, sector 0
end_request: I/O error, dev hdb, sector 8
end_request: I/O error, dev hdb, sector 0
end_request: I/O error, dev hdb, sector 0
Buffer I/O error on device hdb, logical block 0
end_request: I/O error, dev hdb, sector 8
Buffer I/O error on device hdb, logical block 1
end_request: I/O error, dev hdb, sector 16
Buffer I/O error on device hdb, logical block 2
end_request: I/O error, dev hdb, sector 24
Buffer I/O error on device hdb, logical block 3
end_request: I/O error, dev hdb, sector 0
Buffer I/O error on device hdb, logical block 0
end_request: I/O error, dev hdb, sector 280379743338112
end_request: I/O error, dev hdb, sector 280379743338224
end_request: I/O error, dev hdb, sector 0
end_request: I/O error, dev hdb, sector 8
end_request: I/O error, dev hdb, sector 0
end_request: I/O error, dev hdb, sector 0
Buffer I/O error on device hdb, logical block 0
end_request: I/O error, dev hdb, sector 8
Buffer I/O error on device hdb, logical block 1
end_request: I/O error, dev hdb, sector 16
Buffer I/O error on device hdb, logical block 2
end_request: I/O error, dev hdb, sector 24
Buffer I/O error on device hdb, logical block 3
end_request: I/O error, dev hdb, sector 0
Buffer I/O error on device hdb, logical block 0


ide: failed opcode was: 0xea

ide: failed opcode was: unknown
ide0: reset: master: ECC circuitry error
So my question was, is the Drive Working properly in the first place ?
becasue something certainly isn't right..

Have you tried this drive in another system connected directly to an IDE cable
 
Old 01-07-2009, 07:12 PM   #17
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,745

Rep: Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924
I agree that something is wrong with the drive. I think that weird line is the stored info on the controller like the model number etc.
 
Old 01-08-2009, 07:12 AM   #18
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
I have connect this drive (maxtor) in a windows pc and it works good...:s But i couldn't format it..It returns to me error with partition magic..in windows machine..
 
Old 01-08-2009, 07:24 AM   #19
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,745

Rep: Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924Reputation: 5924
What was the error?
looks like there could be some wiring/connection issues with the rack too.
 
Old 01-08-2009, 09:55 AM   #20
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,977
Blog Entries: 33

Rep: Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468
Smile

This may be totally irrelevant, but with respect to a USB external caddy or enclosure like the Akasa P2, it is essential for the jumper on the IDE drive to be set to Master. I automatically set mine to Slave and when I read the differing instruction in the Akasa manual I queried it. Akasa confimed that Master was correct.
This may well have nothing to do with your problem however.
I also agree with the poster who mentioned that hard drives do not like hot-swapping. It invariably ends with fdisk and fstab problems.
 
Old 01-09-2009, 04:07 AM   #21
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
I connect the drive in windows pc without the rack.. When i open the partition magic the format type that partition magic says for this hdd was BAD.. Next i try to format it in ext3 and it returns that this couldn't happen.. I have set the hdd with system files in master and the second in slave... Thats all.. Something is not right .. I ll try to update the bios in a while to see what... will happen.. ..
 
Old 01-09-2009, 08:01 AM   #22
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
you could always use dd to Zero out the partition table on that drive and see if that makes a difference..

Code:
dd if=/dev/zero of=/dev/hda bs=512 count=1
After the partition table is wiped, you could then try to repartition & reformat the drive

Might want to do this from a Live CD with that being the ONLY hard drive connected in the system..
It would kinda suck to accidentally run this command on your functional hard drive..




Another thing you may want to do is grab the Hard Drive Diagnostics program from teh Manufacturer (Seatools for Seagate/Maxtor Drives, WD and other manufacturers have similar tools) the diagnostic tools are available as a bootable iso you can burn and they will check the drive to see if it's defective or not.
 
Old 01-10-2009, 06:26 AM   #23
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
So.. Listen I set the second drive in master mode.. But i connect this time the rack in the cable of DVD-RW drive.. and it works ... When i open the konqueror this is what i see :

So.. I thought to install the gparted and format it to see it as one hdd and no three .. I download the gparted source , i run the .sh file to built it and it returns to me this error :
Quote:
checking for libparted >= 1.7.1... configure: error: *** Requires libparted >= 1.7.1
make: *** No targets specified and no makefile found. Stop.
I search to find this module in repositories but.. no results How to install it ? Oh!! and sorry for my so noobish questions im in the learning way yet !! AND THANKS A LOT FOR ALL YOUR ANSWERS GUYZ
 
Old 01-11-2009, 11:13 AM   #24
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Any ideas ? :S
 
Old 01-11-2009, 01:35 PM   #25
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Hmm... I do all these i say before and now in the dmesg output give me this :
Something is wrong here again.. Maybe the fat format ? Do you have any ideas ?
 
  


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
Cannot have a IDE HDD and SATA HDD together when using FC6 RivalSlayer Linux - Hardware 3 12-19-2006 03:03 AM
Installing ATA/IDE HDD on SATA HDD System Drahcir Linux - Hardware 10 05-31-2006 02:32 AM
Dual boot XP(internal IDE HDD) Debian(external USB-IDE HDD) using boot.ini PolarDog Linux - Laptop and Netbook 2 07-01-2005 09:50 PM
move linux from IDE HDD to SATA HDD markmalcolm Linux - Hardware 2 05-07-2005 02:24 AM
Dual HDD Interface Problem, Linux on SATA, NTFS Part on IDE HDD LILO Not Loading Blade44 Linux - Hardware 2 02-01-2005 06:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:58 AM.

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