HTML clipboard

Superblock is the most significant component of a Linux volume that restrains critical information about files and folders in file systems as ext2, ext3 and more. It enables us to mount and access the file systems. Superblock corruption primarily occurs due to metadata structure damage, file system corruption, unexpected system shutdown, malicious software like virus and more.

In most cases of superblock corruption, the volume becomes unmountable and the data becomes inaccessible. In such situations, you can restore the lost data using an updated backup. However, if you have not maintained any backup or it is not up-to-date, then you need to recover your data by using advanced Linux Data Recovery tools.

Consider a practical scenario, when you attempt to boot your Linux system, you encounter the below error message:

â??Wrong fs type, bad option, bad superblock on /dev/hda8, missing codepage or helper program, or other error. In some cases useful info is found in syslog – try dmesg | tail or soâ?

After running dmesg tail, you encounter the below error message:

â??Couldn’t mount because of unsupported optional features (2000200)â?

After the above error message appears, the system becomes unmountable and data stored on the hard drive volume becomes inaccessible. Additionally, you encounter the same error message each time you attempt to boot your system.

Cause:

The main reason behind occurrence of the above error message is superblock corruption.

Resolution:

To resolve the problem and access all inaccessible data, you need to follow these steps:

1. Boot your system by using an alternate block by running the below command:

e2fsck -b 98304 /dev/hdb8

2. Once the file system gets restored to the point at which it can be mounted, you need to fix it by using this command:

e2fsck -c /dev/hda8

-c parameter checks for the bad blocks

However, if the above steps are not able to resolve the issue, you should consider reinstalling Linux. A clean Linux reinstall will erase all existing data from the selected volume. For complete recovery of lost data, you should use efficient Linux Data Recovery software.

Linux Recovery tools incorporate effective scanning algorithms to recover all your lost data. These recovery tools provide highly graphical user interface that makes them easily understandable without prior technical knowledge. These tools recover data post situations like superblock corruption, group descriptor faults, inode table damage and more.

Stellar Phoenix Linux Data Recovery is the foremost Linux Recovery tool. It supports recovery from Ext2, Ext3 and ReiserFS file system based Linux volumes. This Data Recovery Linux tool gets installed on Windows (Vista, XP, 2003 and 2000) and the affected Linux drive is connected as slave.

Allen a student of Mass Communication doing research on data recovery linux software. He is also a freelancer for http://www.stellarinfo.com

HTML clipboard

Superblock is the most significant component of a Linux volume that restrains critical information about files and folders in file systems as ext2, ext3 and more. It enables us to mount and access the file systems. Superblock corruption primarily occurs due to metadata structure damage, file system corruption, unexpected system shutdown, malicious software like virus and more.

In most cases of superblock corruption, the volume becomes unmountable and the data becomes inaccessible. In such situations, you can restore the lost data using an updated backup. However, if you have not maintained any backup or it is not up-to-date, then you need to recover your data by using advanced Linux Data Recovery tools.

Consider a practical scenario, when you attempt to boot your Linux system, you encounter the below error message:

â??Wrong fs type, bad option, bad superblock on /dev/hda8, missing codepage or helper program, or other error. In some cases useful info is found in syslog – try dmesg | tail or soâ?

After running dmesg tail, you encounter the below error message:

â??Couldn’t mount because of unsupported optional features (2000200)â?

After the above error message appears, the system becomes unmountable and data stored on the hard drive volume becomes inaccessible. Additionally, you encounter the same error message each time you attempt to boot your system.

Cause:

The main reason behind occurrence of the above error message is superblock corruption.

Resolution:

To resolve the problem and access all inaccessible data, you need to follow these steps:

1. Boot your system by using an alternate block by running the below command:

e2fsck -b 98304 /dev/hdb8

2. Once the file system gets restored to the point at which it can be mounted, you need to fix it by using this command:

e2fsck -c /dev/hda8

-c parameter checks for the bad blocks

However, if the above steps are not able to resolve the issue, you should consider reinstalling Linux. A clean Linux reinstall will erase all existing data from the selected volume. For complete recovery of lost data, you should use efficient Linux Data Recovery software.

Such Linux Recovery tools incorporate effective scanning algorithms to recover all your lost data. These recovery tools provide highly graphical user interface that makes them easily understandable without prior technical knowledge. These tools recover data post situations like superblock corruption, group descriptor faults, inode table damage and more.

Stellar Phoenix Linux Data Recovery is the foremost Linux Recovery tool. It supports recovery from Ext2, Ext3 and ReiserFS file system based Linux volumes. This Data Recovery Linux tool gets installed on Windows (Vista, XP, 2003 and 2000) and the affected Linux drive is connected as slave.

Allen a student of Mass Communication doing research on data recovery linux software. He is also a freelancer for http://www.stellarinfo.com

Solving Linux Boot Error: ‘Not init found’

All the system processes that execute on a Linux-based system root from init. While booting, it is the last step performed that is identified by process id ‘1’. Linux references /etc/ inittab file to start these system processes. Init also controls the processes and sequence while shutting down the system.

While booting the system if you find errors that system cannot boot further as it could not find init, odds are that the initrd file is corrupted. In critical situations, you might need to perform a clean reinstall of the system. Since it causes data loss, you’ll need to restore lost data from backup after performing clean reinstall. But if you face any backup issues, you should use advanced Linux Data Recovery tools that are special purpose tools to recover lost information. As an example, when you try to boot a Linux-based system, you might receive the below error message: “Kernel panic: No init found. Try passing init= option to kernel” The error message suggests that system is unable to find initrd.

Cause

Possible causes for Linux-based system to show this behavior are:

Not putting initrd statement while at Grub prompt or in Grub.conf file The kernel statement parameter ‘root’ is not pointing to the valid hard disk or hard disk partition Initrd file is either corrupted or has been deleted

Solution

You are recommended to follow these steps to fix this issue:

Ensure that you have used the correct inirtd for Grub that it could pass to the kernel You need to change the root parameter to the one that contains the root (/) folder. For example, ‘root=/dev/hda3’ if /dev/hda3 is your root partition If initrd file is damaged or deleted, use Linux rescue disk to get the Linux up. Next, you should use chroot /dev/hdxy (‘x’ refers to the hard disk letter and ‘y’ refers to the partition number) command to change the root to your hard disk

If the above measures fail or are not feasible, you should perform a clean reinstall of the system. This deletes data, so restore from backup. Sometimes, backup also gives errors or is absent. Such situations necessitate the use of Data Recovery Linux applications. These are valid tools to scan the media and offer safe Linux Data Recovery.

Stellar Phoenix Linux Data Recovery is an advanced data recovery application that supports Ext2, Ext3 and ReiserFS file systems. This Data Recovery Linux application provides you advanced features such as, RAW File Recovery, File Filter, and Append File Header etc. It is compatible with almost all Linux distributions including Gentoo, SlackWare, Mandrake, Ubuntu, SUSE etc.

Author is researching on how booting error become the cause of data loss. For lost linux recovery and booting problem author suggested to use linux data recovery software.

Top Five Linux Data Recovery Tools

Top Five Linux Data Recovery Tools

The Linux community are fast realising that losing data is factor that happens no matter how careful you are. And it can happen easily when your upgrading you distro every 6 months. Here are the top 5 opensource linux tools out there to help the Linux community recovery the data they forgot about on t he previous distro.

1. TestDisk-PhotoRec
The most developed data recovery program on Linux, designed to recover lost partition and to make non-booting disks bootable again. Very useful when you accidentally delete when installing the latest distro. Testdisk is now joint with PhotoRec which recovers files from severely damaged or re-formatted media.

2. ntfsundelete
Part of the ntfsprogs; ntfsdelete scans for files located on the delete inodes and lets you extract the files. Even though it is for a Windows system useful for those countless of people that have used knoppix to repair their failed Windows system. Now with an added tool.

3. e2retrieve
A useful tool to help repair and recover data from a ext2 filesystem.
can recover data from a truncated or split ext2 filesystem (in the case of a LVM with a disk that has crashed, for example) will not write onto the ext2 filesystem it is analysing, therefore it will never increase damages previously caused recovers directories, directories tree, files, symbolic links and special files with their access rights, owner and modification date

4. Magic Rescue
A program that recovers data by looking at the headers and footers of files but using the “Magic Code”. Basically a program that you can specify the headers and footers to scan for RAW data.

5. e2undel
e2undel is an interactive console tool that recovers the data of deleted files on an ext2 file system under Linux. Included is a library that allows to recover deleted files by name.

Conclusion

The Linux data recovery tools have a long way to go if they are to compete with some of the commercial software and even freeware on Windows. However, as we all know Linux started from humble beginings. If they could put all these tools together and add a GUI we would be looking at something very useful indeed. There are many good shareware and freeware programs out there that can help you recover your files.We recommend you test and learn first before you attempt any recovery yourself. As always most important point – Don’t save on to the disk you want to recover from!!! If your data is important leave it to the professionals.

for more tips ?
data recovery

HTML clipboard

