Recent Posts
Recent Posts Tagged With 'linux os tips'
How Can You Solve LILO Errors and Descriptor Table Corruption
LILO or LInux LOader is the standard boot loader used for Linux systems. Irrespective of the file system type, it can be placed in boot sector of partition or MBR. When you start the system and LILO loads, it performs a series of steps and displays t...
How Can You Resolved Corruption in Ext3 file system OF Linux OS
The ext3 file system is a journaled file system which is commonly used by the Linux kernel. It is the default file system for many Linux distributions. The most important file in ext3 file system is journal., hence it is called a journaled file syst...
How Can You Solve "Multiply claimed block" Error In Linux
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 t...
How Can You Solve GCC Booting Problem “Internal compiler error” In Linux
GCC or GNU Compiler Collection is often the compiler of choice for developing software that is required to execute on a wide variety of hardware. Differences in close compilers lead to difficulties in developing code that will compile correctly on al...
How Can You Resolve "Must load Linux kernel before initrd" Error Message in Linux Operating System
Boot loaders such as GRUB (Grand Unified Bootloader), LILO (Linux Loader) etc. enable you to select to boot a particular operating system in multiboot or dual boot systems. After selecting the operating system (for example Linux), the booting process...
