Subject: Re: INN is exiting while there is 700megs free on hard disk.
To: John Maier <JohnAM@datastorm.com>
From: None <David_Eckhardt@ROBIN.WARP.CS.CMU.EDU>
List: netbsd-users
Date: 04/23/1997 20:52:10
Obviously I have enough disk space. So does NetBSD have a limit on
the number of files that can reside on a partition...
No, but your filesystem does. Try dumpfs /dev/rsd1a and look on the second
line for nbfree (# blocks free) and nifree (# inodes ~= files) free.
Options to newfs say how many inodes should be created, and the default is
often too low for news spool filesystems.
Dave