fix: dont skip h2

This commit is contained in:
Simon Cornet 2025-06-05 11:21:00 +02:00
commit 0c17ba14f8

View file

@ -1,6 +1,6 @@
# Disk management # Disk management
### Show filesystems ## Show filesystems
```shell ```shell
sudo df -h sudo df -h
@ -18,7 +18,7 @@ tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 97M 0 97M 0% /run/user/1003 tmpfs 97M 0 97M 0% /run/user/1003
``` ```
### List folders ## List folders
```shell ```shell
du -h -d 1 | sort -h du -h -d 1 | sort -h