Archive for April, 2011
Disk Corruption in LILO Results in Inaccessible Linux System
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.
Tags: linux systemRelated posts
Common Linux System Directories – Ls (List Directory) Command Examples – Linux Command Quick Tips
Now we’re going to have a look at and talk about some of the “main” Linux system directories.
Logging In as “Equivalent to root” To See Some System Direcotories
You will need to log in and “work as root” to view the contents of the Linux system directories below.
Tags: linux system