PablitoNoguez
New Pleskian
- Server operating system version
- Ubuntu 22.04.4 LTS
- Plesk version and microupdate number
- Plesk Obsidian v18.0.66_build1800250106.19 os_Ubuntu 22.04
I read a lot of threads about this, but i have a different result when i used the commands.
First of all, i use
df -h
and i got this:
Filesystem Size Used Avail Use% Mounted on
/dev/root 310G 299G 12G 97% /
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 13G 1.2M 13G 1% /run
tmpfs 5.0M 32K 5.0M 1% /run/lock
efivarfs 56K 24K 27K 48% /sys/firmware/efi/efivars
/dev/sda15 105M 6.1M 99M 6% /boot/efi
tmpfs 6.3G 4.0K 6.3G 1% /run/user/0
after, i use on /
du -kxh | egrep -v "\./.+/" | sort -h
and i got this:
4.0K ./media
4.0K ./mnt
4.0K ./srv
8.0K ./.cache
16K ./lost+found
32K ./snap
100K ./tmp
316K ./home
1.9M ./root
16M ./etc
165M ./boot
3.0G ./usr
4.5G ./opt
54G ./var
61G .
Then the space used in the folders is not even close to the dev/root space
i dont know what im doing wrong
First of all, i use
df -h
and i got this:
Filesystem Size Used Avail Use% Mounted on
/dev/root 310G 299G 12G 97% /
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 13G 1.2M 13G 1% /run
tmpfs 5.0M 32K 5.0M 1% /run/lock
efivarfs 56K 24K 27K 48% /sys/firmware/efi/efivars
/dev/sda15 105M 6.1M 99M 6% /boot/efi
tmpfs 6.3G 4.0K 6.3G 1% /run/user/0
after, i use on /
du -kxh | egrep -v "\./.+/" | sort -h
and i got this:
4.0K ./media
4.0K ./mnt
4.0K ./srv
8.0K ./.cache
16K ./lost+found
32K ./snap
100K ./tmp
316K ./home
1.9M ./root
16M ./etc
165M ./boot
3.0G ./usr
4.5G ./opt
54G ./var
61G .
Then the space used in the folders is not even close to the dev/root space
i dont know what im doing wrong