Re: Disk space usage

2014-08-11 Thread Diogene Laerce
On 08/11/2014 03:31 PM, Pascal Hambourg wrote: > Diogene Laerce a écrit : >>> >>> mount --bind / /mnt >>> du /mnt -hx --max-depth=1 > [...] [...] > You just deleted everything in the /backup directory of /dev/sdc1 > mounted on /media/backup. I hope you had another backup or it did not > co

Re: Disk space usage

2014-08-11 Thread Pascal Hambourg
Diogene Laerce a écrit : >> >> mount --bind / /mnt >> du /mnt -hx --max-depth=1 [...] > After narrowing on /mnt, I found that the 55G comes from > /mnt/media/backup/backup. > > As I couldn't find which files or directories are involved in that > directory, I umount /mnt, deleted it all (rm -R

Re: Disk space usage

2014-08-11 Thread Diogene Laerce
Hi, Thanks for your answers. On 08/10/2014 11:48 AM, Pascal Hambourg wrote: > Hello, > > Diogene Laerce a écrit : >> >> I have a strange issue with wheezy 7.6.0 : the system complains >> for only left 487 Mo on the ROOT level. But a : > [...] >> where /boot, /etc, /home, /opt, /tmp, /usr, /var a

Re: Disk space usage

2014-08-10 Thread Pascal Hambourg
Jörg-Volker Peetz a écrit : > > And what is the meaning of "Go"? Giga-octet. -- 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/53e7a3b7.8000...@plouf.fr.eu.org

Re: Disk space usage

2014-08-10 Thread Jörg-Volker Peetz
Suggestion to do: du / -hx --max-depth=1 (this doesn't show the mount points like /home or /sys) If this does not add up to the size of the root partition, then mount --bind / /mnt du /mnt -hx --max-depth=1 If this adds up to approximately the size of the root partition, there's something

Re: Disk space usage

2014-08-10 Thread Pascal Hambourg
Hello, Diogene Laerce a écrit : > > I have a strange issue with wheezy 7.6.0 : the system complains > for only left 487 Mo on the ROOT level. But a : [...] > where /boot, /etc, /home, /opt, /tmp, /usr, /var and / are on their own > partitions. What's the output of "df -h" ? > So please, anyone