In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
=
Centos7 default file system, why give up to the EXT family?
The EXT family has the widest support:
But creating a file system (formatting) is slow!
But the repair is slow!
But the storage capacity of the file system is limited!
Xfs is also a journalistic file system:
High capacity and support for large storage
High performance, fast to create / repair file system
Both inode and block are dynamically configured when the system needs to be used.
XFS file system
Data area (data section)
The data area is the same as the previous ext family, including inode/data block/superblock and other information, are placed in this block.
File system log area (log section)
Real-time operation area (realtime section)
Repair XFS file system xfs_repair
[root@tianyun ~] # xfs_repair / dev/vda1
Xfs_repair: / dev/vda1 contains a mounted filesystem
Xfs_repair: / dev/vda1 contains a mounted and writable filesystem
Fatal error-couldn't initialize XFS library
[root@tianyun ~] # umount / dev/vda1
[root@tianyun ~] # xfs_repair / dev/vda1
Phase 1-find and verify superblock...
Phase 2-using internal log
Zero log...
Scan filesystem freespace and inode maps...
Found root inode chunk
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.