我有一个 8TB 的 ext4 分区,如下图所示(来自 df):
Filesystem Size Used Avail Use% Mounted on
/dev/sdf1 7.2T 179M 6.8T 1% /mnt
该分区的一些信息:
Filesystem volume name: <none>
Last mounted on: <not available>
Filesystem UUID: bd72ba0e-1cb5-4444-98e4-826907ebaed5
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags: signed_directory_hash
Default mount options: (none)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 488382464
Block count: 1953506048
Reserved block count: 97675302
Free blocks: 1922806561
Free inodes: 488382453
First block: 0
Block size: 4096
Fragment size: 4096
Reserved GDT blocks: 558
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 8192
Inode blocks per group: 512
我有一些疑问:
- 已使用的179MB空间是做什么用的?
- 很明显,可用空间≠总空间-已用空间,为什么?
- 保留块是否包含存储inode的块?
- 为什么
Use%
是1%?如果是1%,那么已用空间应该在72G左右。
任何帮助将不胜感激。