Preview

UNIX AND LINEX FILE SYSTEMS

Powerful Essays
Open Document
Open Document
1312 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
UNIX AND LINEX FILE SYSTEMS
UNIX and Linux File Management Systems A computer file management system is simply a data structure or a collection of files. It organizes data on a disk into files and directories and gives each file a name, which must be unique in each directory. More advanced file systems have facilities to recover data from system crashes.
File management systems utilize disks which have raw partitions. Some database applications prefer raw disks, but most end users and applications require a file system to be able to store data. Most UNIX file system types have a similar general structure, although the exact details vary quite a bit. The central concepts are superblock, inode, data block, directory block and indirection block. Linux supports numerous file systems also, like ext2 and Reiser. But what makes it unique is it has a virtual file system layer that allows it to support file systems developed for other operating systems, such as Windows FAT and NTFS and UNIX JFS
UFS
The basic or simple file system for UNIX is the UNIX File System, or UFS. It’s sometimes called the Berkeley Fast File system. All data in UNIX is organized into files. All files are organized into directories. These directories are organized into a tree-like structure called the filesystem. It started the concept of inodes which contain the metadata that describes a file. Every inode describes one file. It refers to the directory tree or the arrangement of files on disk partitions. Below is a basic UNIX file system directory (Frisch, 2002).
The UNIX file system is generally considered to be out-dated now, partly because it was optimized for computer disks from earlier generations. ext2 The Linux basic file system is ext2. It can support partitions of up to 4 Terabytes in size and single files up to 2 Gigabytes., as long as the Linux kernals will support that size. A Linux filename can be up to 255 characters long.
Because it is a simple file system, ext2 has no automated recovery from



References: Frisch, A. (2002). Essential System Administration (4th ed.). Cambridge, MA: O 'Reilly Media). Garrels, M. (2008). The Linux Documentation Project. Retrieved from http://www.tldp.org/LDP/intro-linux/html/).

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Nt1430 Unit 2 Discuss

    • 401 Words
    • 2 Pages

    The Filesystem Hierarchy Standard (FHS) is a reference describing the conventions used for the layout of a UNIX system. It has been made popular by its use in Linux distributions, but it is used by other UNIX variants as well. The Linux Standard Base (LSB) refers to it as a standard. In the FHS all files and directories appear under the root directory "/", even if they are stored on different physical or virtual devices. Note however that some of these directories may or may not be present on a Unix system depending on whether certain subsystems, such as the X Window System, are installed.…

    • 401 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1330 Unit 1 Study Guide

    • 1178 Words
    • 5 Pages

    A Database is generally used for storing data in a structured way in an efficient manner for insert, update and retrieval of data in well defined formats. On the other hand, in file system the data stored in unstructured manner with an unrelated data.…

    • 1178 Words
    • 5 Pages
    Powerful Essays
  • Satisfactory Essays

    |File – Is a place where data is stored on a computer, there are many different types of files and most if not all data is stored in a file. |…

    • 829 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Why is it particularly popular in academia? Why is the Linux filesystem referred to as hierarchical? Linux is popular because it is not only consistent of multiple free distribtuions, but its popular in academics because the source code is easily available. It arranges files in a directory then places those files in another directory and repeats this process until it reaches the root directory 3.…

    • 680 Words
    • 10 Pages
    Satisfactory Essays
  • Powerful Essays

    9.) NTFS (NT file system; sometimes New Technology File System) is the file system that the Windows NT operating system uses for storing and retrieving files on a hard disk. NTFS is the Windows NT equivalent of the Windows 95 file allocation table (FAT) and the OS/2 High…

    • 2058 Words
    • 7 Pages
    Powerful Essays
  • Satisfactory Essays

    File – A resource within a computer’s main memory. It is used to store several types of information.…

    • 437 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Mac OS file management system is similar to that of the UNIX file system. This means that any storage device connected to the computer whether from the network or direct connection puts forth space in order to create a collection of files. Directories are used to create hierarchical organization by the system. Mac OS file system is divided into different domains which separate files according to what they are used for. This allows for specific group of files to be easily identified by the user. Blanket access privileges to files are applied in the domain to keep unauthorized users from changing the files. The four domains in the file system are user, local, network, and system. Each domain is allocated for different resources for the user.…

    • 749 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Nt1330 Unit 1 Assignment

    • 4639 Words
    • 19 Pages

    Computers store data ondisks using files, which are structured in specific ways in order to allow for faster access, higher reliability, and to make better use out of the drive's available space. The specific way in which files are stored on a disk is called a file system, and enables files to have names and attributes. It also allows them to be stored in a hierarchy of directories or folders arranged in a directory tree.…

    • 4639 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    Unit 1 Assignment 1

    • 465 Words
    • 2 Pages

    Directory= An inverted tree, or hierarchy, of directories (folders) and files, with the information stored on each disk drive media, that identifies and organizes the files stored on that media. A part of the file system.…

    • 465 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    Directions: Choose three different versions of the UNIX® or Linux® operating systems to compare. Insert the three chosen versions and fill out the requested information in the Components column.…

    • 1499 Words
    • 6 Pages
    Better Essays
  • Satisfactory Essays

    Linux Chapter 2

    • 288 Words
    • 2 Pages

    Free space on a hard drive is the area of a partitioned disk that is not occupied by partitions. A filesystem is a data structure that needs to be written to the partition. This structure holds inodes that map locations on a disk that store files to the names of the files.…

    • 288 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Dbm 381 Week 1paper

    • 885 Words
    • 4 Pages

    A database consists of one or more tables; each containing data stored as individual records. Different database architectures determine how the tables and records are organized or related…

    • 885 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Computer Study Guide

    • 413 Words
    • 2 Pages

    Folders are used to organize files, for example, by storing together all the documents for a particular class.…

    • 413 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Hfs+, Ext3Fs, and Ntfs

    • 523 Words
    • 3 Pages

    Ext3fs or third extended file system is a journaled file system that is commonly used by the Linux Kernel. It is the default file system for many Linux distributions. Stephen Tweedie first revealed that he was working on extending ext2 in Journaling the Linux ext2fs Filesystem in a 1998 paper and late in a Feb. 1999 kernel mailing list posting, and the file system was merged with the mainline Linux kernel in Nov, 2001 from 2.4.15 onward. Its main advantage over ext2 is journaling which improves reliability and eliminates the need to check the file system after an unclean shutdown.…

    • 523 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Unix is popular operating system, developed by AT&T in 1969 and it has been very important to the development of the Internet. It is a multi-processing, multi-user, family of operating systems that run on a variety of architechtures. UNIX allows more than one user to access a computer system at the same time.…

    • 747 Words
    • 3 Pages
    Good Essays

Related Topics