Re: [CentOS] Invisible files and disk space

2020-10-08 Thread Michael Hennebry
Does the filesystem have a fixed number of inodes? Perhaps the problem is the number of files, not their sizes. Does the filesystem have an explicit free list? If so, I'd expect there to be tools that could tell you how much was on it. -- Michael henne...@web.cs.ndsu.nodak.edu "Sorry but your

Re: [CentOS] Invisible files and disk space

2020-10-08 Thread centos2
On Thu, Oct 08, 2020 at 06:38:55PM +0200, Simon Matter wrote: > > On Thu, Oct 08, 2020 at 11:12:54AM -0400, Yves Bellefeuille wrote: > >> cent...@foxengines.net wrote: > >> > >> > It's not working, I haven't been able to identify the files. They > >> aren't > >> > there. All attempts to measure

Re: [CentOS] Invisible files and disk space

2020-10-08 Thread Jonathan Billings
On Thu, Oct 08, 2020 at 12:31:34PM -0400, cent...@foxengines.net wrote: > find / -maxdepth 1 -xdev -type d | while read; do du -shx $d; done If you want to use du to find sparse files, add --apparent-size. -- Jonathan Billings ___ CentOS mailing list

Re: [CentOS] Invisible files and disk space

2020-10-08 Thread Simon Matter
> On Thu, Oct 08, 2020 at 11:12:54AM -0400, Yves Bellefeuille wrote: >> cent...@foxengines.net wrote: >> >> > It's not working, I haven't been able to identify the files. They >> aren't >> > there. All attempts to measure disk usage of / by files shows that the >> > disk usage is only a percentage

Re: [CentOS] Invisible files and disk space

2020-10-08 Thread Simon Matter
> On Thu, Oct 08, 2020 at 11:12:54AM -0400, Yves Bellefeuille wrote: >> cent...@foxengines.net wrote: >> >> > It's not working, I haven't been able to identify the files. They >> aren't >> > there. All attempts to measure disk usage of / by files shows that the >> > disk usage is only a percentage

Re: [CentOS] Invisible files and disk space

2020-10-08 Thread centos2
On Thu, Oct 08, 2020 at 11:12:54AM -0400, Yves Bellefeuille wrote: > cent...@foxengines.net wrote: > > > It's not working, I haven't been able to identify the files. They > aren't > > there. All attempts to measure disk usage of / by files shows that the > > disk usage is only a percentage of

Re: [CentOS] Invisible files and disk space

2020-10-08 Thread Yves Bellefeuille
cent...@foxengines.net wrote: > It's not working, I haven't been able to identify the files. They aren't > there. All attempts to measure disk usage of / by files shows that the > disk usage is only a percentage of available space and that there > should be space available. Sparse files? How are

[CentOS] Invisible files and disk space

2020-10-08 Thread centos2
Hi All, I have an older CentOS 7.4 system that is used for computationally heavy work. It has a 32G root filesystem, of which 33% is consumed. Lately, one particular set of jobs (run through the SGE batch scheduler) seems to cause a peculiar condition to occur in which the root filesystem space