Superblock is the most significant component of a Linux volume that restrains critical information about files and folders in file systems as ext2, ext3 and more. It enables us to mount and access the file systems. Superblock corruption primarily occurs due to metadata structure damage, file system corruption, unexpected system shutdown, malicious software like virus and more.

In most cases of superblock corruption, the volume becomes unmountable and the data becomes inaccessible. In such situations, you can restore the lost data using an updated backup. However, if you have not maintained any backup or it is not up-to-date, then you need to recover your data by using advanced Linux Data Recovery tools.

Consider a practical scenario, when you attempt to boot your Linux system, you encounter the below error message:

“Wrong fs type, bad option, bad superblock on /dev/hda8, missing codepage or helper program, or other error. In some cases useful info is found in syslog – try dmesg | tail or so”

After running dmesg tail, you encounter the below error message:

“Couldn’t mount because of unsupported optional features (2000200)”

After the above error message appears, the system becomes unmountable and data stored on the hard drive volume becomes inaccessible. Additionally, you encounter the same error message each time you attempt to boot your system.

Cause:

The main reason behind occurrence of the above error message is superblock corruption.

Resolution:

To resolve the problem and access all inaccessible data, you need to follow these steps:

1. Boot your system by using an alternate block by running the below command:

e2fsck -b 98304 /dev/hdb8

2. Once the file system gets restored to the point at which it can be mounted, you need to fix it by using this command:

e2fsck -c /dev/hda8

-c parameter checks for the bad blocks

However, if the above steps are not able to resolve the issue, you should consider reinstalling Linux. A clean Linux reinstall will erase all existing data from the selected volume. For complete recovery of lost data, you should use efficient Linux Data Recovery software.

Linux Recovery tools incorporate effective scanning algorithms to recover all your lost data. These recovery tools provide highly graphical user interface that makes them easily understandable without prior technical knowledge. These tools recover data post situations like superblock corruption, group descriptor faults, inode table damage and more.

Stellar Phoenix Linux Data Recovery is the foremost Linux Recovery tool. It supports recovery from Ext2, Ext3 and ReiserFS file system based Linux volumes. This Data Recovery Linux tool gets installed on Windows (Vista, XP, 2003 and 2000) and the affected Linux drive is connected as slave.

Allen a student of Mass Communication doing research on data recovery linux software. He is also a freelancer for http://www.stellarinfo.com

HTML clipboard

Superblock is the most significant component of a Linux volume that restrains critical information about files and folders in file systems as ext2, ext3 and more. It enables us to mount and access the file systems. Superblock corruption primarily occurs due to metadata structure damage, file system corruption, unexpected system shutdown, malicious software like virus and more.

In most cases of superblock corruption, the volume becomes unmountable and the data becomes inaccessible. In such situations, you can restore the lost data using an updated backup. However, if you have not maintained any backup or it is not up-to-date, then you need to recover your data by using advanced Linux Data Recovery tools.

Consider a practical scenario, when you attempt to boot your Linux system, you encounter the below error message:

“Wrong fs type, bad option, bad superblock on /dev/hda8, missing codepage or helper program, or other error. In some cases useful info is found in syslog – try dmesg | tail or so”

After running dmesg tail, you encounter the below error message:

“Couldn’t mount because of unsupported optional features (2000200)”

After the above error message appears, the system becomes unmountable and data stored on the hard drive volume becomes inaccessible. Additionally, you encounter the same error message each time you attempt to boot your system.

Cause:

The main reason behind occurrence of the above error message is superblock corruption.

Resolution:

To resolve the problem and access all inaccessible data, you need to follow these steps:

1. Boot your system by using an alternate block by running the below command:

e2fsck -b 98304 /dev/hdb8

2. Once the file system gets restored to the point at which it can be mounted, you need to fix it by using this command:

e2fsck -c /dev/hda8

-c parameter checks for the bad blocks

However, if the above steps are not able to resolve the issue, you should consider reinstalling Linux. A clean Linux reinstall will erase all existing data from the selected volume. For complete recovery of lost data, you should use efficient Linux Data Recovery software.

Such Linux Recovery tools incorporate effective scanning algorithms to recover all your lost data. These recovery tools provide highly graphical user interface that makes them easily understandable without prior technical knowledge. These tools recover data post situations like superblock corruption, group descriptor faults, inode table damage and more.

Stellar Phoenix Linux Data Recovery is the foremost Linux Recovery tool. It supports recovery from Ext2, Ext3 and ReiserFS file system based Linux volumes. This Data Recovery Linux tool gets installed on Windows (Vista, XP, 2003 and 2000) and the affected Linux drive is connected as slave.

Allen a student of Mass Communication doing research on data recovery linux software. He is also a freelancer for http://www.stellarinfo.com