Articles, tagged with "linux file system", page 2
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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