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



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/lr8d9e$5cc$1...@ger.gmane.org

Reply via email to