NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/54706: ln consuming inodes on wrong device....



The following reply was made to PR kern/54706; it has been noted by GNATS.

From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/54706: ln consuming inodes on wrong device....
Date: Mon, 18 Nov 2019 08:46:36 -0000 (UTC)

 root%galis.org@localhost writes:
 
 >    The hardlink tmp files _are_ being created in in the wd0a tmp dir
 
 >find /HDS5C30/tmp/test/ -type f | wc -l
 > 6968626
 
 >however rrdtool graphics (per df -i) are showing inodes consumed on sd0f (/var),
 >which should have no files related to the rrdtool testing or reporting.
 
 Hardlinks don't consume inodes. It's just directory entries pointing to
 the same inode.
 
 
 
 >df -ih /dev/sd0f /dev/wd0a
 >Filesystem         Size       Used      Avail %Cap    iUsed   iAvail %iCap Mounted on
 >/dev/sd0f          8.7G       495M       7.8G   5%   149683   995915   13% /var
 >/dev/wd0a          2.0G       305M       1.6G  16%     7439   249071    2% /HDS5C30
 
 You seem to have lots of files on /var. Can you find out what they are?
 fontconfig can have lots of cache files, but usually only a few thousand,
 not 140000. My guess would be lots of files in /var/tmp generated by
 rrdtool.
 
 
 -- 
 -- 
                                 Michael van Elst
 Internet: mlelstv%serpens.de@localhost
                                 "A potential Snark may lurk in every tree."
 


Home | Main Index | Thread Index | Old Index