September 05 2010

Disk corruption in LILO results in inaccessible Linux system

Tagged Under : , , , , , , , , , , , , , , , , , , , , , , , , , ,

When a Linux system starts up, the system is started with LiLo (LInux LOader), which is a system file. After that the BIOS (Basic Input/Output System) section, after doing some tests, transfers the control to the MBR (Master Boot Record) where the LILO is stored.

One big plus of using it is that the booting process becomes real fast especially when stored in the MBR. But at times, the operating system gets corrupt as it also involves modification in the MBR while booting, which may lead to inaccessible system. There are various workarounds to recover and restore your valuable data. If none of them is successful, then the best alternative is to use a third-party Linux data recovery software.

Let us take an example in which you start your Linux system but it fails to boot properly. The boot process displays ‘LIL’ on the screen.

Cause:
The reason behind this booting problem is that the descriptor table is damaged.
In a Linux system, the hard disk is parted into blocks and then into block groups. The information of these block groups is stored in a group block descriptor, which also acts as an index table for these tables.

Resolution:

In such situations, you can perform the following methods:

1) Check the BIOS (Basic Input/Output System) and verify whether the disk parameters in the disk are correct or not.

2) Try to format the partition again and install the LILO. However, that would mean that the data may get lost.

3) Run the ‘fsck’ tool to mount the file system and to check and repair any corruption issues on the file system.

4)  If the ‘fsck’ command fails, then perform a complete format of the hard disk.

Now, if the Linux system is still showing corruption systems and you do not have updated backup of the data, then the best solution to recover inaccessible data is to use a professional Linux data recovery software. These Linux recovery tools perform non-destructive scanning algorithms to recover data in few easy steps.

Maria Peter a student of Mass Communication doing research on Data recovery Linux, Linux Data Recovery software .she is also a freelancer for http://www.data-recovery-linux.com/

Incoming search terms for the article:

September 04 2010

‘Multiply claimed block’ Linux Error and Recovery

Tagged Under : , , , , , , , , , , , , , , , , , , , , , , , , ,

Linux supports file systems like Ext2, Ext3, ReiserFS etc. They follow hierarchical directory structure, where everything starts from a root directory that is represented by ‘/’. The root directory then expands into sub-directories. As compared to Ext2 file system, Ext3 and ReiserFS are less prone to corruption. It is because they both support file system journaling and can replay journal to recover from unexpected crashes. But in cases of severe corruption, you need to use tools like fsck to repair the file system or ultimately format the partition or volume. To restore the lost data, you need to use an updated and valid data backup. But, if data backup itself gives errors or proves incomplete to deliver the required information, Linux Data Recovery tools can come to the rescue to recover your lost data.

Consider a scenario, you try to start a Linux system and receive a set of error messages as:

“Multiply claimed block”

The boot process fails with this error message and you can’t access the data.

Cause

When your system starts and it doesn’t find the file system in good state, it runs fsck check. This error message is returned by fsck check, when it finds the file system inconsistencies. File system can get corrupt because of unexpected shutdown, virus infection, network errors, hardware issues and other similar reasons.

Solution

To solve the ‘Multiply claimed block’ error, you need to follow these steps:

You need to manually run the fsck command. It can repair file system consistencies like the ones that occur when file system is unmounted or mounted as read-only.

If running fsck doesn’t resolve the issue, you need to reformat the hard disk and reinstall the operating system. This process recreates complete file system structure and also deletes all the data. In such cases, you need to use the recent data backup in order to restore the lost data. But in some cases, data backup can be corrupt or incomplete. To recover data during such circumstances, you can use commercial Data Recovery Linux applications.

Linux  Recovery software are advanced applications that use advanced scanning procedures to safely recover your lost or inaccessible data. Such software are available with interactive interface together with developed features to assist you.

Stellar Phoenix Linux Data Recovery offers powerful Data Recovery Linux solutions. It supports Ext2, Ext3 and ReiserFS file systems based Linux partitions and volumes. The software can be used with almost all Linux distributions as SlackWare, TurboLinux, SUSE, Mandrake etc. It gets installed on Windows (Windows Vista, XP, 2003 and 2000) and the affected Linux hard drive should be connected as slave.

Garry Thomson a student of Mass Communication doing research on linux recovery . He is also a freelancer for http://www.file-recovery-software.net.

Incoming search terms for the article:

September 03 2010

?/etc/init.d/rc exited outside the expected code flow? Linux Error

