mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
readme
This commit is contained in:
13
docs/quick_notes/fs_stats/ext4.md
Normal file
13
docs/quick_notes/fs_stats/ext4.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## 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%
|
||||
```
|
||||
Reference in New Issue
Block a user