| 1888 Articles Home | Computer Articles | Data Recovery Articles | Linux Articles | Data Recovery RSS | ![]() |
||
“DriveReady DeviceFault Error” Post Superblock Corruption |
||||
|
Superblock is one of the most common component of metadata structure in ext2 file system. It saves critical information which is used by the file system manager to systematically manage the file system. |
||||||||||||
| Author: Allen Sood |
|
|||||||||||
To elaborate the above problem, consider a practical case where you encounter the below error message when you attempt to mount one of the hard drive volumes:
“Ide0: reset: success
hda: task_out_intr: status=0×61 {DriveReady DeviceFault Error}
hda: task_out_intr: error=0×04 {DriveStatusErrors}
Ide0: reset: success
hda: task_out_intr: status=0×61 {DriveReady DeviceFault Error}
hda: task_out_intr: error=0×04 {DriveStatusErrors}”
The above error message pops up during the mounting process and makes the data saved in the hard drive volume inaccessible.
Cause:
The root cause for the occurrence of the above mounting error message is corruption in superblock.
Resolution:
To resolve superblock corruption and to access the hard drive volume data, you will need to:
1. Run fsck -f /dev/hda8 command to repair corrupt file system.
2. If the error message persists, then find the exact corrupted superblock by running:
mke2fs -n /dev/hda8
Further, to repair it, run:
fsck -f -b 294912 /dev/hda8
3. If the problem continues, mount the hard drive partition using alternative superblock. To do so, run the command:
mount -t ex2 -o ro, sb=1179648 /dev/ hda8 /hda8
4. In case the above resolution also fails, then you will need to search for an efficient Linux Recovery application. A Data Recovery Linux tool ensures complete recovery of data by employing advanced scanning algorithms.
Stellar Phoenix Linux data Recovery is a powerful recovery tool that recoups missing, lost, or formatted data from any Ext2, Ext3, Ext4, and FAT based hard drive volumes. The Linux Data Recovery utility supports recovery of data from almost all kinds of hard drives like IDE, EIDE, and SATA. The tool is compatible with Ubuntu, SUSE, Red Hat, and other Linux distributions
About Author
Allen Sood a student of Mass Communication doing research on Linux Data Recovery software . He is also a freelancer for http://www.data-recovery-linux.com/
Article Source:
http://www.1888articles.com/author-allen-sood-27783.html
Other Related Articles Adverse credit business bank account: Designed for needy people by Peter Parker SD Card Data Inaccessible in Fujifilm FinePix F70 EXR by Shaun Pattrik Guidelines for choosing auto transport company by Jeff Adams “DriveReady DeviceFault Error” Post Superblock Corruption by Allen Sood Export Lotus Notes to experience the features of MS Outlook Express by Articlechamp Port Douglas Accommodation Available for All Styles of Holiday by Chris Alfreds |

