Try to explain how the first level file index structure, level two file index structure is constructed.

Source: Internet
Author: User

First-level file index (direct index) structure: There is a set of table entries in the File catalog table entry for indexing, and each table entry is registered with the disk block number where the logical record resides. The logical record is equal to the size of the disk block number, which is 512B.

Level two file index (primary indirect index) structure: There is a set of table entries in the file directory whose contents are registered with the block number of the first level index block. The index table in the first-level indexed table block registers the disk block number where the logical record of the file resides.

Add:

Level three file index (level two indirect index) structure: There is a set of table entries in the file directory entry whose contents are registered as the block number of the second-level indexed table block. The Index table entry in the second-level index table block registers the block number of the first-level indexed table block, and the first-level index table entry registers the disk block number where the logical record of the file resides.

Try to explain how the first level file index structure, level two file index structure is constructed.

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.