Sunday, August 16, 2009

Linux Error and Recovery-The Partition table on device was unreadable

Partition type code used by a Linux hard drive is 0x83 irrespective of the file system . Whenever you partitioned your hard drive using fdisk or any other utility, it generally consists of two partitions: a root directory partition (denoted as '/') and a swap partition. A partition table is the index table that refers all Linux hard drive partitions. So, if this table gets corrupted, the system couldn't locate and thus access the partitions. In such conditions, you need to use your recent data backup and restore lost information from it. However, if data backup is non-existent, invalid or not updated, Linux data recovery tools can be used to scan the affected hard drive.

Consider a situation, you start your Linux system and it displays the following error message:

"The partition table on device was unreadable"

The partition table is corrupted or damaged. It can get corrupted due to unexpected shutdown, incorrect installation of updates, improper use of terminal commands, erroneous use of disk partitioning utilities, partition resizing and other similar causes.

Carry out the fallowing steps to resolve this issue

You need to ensure that at least one of the partitions has been marked as Active

If you can boot the operating system, you should immediately backup all the important data

Next, you required to delete all the existing partitions and then recreate them. To complete the same, you can use fdisk or any other disk partitioning utility

Repartitioning the hard disk erases all the previously stored data. You need to use your recent data backup to restore it. If the data backup is not present or up to the mark, you need to scan your hard drive using Linux recovery tools to extract the lost data.

Linux Data Recovery applications incorporate advanced scanning procedures to recover and restore the lost data. With self-explanatory interface, these utilities provide easy recovery. In addition, these recovery software are read-only tools and hence they don't perform any write operation. You can use these tools in any logical data loss case.


0 comments: