Home »

Articles, tagged with "linux file system", page 2

Bookmark and Share

Inaccessible Linux Partitions After Using mksf.ext3

08th August 2009
mksf.ext3 is a Linux command that allows you to create a Linux file system (ext3), generally in a hard disk partition. When executing the command, you need to specify the device name the file system should reside on. The command creates the file system wi... Read >
Author: brad jerry

Linux Error: ‘Couldn’t open /etc/fstab’

27th June 2009
fstab (also referred as file system table) is an important system configuration file in Linux. Located at /etc/fstab, this file lists all available disk and disk partitions. This file is used to determine disk initialization information and is usually use... Read >
Author: brad jerry

Ext3 File System Corruption in Linux

09th April 2009
Ext3 is the most popular file system used in Linux operating system. This is the most efficient and fast Linux file system. It was the first journaled Linux file system. It is the default file system for some of the popular Linux flavours. The Ext3 file s... Read >
Author: jonny defh

How to Handle File System Problems That Are Un-repairable For fsck

09th March 2009
A Linux file system is the metadata structure that Linux uses to keep record of files on the hard drive that is the way in which the files are arranged on the hard drive. Every file system has a component based complex design and they are prone to corrupt... Read >
Author: Simpson

Interruption To File System Writing Process Cause Linux Data Loss

03rd March 2009
In a Linux computer, the file system is metadata that is used for organizing and managing data that is stored on the hard drive. The file system ensures integrity of data. Along with storing data files, the file system also holds and manages important inf... Read >
Author: Simpson

Linux Data Loss Due to Block Group Descriptor Corruption

03rd March 2009
When you attempt to access any file, directory or volume from a Linux hard drive, you might receive any of the following error messages:"Inode entry of the file is deleted""File not found""File is inaccessible"These error messages take place because of c... Read >
Author: brad jerry

What to do when Superblock Recovery Fails

26th February 2009
The Superblock is the most important part of a Linux computer that contains the basic information about file system like its size, its type etc. This information allows file system manager to maintain the file system. Generally the superblock stored in th... Read >
Author: jonny defh

Linux Data Loss Due to Improper Use of Tune2fs

25th February 2009
Tune2fs is a Linux command that is generally used by the system administrators to tune the parameters of Ext2 and Ext3 file systems by regulating different parameters. You need to just specify the device on which the file system resides. This command also... Read >
Author: brad jerry

Linux Data Loss Due to GRUB Corruption

20th February 2009
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 ‘pac... Read >
Author: Simpson

Linux Data Loss post Direct Modification of a Mounted UnionFS Branch

13th February 2009
UnionFS is a Linux file system service that allows users to have the union mount for other Linux file systems. The union mount is the procedure of mounting several Linux file systems simultaneously. All these mounted file systems would then work as a soli... Read >
Author: jonny defh

Data Loss In Linux While Converting to Virtual Disk

17th January 2009
A virtual disk is a disk with some characteristics of the general hard drive, in actual it is the emulation of a hard drive where a traditional Linux file system exists on physical disk partition. Because the virtual disk offers more flexibility of data s... Read >
Author: spears

“Unable to verify super block” Error in Linux

05th January 2009
There are some situations in Linux operating system where you can not mount the file system and logical volumes to access data from it. It specifically occurs in dual boot systems. When you attempt to repair the file system on your root partition, the pro... Read >
Author: brad jerry

'EXT2-fs group descriptors corrupted' Data Loss Error in Linux

24th November 2008
File system holds all the information about the files located on the hard disk. Without this, your operating system would not be able to locate the data as then no memory pointer would be there. So for any operating system, including Linux, this is the to... Read >
Author: jonny defh

'mount wrong file system type, bad option, bad superblock, or too many mounted file systems' Linux E

09th September 2008
Certain error messages are kind of havoc to the users as these are the clear threats to the stored data and hence raise the issues which need Linux recovery. The Linux file system parts like superblock and inode are very sensitive and thus a mere corrupti... Read >
Author: jonny defh

The / (Root) Directory in the Linux File System - Linux Training Online - Linux Concepts & Terms

01st June 2007
When you are a new Linux OS (operating system) user starting to get Linux training, you may become frustrated by Linux documentation that uses several different terms to refer to the same thing - or to a similar thing. To help put an end this Linux fru... Read >
Author: Clyde Boom
Bookmark and Share
1 2 3