In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
1. File system: divided according to a certain structure
1) Boot Block | Super Block | inode table | data
Boot block: the bootstrap reads and loads the operating system when powered on
Super block: stores the title information of the file system: file system size, inode table size, data area usage
Inode table: each table entry stores the static information of a file: size, type, owner, index table, access rights, modification date
Data: access by block
2) Establishment of file system
# mkfs specialfile blocksize gap blocks
Specialfile: logical device number
Blocksize: the size of the file system block, usually 512
Gap: interval factor, small: fast, fragmented
Block: the size of the file system. (number of blocks)
3) installation and removal of file system
Mount specialfile directoryname
# mount / dev/hd03 / mnt
# umount / dev/hd03 or # umount / mnt
4) logical structure of file system
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.