Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 1996 17:41:33 -0600 (MDT)
From:      Dave Andersen <angio@aros.net>
To:        sergey@comcentre.nikolaev.ua (Sergey Kovalenko)
Cc:        questions@freebsd.org
Subject:   Re: Problem with file system
Message-ID:  <199609012341.RAA06688@terra.aros.net>
In-Reply-To: <199609012127.AAA20633@crazy.comcentre.nikolaev.ua> from "Sergey Kovalenko" at Sep 2, 96 00:39:17 am

next in thread | previous in thread | raw e-mail | index | archive | help
You'll have to newfs the drive and give it more inodes.  (This will wipe 
everything on the drive).  See 'man newfs' for more information.

In brief:  newfs -i XXXX <filesystem>

where XXXX should probably be 1024.  The default is 2048, which obviously 
isn't enough in your case.

  -Dave

Lo and behold, Sergey Kovalenko once said:
> 
> I have a problem with the file system on FreeBSD 2.1.0.
> 
> ----Part of /var/log/messages--------------
> /kernel: uid 8 on /usr/spool: out of inodes
> /kernel: uid 0 on /usr/spool: out of inodes
> -------------------------------------------
> 
> A separated file system which has been mounted in /usr/spool contains
> usenet messages base. My INN can't create new messages on this file system.
> 
> What can I do to solve this problem?
> 
> Did this problem appeared because of huge amount of files?
> In this case how could I increase the maximum number of files in file
> system?
> 
> Sergey
> 


-- 
angio@aros.net                Complete virtual hosting and business-oriented
system administration         Internet services.  (WWW, FTP, email)
http://www.aros.net/          http://www.aros.net/about/virtual
  "There are only two industries that refer to their customers as 'users'."




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609012341.RAA06688>