Linux Learning note 9-file, directory, and disk Format II

Source: Internet
Author: User
Linux Ext Series File system
  • Superblock (super fast), Superblock is a place to record information about the entire file system, and Superblock, there is no such file system. The main information it records are:
    • Block vs. Inode Total
    • Number of unused and used Inode/block
    • Size of block and inode
    • File system mount time, the last time the data was written, the last time the disk was checked (fsck), and other information about the file system
    • A Validbit value that indicates whether the file system has been mounted
  • File System Description, which describes the block numbers for each block group's start and end, and describes each segment (Superblock,bitmap,inodemap,data Block) between each block number
  • Block bitmap, which is used to record which block is empty.
  • Inode Bitmap, similar to block bitmap, used to record which inode is unused

DF command to view the devices currently mounted

The DUMPE2FS command allows you to view information for each section and Superblock.

Linux Learning note 9-file, directory, and disk Format II

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.