Hello,
I face difficulty to reclaim space.
Here is the config I have for disks
Here is command I did
and here is the result I keep having whereas I was expecting to have 842.64-180.2-246.7 = 415.74 GB
What am I doing wrong? How can I reclaim space?
Inside the Debian VM, the filesystem is ext4.
I face difficulty to reclaim space.
Here is the config I have for disks
Here is command I did
Code:
aaa@xxxx:~$ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
udev 5,9G 0 5,9G 0% /dev
tmpfs 1,2G 960K 1,2G 1% /run
/dev/sda6 457G 210G 224G 49% /
tmpfs 5,9G 16K 5,9G 1% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
/dev/sdb1 344G 164G 163G 51% /media/stockage
/dev/sda1 230M 183M 31M 86% /boot
tmpfs 1,2G 0 1,2G 0% /run/user/72054
aaa@xxxx:~$ sudo fstrim -av
/boot : 46,8 MiB (49092608 octets) réduits sur /dev/sda1
/media/stockage : 180,2 GiB (193461346304 octets) réduits sur /dev/sdb1
/ : 246,7 GiB (264887894016 octets) réduits sur /dev/sda6
aaa@xxxx:~$
and here is the result I keep having whereas I was expecting to have 842.64-180.2-246.7 = 415.74 GB
What am I doing wrong? How can I reclaim space?
Inside the Debian VM, the filesystem is ext4.