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

Disk space usage

2014-08-10 Thread Diogene Laerce
Hi, I have a strange issue with wheezy 7.6.0 : the system complains for only left 487 Mo on the ROOT level. But a : du -shx * on the ROOT shows : 7.3M bin 18M boot 0 dev 125M emul 12M etc 185G home 0 initrd.img 148M lib 4.0K lib64 16K lost+found 28K media 4.0K mnt 1.4G opt du: cannot access `pr

Re: obsolete df (file system disk space usage) values and NFS

2012-10-28 Thread Vincent Lefevre
On 2012-10-25 13:27:33 -0200, Pedro Eugênio Rocha wrote: > Maybe the file was opened by another user? Did you check lsof? I didn't check with lsof, but did a "ls -la" to see whether there were .nfs* files (usually created after removing a file that is already open, and there wasn't any). I would

Re: obsolete df (file system disk space usage) values and NFS

2012-10-25 Thread Pedro Eugênio Rocha
Maybe the file was opened by another user? Did you check lsof? Best, On Thu, Oct 25, 2012 at 10:11 AM, Vincent Lefevre wrote: > Hi, > > Yesterday, I removed a 700 MB directory over NFS with rm -rf, and > I invoke "df" several times before and after the removal, but the > "Used" value only decrea

obsolete df (file system disk space usage) values and NFS

2012-10-25 Thread Vincent Lefevre
Hi, Yesterday, I removed a 700 MB directory over NFS with rm -rf, and I invoke "df" several times before and after the removal, but the "Used" value only decreased by 3 MB, including more than one hour after the operation. Before: Filesystem 1K-blocks Used Available Use% Mounted o