Path: utzoo!attcan!uunet!bu.edu!mirror!rayssd!anomaly!mpd From: mpd@anomaly.sbs.com (Michael P. Deignan) Newsgroups: comp.unix.xenix.sco Subject: Re: running out of inodes Keywords: inode Message-ID: <3315@anomaly.sbs.com> Date: 18 Sep 90 10:46:02 GMT References: <221@oneb.UUCP> Organization: Small Business Systems, Inc., Esmond, RI 02917 Lines: 24 kmcvay@oneb.UUCP (Ken McVay) writes: >What can I do to utilize the available storage space without fouling up >the kernel's control over the filesystem? With 30 megs or thereabouts being >wasted, something's gone bump in serious fashion :-) Back it up to tape, then, # umount /dev/u # mkfs /dev/u numofblocksinfilesystem:65550 Then restore the tape when its done. The :65500 indicates to the make filesystem command the number of i-nodes you want to allocate on the filesystem. You can only have a maximum of 65500 (or something around that) per filesystem. MD -- -- Michael P. Deignan, President -- Small Business Systems, Inc. -- -- Domain: mpd@anomaly.sbs.com -- Box 17220, Esmond, RI 02917 -- -- UUCP: ...uunet!rayssd!anomaly!mpd -- Telebit: +1 401 455 0347 -- -- XENIX Archives: login: xxcp, password: xenix Index: ~/SOFTLIST --