Tagged Under : , , , , , , , , , , , , , , , , , , , , , , , , , , ,

The final step of Linux boot process is init process, which starts a system process defined in /etc/ initab file. init config file then directs the init process and the shell script /etc/rc.d/rc.sysinit runs. Linux distros put some startup scripts in rc subdirectories, particularly at /etc/rc.d to take control of the services required to be started at boot. But sometimes, you find errors while this process and your system fails to boot. In such situations, you might need to reformat and reinstall the system. Consequently, you require your recent data backup to restore missing information. But if backup exists in unclean state or is currently not present, use of Linux Data Recovery applications can get your lost data back.

You might receive the similar error message while trying to boot your Linux based system:

“/etc/init.d/rc exited outside the expected code flow.

init:rcS main process <number> terminated with status <status>”

You cannot boot the system after this error message.

Cause

Init scripts are located at /etc/init.d/ directory. The above error message occurs if these scripts fail to load and start. It might occur if some of the init.d scripts are corrupted or damaged. As a result, services don’t start and your system fails to boot.

Solution

To solve the existing issue, you should try any of these methods:

• You can boot the system using Live CD and recreate the damaged files using gedit. gedit is the text editor developed for GNOME desktop environment. It is a UTF-8 compatible text editor.

• Try booting the system with Live CD and replacing the damaged script file

• If the above measures fail to correct the problem, you should reformat and reinstall the operating system. After this, you need to use your recent data backup to restore lost information.

While restoring data from backup, if you find any errors or it proves to be incomplete, you should use Linux Recovery applications. These are advanced tools built with indigenous technology to locate the missing information on disk and finally restore it. You find such Linux Data Recovery products with graphically rich user interface.

Stellar Phoenix Linux Data Recovery is an advanced tool to recover lost data from Ext2, Ext3 and ReiserFS based drives. It is a read-only application with high-end scanning algorithms and self-descriptive interface. It supports safe Data Recovery Linux for all of the Linux distributions like SUSE, Gentoo, Mandrake, Debian and more.

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

Incoming search terms for the article:

August 30 2010

Linux Data Loss Due to Grub Corruption

Tagged Under : , , , , , , , , , , , , , , , , , , , , , , , ,

When you run fsck on your Linux file system’s physical volume, sometimes you may encounter certain error messages. These error messages prevent you from accessing data from a particular volume.

In such situations, technical experts recommend to use ‘pacman’ tool to upgrade the kernel and reboot your system to complete the operation.

Pacman is a Linux tool that is used to manage the applications. It uses simple files in package format and organizes text-based package database. It is useful in adding, removing and upgrading packages in Linux system.

After updating the kernel, when you attempt to reboot the system, sometimes your system may get stuck during the boot process. In place of loading GRUB (Grand Unified Boot loader) and booting, your system just tries to process the required information, showing “loading GRUB” message.

In such situations, when you try to boot your system using floppy disk, you may encounter the following error message:

“ERROR: (device hda1): XT_GETPAGE: xtree page corrupt

ERROR: (device hda1): XT_GETPAGE: xtree page corrupt”

After this behavior, when you again run fsck, you encounter the following error message:

“Errors detected in Primary File/Directory Allocation Table.

File system object FF65726 linked as: /var/run/random-seed

File claims cross linked block(s).

Cannot repair FF65726.”

Subsequent execution of fsck also detects several errors but fails to fix them.

Cause

This problem generally occurs due to corrupted GRUB or file system of your Linux system. In both of these situations, to carry out Linux Recovery, you need to format your hard drive and install fresh copy of both these data structures.

Formatting may delete all of your stored data from hard drive and you need to go for third party Linux Recovery tools to get Linux Recovery done. These tools are very powerful and are able to perform  Data Recovery Linux in all situations of data loss.

Stellar Information Systems Limited, the leading data recovery company globally, provides Stellar Phoenix Linux Data Recovery. It is the finest and most promising Linux Recovery software. It supports  Linux Data Recovery from Ext2, Ext3 and ReiserFS file system based volumes. Phoenix Linux Recovery is compatible with most of Linux distributions.

Simpson is a freelancer for Stellar which offers file recovery software and file recovery programs for different OS and file system.

July 14 2010

Further Use of Damaged File System Cause Serious Data Loss in Linux

Tagged Under : , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

