This commit is contained in:
Zsolt Ero
2023-12-17 19:41:29 +01:00
parent 96ca8144be
commit 3046735636
5 changed files with 108 additions and 38 deletions

12
docs/fs_stats/ext4.md Normal file
View File

@@ -0,0 +1,12 @@
## deduplicated on ext4
```df -h mnt_rw
df -h mnt_rw
Filesystem Size Used Avail Use% Mounted on
/dev/loop0 1.4T 187G 1.2T 14%
```
```
df -i mnt_rw
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/loop0 393216000 39614466 353601534 11%
```