|
| ||||||||||
| Tags: array, file system, hard drive, ide, linux, raid |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Linux File Systems
File system types: This section provides an overview of features supported by Linux file system types.
|
|
#2
| |||
| |||
| Re: Linux File Systems
Using the Linux file system file system types are meant, in which stores a running Linux system has its own files and directories. In everyday operation, you will not notice with which file system you use. Elementary commands such as ls or cp, the management of access rights, etc. - all this works regardless of the file system. (Which or what file system type you are currently using, you can moreover easily identify with the command df-T). The file systems differ in characteristics that mainly for advanced users or for server -interest are used: speed in dealing with very large or very many small files, CPU utilization, journal function (behavior after a crash), Quota function (the ability to limit the maximum memory consumption per user), NFS-compatibility, administrative overhead, support for additional access rights (ACL), etc. In this respect, so there is no file system, which is simply the best - the rating depends on the purpose. |
|
#3
| |||
| |||
| Re: Linux File Systems
In the past, appeared repeatedly on the question of how large files can be up to. The answer depends on which kernel, which CPU architecture that use glibc library, and which volume you. Current distributions support throughout the LFS extensions (Large File System Support.) In the glibc library. Therefore cases, the maximum file size limit in most (2 ^ 63 bytes, which is more than on hard drives can ever be saved). |
|
#4
| |||
| |||
| Re: Linux File Systems
The following are some Linux File Systems :
|
|
#5
| |||
| |||
| Re: Linux File Systems
Journaling means in its simplest form, the beginning and end of every operation in a special file to be logged. Thanks to the Protocol can be checked later to see if a particular file operation was completed. If this is not the case, then the operation can be undone. In the database world this is called transactions. In advanced systems, journaling is also possible, the actual changes to the files in the Journal log. This slows down the normal operation, there are more opportunities for future reconstruction. Now, if a file operation such as a power failure can not be completed, these activities under the Protocol. If only a simple journaling was active, although the changes are lost (ie you expect miracles from the journaling function), the current state of the file is available but not usually available. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Linux File Systems" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Migration Tips for Linux Systems | ADJATAY | Tips & Tweaks | 2 | 15-06-2011 07:07 AM |
| Virtual file systems in Linux | Frieda | Operating Systems | 5 | 07-02-2011 03:37 PM |
| Multiple File systems and mount point in Linux Mint | WajidB | Operating Systems | 5 | 16-01-2011 09:31 AM |
| How to set up multiple DB2 systems in Linux machine | Barsha | Software Development | 5 | 27-02-2010 10:41 PM |
| Ubuntu like Linux Operating Systems and its derivatives | UbuntU-ME | Operating Systems | 3 | 08-09-2009 11:13 PM |