LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   debian Input/output error (https://www.linuxquestions.org/questions/linux-software-2/debian-input-output-error-704681/)

SuperDude123 02-14-2009 03:03 PM

debian Input/output error
 
I'm trying to copy a folder using cp -r * /home/user2, but I get the following error:

hda: task_in_intr: status=0x59 { DriveReady SeekComplete Data Request Error}
hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect =38621331, sector=38621331
ide: failed opcode was: unkknown
end_request: I/O error, dev hda, sector 38621331
hda: task_in_intr: status=0x59 { DriveReady SeekComplete Data Request Error}
hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect =38621331, sector=38621331
ide: failed opcode was: unkknown
end_request: I/O error, dev hda, sector 38621331
cp: reading 'directory/Name Of Folder/Program/blha.cab': Input/output error

What does this mean and how to fix it?

jdkaye 02-14-2009 10:14 PM

Quote:

Originally Posted by SuperDude123 (Post 3443562)
I'm trying to copy a folder using cp -r * /home/user2, but I get the following error:

hda: task_in_intr: status=0x59 { DriveReady SeekComplete Data Request Error}
hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect =38621331, sector=38621331
ide: failed opcode was: unkknown
end_request: I/O error, dev hda, sector 38621331
hda: task_in_intr: status=0x59 { DriveReady SeekComplete Data Request Error}
hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect =38621331, sector=38621331
ide: failed opcode was: unkknown
end_request: I/O error, dev hda, sector 38621331
cp: reading 'directory/Name Of Folder/Program/blha.cab': Input/output error

What does this mean and how to fix it?

Uh oh! Those errors usually signal a fault in the hard drive. It might be a good idea to run fsck on the affected device and see if it can repair the problems.
cheers,
jdk


All times are GMT -5. The time now is 01:09 PM.