Hi Adam,
Thanks, just checked only using 3% so should be no problems...
Have you got any handy link explaining inodes ?
Simon
On Wednesday 17 July 2002 7:55 am, Adam Bower wrote:
On Wed, Jul 17, 2002 at 06:46:30AM +0100, Simon wrote:
OK, whats the file limit in directories if there is one, just my mail spool directory is huge!! There's around 5500 files in there. None of the users have shell accounts all pop3.. I was wanting to know as I've just been informed that because "the powers that be" like the way the system works with so little downtime, we're going to bin Notes (about time too) and migrate another 3000 onto the system.
afaicr there is no upper limit on files in directories on linux but you will want to adjust the amount of inodes available on that filesystem as each file will take up one inode. Use df -i to see how many inodes you have and how many are used. The main problem is that if you have used the default that the filesystem was created with you can't adjust it, you will need to mkfs from scratch.
Adam