File system is the most critical component of every computer operating system. It manages all the data on your hard drive. Operating system only interacts with the file system to access data from your hard drive. In some situations, this complex data structure gets damaged and all of your data stored on the hard drive become inaccessible. In Linux computer, you can check and repair minor file system errors using fsck. If this tool can not repair the damage, it alerts you unrepairable problems. Such issues need Linux Data Recovery to be handled effectively and easily.

The file system implementation code is debugged very effectively, thus the problems does not occur so often and they are generally caused by the virus infection, improper system shutdown, user errors and power failures.

Most of the Linux systems are setup to check file system integrity automatically during boot process, through fsck command. It detect and correct the errors before your system is used. Use of the damaged file system make the situations worse. If data structures are messed, further use of damaged file system would possibly mess up them even more, causing grave data loss situations.

Since the file system error does not occur if your system is shut down cleanly, a number of tricks could be used to avoid these checks. First on is that when /etc/fastboot file exists, checks do not take place. Second, Ext2 file system uses special marker in superblock, which tells whether file system properly unmounted after previous mount.

When fsck detects any unrepairable issues, you need to have in-depth knowledge of the workings of file system and type of damage that occurs to file system or a reliable and complete backup.

You should only run the fsck on a unmounted file system. Applying this tool on a mounted file system severely damages it and cause serious data loss situations. It is due to the fact that it accesses raw disk and could thus alter file system without OS realizing it.

In case of unrepairable file system or applying fsck on mounted file system, you may come across critical data loss situations that need Data Recovery Linux to be handled. Recovery is best possible through powerful and effective Linux Recovery applications.

The software use advanced scanning techniques to carry out in-depth scan of entire hard drive and retrieve all of the lost data from it. Linux Data Recovery tools are pretty easy to use and do not alter original data on hard drive.

Stellar Phoenix Linux Data Recovery is the most effective and powerful tool to ensure absolute recovery of lost data. It recovers data from Ext4, Ext3, Ext2, FAT32, FAT16 and FAT12 file system volumes. The software works well with all major distributions of Linux operating system.

Manika Batta a student of Mass Communication doing research on Linux data recovery software. SHe is also a freelancer for http://www.data-recovery-linux.com/

June 26 2010

Recovering a Red Hat Linux System After a Power Outage

Tagged Under : , , , , , , , , , , , , , , , , , , , , , , , , ,

Today, the Linux operating system has carved a niche of its own. It has got a dedicated category of users who will happily pay for it if it ever comes with a price tag. The Linux system is secure, reliable, fast, and does not require hardware/software drivers to install them on the system. Having said that, even such a robust operating system can face corruption. Corruption can occur due to various reasons such as power outages, corrupt file system, human errors, damaged operating system, etc. In such cases, you should try performing appropriate corrective measures to sort out the issue. However, if you are unable to do so then you should use a third-party Linux data recovery software to perform Linux recovery.

Consider a scenario wherein you are working on a Red Hat Linux system. Suddenly, there is a power outage and the system shuts down unexpectedly. When you try to switch on the system, you fail to do so.

Cause:
The cause of this situation is that the Linux system has corrupted because of power outage.

Resolution:
If the problem is because of having a faulty hardware like bad hard drive or memory chip, the file system check may not be sufficient to resolve this problem. This happens particularly when the file system is corrupted. In such cases, the Red Hat boot process will produce an error message and guide you into a shell so that you can perform the file system repair yourself.

When the recovery shell dismounts all the file systems to mount the root file system in a read-only mode, you can perform full checks on it. To do this, you should run the e2fsck utility on the corrupted file system that will be able to resolve all the inconsistencies. Exit the shell and restart the system. The system will function normally now.

However, if you still are unable to recover the system then you should use a third-party Linux data recovery software to do the needful. Such read-only tools are able to recover the data safely without overwriting the existing data.

Stellar Phoenix Linux Data Recovery is a Linux recovery software that enables you to recover data from the corrupted Linux systems. It is supported by various Linux distributions such as Red Hat, SUSE, Debian, Caldera, Mandrake, Sorcerer, TurboLinux, Slackware, Gentoo, etc. This Linux data recovery software is able to perform ext2 recovery, ext3 recovery, and ext4 recovery. In addition, it can recover data from FAT12, FAT16, FAT32 file systems as well. This Linux recovery software is compatible with Windows 7, Vista, Server 2003, XP, and 2000.

Maria Peter a student of Mass Communication doing research on Data recovery Linux, Linux Data Recovery software And Ext3 Recovery.she is also a freelancer for http://www.data-recovery-linux.com/