The volume filesystem root has 0 byte/There is not enough room on the disk to save

pirra

New Member
Joined
Jun 12, 2021
Messages
1
Reaction score
0
Credits
19
Hi all,

Everytime I start to work with the computer, same message appears: 'The volume filesystem root has o byte'.
This is not the computer I use more because it is personal and I have other for work. I think the error could be due to a failed installation long time ago
of python packages. The problem is that I don't remember where (which directory) I tried to install python so I don't know which package I have to remove.

This is what I see with df -h command:
Filesystem Size Used Avail Use% Mounted on
udev 3,9G 0 3,9G 0% /dev
tmpfs 787M 9,4M 778M 2% /run
/dev/nvme0n1p6 23G 22G 0 100% /
tmpfs 3,9G 836K 3,9G 1% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 3,9G 0 3,9G 0% /sys/fs/cgroup
/dev/loop0 296M 296M 0 100% /snap/vlc/2288
/dev/loop2 99M 99M 0 100% /snap/core/11081
/dev/loop3 296M 296M 0 100% /snap/vlc/2103
/dev/loop4 100M 100M 0 100% /snap/core/11167
/dev/loop1 56M 56M 0 100% /snap/core18/2066
/dev/loop5 56M 56M 0 100% /snap/core18/1997
/dev/nvme0n1p8 203G 62G 131G 32% /home
/dev/nvme0n1p1 256M 100M 157M 40% /boot/efi
tmpfs 787M 68K 787M 1% /run/user/1000


And the problem I think is on the red row.
Could you help me with that issue, please?
 


You can run this to see where most of the space is being occupied.
Code:
du -h --max-dept=1 / 2> /dev/null
 

Members online


Top