Articles from Article Alley, tagged with "linux file system" http://www.articlealley.com en-us editorial@articlealley.com Linux Commands Linux Commands are virtually same from one Linux distribution or version to another. In such a way the original pros do Linux administration is to function at the Linux command line and execute Linux commands. It can be difficult for someone new to Linux ... http://www.articlealley.com/http://poonum.articlealley.com/linux-commands-1729135.html 02nd September 2010 How Would You Mount Linux System When the Superblock is Corrupted? In a Linux file system, there are lots of blocks that are used to store all kinds of data. One of the types of data is the metadata that contains the its information. One of these metadata is the superblock, which keeps all the details of the file system ... http://www.articlealley.com/http://jonnydefh.articlealley.com/how-would-you-mount-linux-system-when-the-superblock-is-corrupted-1681446.html 06th August 2010 how to remove ubuntu from vista computer Couldn't be easier. - install gparted from System > Admin > Synaptic - close Synaptic - select partition editor from System > Admin - select the Vista partition and format (just that one!) to a linux file system (ext3 or xfs). - add it to your /etc/f... http://www.articlealley.com/http://buntymann2.articlealley.com/how-to-remove-ubuntu-from-vista-computer-1652245.html 13th July 2010 Recovering corrupted ext2-based file system from Linux The Linux system is an Open source operating system and it is more secure than other OS. It provides the freedom to administer your system by taking care of the look & feel and the applications to be installed, etc. However, as nothing is perfect in this... http://www.articlealley.com/http://jonnydefh.articlealley.com/recovering-corrupted-ext2based-file-system-from-linux-1617314.html 23rd June 2010 Recovering data from corrupted Superblock from Linux system A Linux file system is a collection of various files and folders, which is stored in a separate disk partition. The entire disk partition is divided into various file system blocks, which are used for storing either the user data or the metadata. The meta... http://www.articlealley.com/http://jonnydefh.articlealley.com/recovering-data-from-corrupted-superblock-from-linux-system-1600294.html 15th June 2010 Linux Data Recovery when corruption makes Linux Volumes Unmountable Similar to the other operating systems, Linux comprises of number of components, which include Superblock. Superblock is an important metadata in the Linux operating system that portrays file systems on the Linux hard disk drive. The system components enj... http://www.articlealley.com/http://mergetool.articlealley.com/linux-data-recovery-when-corruption-makes-linux-volumes-unmountable-1583801.html 03rd June 2010 Superblock Corruption Makes Linux Volume Unmountable Like other computer operating systems, Linux also comprise of various components, which include Superblock. Superblock is a significant metadata of the Linux operating system, which describes file systems on the Linux hard drive. The system components hav... http://www.articlealley.com/http://jonnydefh.articlealley.com/superblock-corruption-makes-linux-volume-unmountable-1569385.html 26th May 2010 Recovering Linux System After Using Fsck on a Mounted System Are you finding difficulties in mounting your Linux system disk? The problem could be due to corruption in the file system. To address such issues, Linux OS provides fsck utility. It is a command-line utility, which checks integrity and consistency of the... http://www.articlealley.com/http://jonnydefh.articlealley.com/recovering-linux-system-after-using-fsck-on-a-mounted-system-1560016.html 21st May 2010 Performing Ext4 recovery To Fix Data Loss After Delayed Allocation Ext4 or Fourth Extended file system is an advanced and reliable Linux file system, which is successor of Ext3 file system. It is a journaling file system, which has emerged very quickly. It adds numerous performance improvements and remove the 64-bit data... http://www.articlealley.com/http://jonnydefh.articlealley.com/performing-ext4-recovery-to-fix-data-loss-after-delayed-allocation-1480480.html 31st March 2010 Resolving “mount: wrong fs type” Error in Ext4 Linux File System Ext4 or Fourth Extended file system is the latest release in long line of the Linux file system. It is the successor of Ext3 file system and has a number of powerful features. These features improve stability, integrity, consistency, performs, and securit... http://www.articlealley.com/http://bradjerry.articlealley.com/resolving-mount-wrong-fs-type-error-in-ext4-linux-file-system-1369921.html 29th January 2010 How to Fix “Unable to resolve UUID” Error in Linux Modern distributions of Linux operating systems use UUID (Universally Unique Identifier) to uniquely identify hard drive or other data storage devices, in place of the conventional block names like /dev/sdb and /dev/hda1. It is due to the fact that UUID i... http://www.articlealley.com/http://jonnydefh.articlealley.com/how-to-fix-unable-to-resolve-uuid-error-in-linux-1362376.html 25th January 2010 How to Fix “Read-only file system” Error in Linux? File system is the most critical data structure of Linux operating system, which is responsible for organizing data on the hard drive. It ensures quick and easy accessing of your data from the disk. Linux uses file system entries to locate files on the ha... http://www.articlealley.com/http://jonnydefh.articlealley.com/how-to-fix-readonly-file-system-error-in-linux-1316310.html 29th December 2009 How to Backup in Linux Using mondoarchive Command Data loss is a horrible reality and it may occur to any system, nevertheless of the hardware and system configuration. You can prevent such situations by creating a reliable and complete backup of your storage media. In Linux operating system, you can use... http://www.articlealley.com/http://bradjerry.articlealley.com/how-to-backup-in-linux-using-mondoarchive-command-1299651.html 16th December 2009 How to fix “No root file system defined” Error in Linux? In Linux operating system, root file system is a file system, which is contained on the hard drive volume on which root directory is located. Linux kernel require the root file system to be mounted on startup. All other Linux file system are mounted on ro... http://www.articlealley.com/http://mnkstllr.articlealley.com/how-to-fix-no-root-file-system-defined-error-in-linux-1264430.html 27th November 2009 How to Troubleshoot Linux Error ' cannot execute Linux boot process is inclusive of several steps. The last steps of this boot procedure in init process, identified by id '1'. When starting the system, init starts system processes, which have been defined in /etc/initab file. Init starts several ins... http://www.articlealley.com/http://jonnydefh.articlealley.com/how-to-troubleshoot-linux-error--cannot-execute-1075711.html 10th September 2009 Inaccessible Linux Partitions After Using mksf.ext3 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... http://www.articlealley.com/http://bradjerry.articlealley.com/inaccessible-linux-partitions-after-using-mksfext3-1024060.html 08th August 2009 Linux Error: ‘Couldn’t open /etc/fstab’ 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... http://www.articlealley.com/http://bradjerry.articlealley.com/linux-error-couldnt-open-etcfstab-952390.html 27th June 2009 Ext3 File System Corruption in Linux 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... http://www.articlealley.com/http://jonnydefh.articlealley.com/ext3-file-system-corruption-in-linux-854691.html 09th April 2009 How to Handle File System Problems That Are Un-repairable For fsck 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... http://www.articlealley.com/http://simpson.articlealley.com/how-to-handle-file-system-problems-that-are-unrepairable-for-fsck-813549.html 09th March 2009 Interruption To File System Writing Process Cause Linux Data Loss 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... http://www.articlealley.com/http://simpson.articlealley.com/interruption-to-file-system-writing-process-cause-linux-data-loss-807055.html 03rd March 2009 Linux Data Loss Due to Block Group Descriptor Corruption 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... http://www.articlealley.com/http://bradjerry.articlealley.com/linux-data-loss-due-to-block-group-descriptor-corruption-805723.html 03rd March 2009 What to do when Superblock Recovery Fails 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... http://www.articlealley.com/http://jonnydefh.articlealley.com/what-to-do-when-superblock-recovery-fails-799527.html 26th February 2009 Linux Data Loss Due to Improper Use of Tune2fs 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... http://www.articlealley.com/http://bradjerry.articlealley.com/linux-data-loss-due-to-improper-use-of-tune2fs-798009.html 25th February 2009 Linux Data Loss Due to GRUB Corruption 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... http://www.articlealley.com/http://simpson.articlealley.com/linux-data-loss-due-to-grub-corruption-792012.html 20th February 2009 Linux Data Loss post Direct Modification of a Mounted UnionFS Branch 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... http://www.articlealley.com/http://jonnydefh.articlealley.com/linux-data-loss-post-direct-modification-of-a-mounted-unionfs-branch-784013.html 13th February 2009 Data Loss In Linux While Converting to Virtual Disk 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... http://www.articlealley.com/http://spears.articlealley.com/data-loss-in-linux-while-converting-to-virtual-disk-758034.html 17th January 2009 “Unable to verify super block” Error in Linux 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... http://www.articlealley.com/http://bradjerry.articlealley.com/unable-to-verify-super-block-error-in-linux-734893.html 05th January 2009 'EXT2-fs group descriptors corrupted' Data Loss Error in Linux 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... http://www.articlealley.com/http://jonnydefh.articlealley.com/ext2fs-group-descriptors-corrupted-data-loss-error-in-linux-692932.html 24th November 2008 'mount wrong file system type, bad option, bad superblock, or too many mounted file systems' Linux E 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... http://www.articlealley.com/http://jonnydefh.articlealley.com/mount-wrong-file-system-type-bad-option-bad-superblock-or-too-many-mounted-file-systems-linux-e-631850.html 09th September 2008 The / (Root) Directory in the Linux File System - Linux Training Online - Linux Concepts & Terms 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... http://www.articlealley.com/http://clydeboom.articlealley.com/the----root-directory-in-the-linux-file-system--linux-training-online--linux-concepts--terms-168313.html 01st June 2007 3 Methods of Linux System Administration and Why Linux Commands Are Best - Linux Training Online When you are a new Linux user needing to get Linux training, it is often confusing to decide what to focus on. Should you learn how to use Linux for just one Linux distribution (a.k.a. version, distro)? Should you focus on learning Linux GUI utilities ... http://www.articlealley.com/http://clydeboom.articlealley.com/3-methods-of-linux-system-administration-and-why-linux-commands-are-best--linux-training-online-167460.html 31st May 2007 Linux Commands Tutorials - Using the man Command with Examples of Options - A Hands-On Tutorial Help This Linux command tutorial shows you some examples of how to run the Linux man command using popular, commonly used command options. The Linux man Command The Linux man command is used to view Linux "man pages" and these "man" (for "manual") pages ... http://www.articlealley.com/http://clydeboom.articlealley.com/linux-commands-tutorials--using-the-man-command-with-examples-of-options--a-handson-tutorial-help-160836.html 17th May 2007 Linux Command Tutorials - Using the info Command to Get Help with a Linux Command or Linux Concept As part of your Linux training, it is vital that you clearly understand Linux concepts, like: how to boot Linux, the Linux file system, and how to create a Linux user. Another part of your Linux training needs to involve learning how to use Linux comma... http://www.articlealley.com/http://clydeboom.articlealley.com/linux-command-tutorials--using-the-info-command-to-get-help-with-a-linux-command-or-linux-concept-158086.html 10th May 2007 Linux Commands Tutorials - Using the ls Command with Examples of Options - A Hands-On Tutorial Help This Linux command tutorial shows you several examples of how to run the Linux ls command using popular, commonly used command options. All of the Linux command examples shown below have been designed to work with all Linux distributions (versions). ... http://www.articlealley.com/http://clydeboom.articlealley.com/linux-commands-tutorials--using-the-ls-command-with-examples-of-options--a-handson-tutorial-help-158084.html 10th May 2007 Easy Linux Training for New Linux Users - Linux Tips on How to Use Linux Command Linux GUI utilities provide an easy "point-and-click" method of doing Linux administration tasks, but they are time-consuming and awkward to use. You can run a simple Linux command to do the equivalent task in a fraction of the time it would take to use a... http://www.articlealley.com/http://clydeboom.articlealley.com/easy-linux-training-for-new-linux-users--linux-tips-on-how-to-use-linux-command-155351.html 04th May 2007 Easy Linux Training - Linux Tips on Using Multiple Options with a Linux Command Linux distributions (versions), especially the major Linux distros, include several "point-and-click" Linux GUI utilities. These utilities can be used to do Linux administration task. However, you have to do an awful lot of pointing and clicking to get an... http://www.articlealley.com/http://clydeboom.articlealley.com/easy-linux-training--linux-tips-on-using-multiple-options-with-a-linux-command-153403.html 30th April 2007 Linux Training for the New Linux User - Download Linux Virtual Machines and Run Linux in Windows! You can run Linux in Windows by running a free Linux virtual machine player program and opening a free Linux virtual machine! This is fantastic for a new Linux user who needs to get Linux training and wants to learn Linux in Windows. You just downl... http://www.articlealley.com/http://clydeboom.articlealley.com/linux-training-for-the-new-linux-user--download-linux-virtual-machines-and-run-linux-in-windows-152606.html 27th April 2007 Linux Training for People New to Linux - How to Use Linux Command Names There are over 130 Linux distributions (versions) and they can be administered (managed) by Linux Graphical User Interface (GUI) utilities - or by using Linux commands. Linux GUI utilities give you a "point-and-click" interface for doing Linux adminis... http://www.articlealley.com/http://clydeboom.articlealley.com/linux-training-for-people-new-to-linux--how-to-use-linux-command-names-152605.html 27th April 2007 Linux Training for People New to Linux - How to Use Linux Command Options Most Linux distributions (versions) have Graphical User Interface (GUI) utilities that you can use to do Linux administration. However, these "point-and-click" Linux utilities are slow and cumbersome and they are different from one Linux distribution to a... http://www.articlealley.com/http://clydeboom.articlealley.com/linux-training-for-people-new-to-linux--how-to-use-linux-command-options-152602.html 27th April 2007 Linux Training for People New to Linux - How to Use Linux Command Line Components Linux Commands - The great thing about Linux commands is that they are virtually identical from one Linux distribution (version) to another. So the way the real pros do Linux administration is to work at the Linux command line and run Linux commands. L... http://www.articlealley.com/http://clydeboom.articlealley.com/linux-training-for-people-new-to-linux--how-to-use-linux-command-line-components-152595.html 27th April 2007