Michael Hoennig
2002-Jul-23 05:50 UTC
ext3 device reported to be 100% full, but we do not know where?
Hello to everybody here, We have a strange problem with ext3. df reports 28 of 30 GB to be used (rest may be slack) which it calls 100% used. But with du we can only find 13 GB, most of it actually in pretty large files (archives). Where are the other 17 GB gone? Thanks Michael -- Hostsharing eG / Boytinstr. 10 / D-22143 Hamburg phone+fax:+49/700/HOSTSHARI(ing) (= +49/700/46787427) http://www.hostsharing.net: host, where YOU make the difference
森嶋 秀樹
2002-Jul-23 07:23 UTC
RE:ext3 device reported to be 100% full, but we do not know where?
Does your box have any i-nodes available? Let do the command "df -i". Thanks. H.Morishima --Michael Hoennig<michael@hostsharing.net> wrote:>Hello to everybody here, > >We have a strange problem with ext3. df reports 28 of 30 GB to be used >(rest may be slack) which it calls 100% used. But with du we can only >find 13 GB, most of it actually in pretty large files (archives). Where >are the other 17 GB gone? > >Thanks > Michael > >-- >Hostsharing eG / Boytinstr. 10 / D-22143 Hamburg >phone+fax:+49/700/HOSTSHARI(ing) (= +49/700/46787427) >http://www.hostsharing.net: host, where YOU make the difference > > > >_______________________________________________ >Ext3-users mailing list >Ext3-users@redhat.com >https://listman.redhat.com/mailman/listinfo/ext3-users >
Andreas Dilger
2002-Jul-23 07:26 UTC
Re: ext3 device reported to be 100% full, but we do not know where?
On Jul 23, 2002 07:50 +0200, Michael Hoennig wrote:> We have a strange problem with ext3. df reports 28 of 30 GB to be used > (rest may be slack) which it calls 100% used. But with du we can only > find 13 GB, most of it actually in pretty large files (archives). Where > are the other 17 GB gone?Either in hidden directories, or files held open but unlinked. To find the former, you could try: find <root> -type d -name ".*" ! -name "." To find the latter, use "lsof | grep deleted" Cheers, Andreas -- Andreas Dilger http://www-mddsp.enel.ucalgary.ca/People/adilger/ http://sourceforge.net/projects/ext2resize/
Michael Hoennig
2002-Jul-23 07:38 UTC
Re: ext3 device reported to be 100% full, but we do not know where?
Hi H.Morishima,> >We have a strange problem with ext3. df reports 28 of 30 GB to be used > >(rest may be slack) which it calls 100% used. But with du we can only > >find 13 GB, most of it actually in pretty large files (archives). > >Where are the other 17 GB gone? > > Does your box have any i-nodes available? > Let do the command "df -i".I checked that already, I node usage is virtually nothing: /dev/sda6 3842720 29759 3812961 1% /var As I said, mostly large files. Thanks Michael -- Hostsharing eG / Boytinstr. 10 / D-22143 Hamburg phone+fax:+49/700/HOSTSHAR(ing) (= +49/700/46787427) http://www.hostsharing.net: host, where YOU make the difference
Michael Hoennig
2002-Jul-23 07:42 UTC
Re: ext3 device reported to be 100% full, but we do not know where?
Hi Andreas,> > We have a strange problem with ext3. df reports 28 of 30 GB to be > > used(rest may be slack) which it calls 100% used. But with du we can > > only find 13 GB, most of it actually in pretty large files (archives). > > Where are the other 17 GB gone? > > Either in hidden directories, or files held open but unlinked. To find > the former, you could try: > > find <root> -type d -name ".*" ! -name "."du -scm /var would have found that too, right? I double checked anyway with find, this is not the cause.> To find the latter, use "lsof | grep deleted"none, either :-( Thanks anyway Michael -- Hostsharing eG / Boytinstr. 10 / D-22143 Hamburg phone+fax:+49/700/HOSTSHAR(ing) (= +49/700/46787427) http://www.hostsharing.net: host, where YOU make the difference