Re: /root is full
Same problem was discussed recently on this list (e.g.,
https://lists.debian.org/debian-user/2014/05/msg00665.html and
https://lists.debian.org/debian-user/2014/05/msg00684.html )
In short:
- to check space in the filesystem
du / -hx --max-depth=1
- to check for deleted files still not used by other process(es)
lsof | grep deleted
- to check if something is stored under the mount points:
mount --bind / /mnt
makes those visible and removable under /mnt ("umount /mnt" when done)
--
Regards,
jvp
Reply to: