Default inode number too low in FFS nowadays?

Miroslav Lachman 000.fbsd at quip.cz
Fri Nov 4 11:02:26 UTC 2011


Matt Connor wrote:
>
> On Nov 3, 2011, at 5:43 AM, Ivan Voras<ivoras at freebsd.org>  wrote:
>
>> On 02/11/2011 12:57, Borja Marcos wrote:

[...]

>> Did you forget to do "make clean" after "make install" on several large
>> ports?
>>
>> But yes, the ports tree is getting a bit unwieldy. On the other hand,
>> did you fsck the file system lately?
>>
>
> cd /usr/ports/ports-mgmt/portupgrade&&  make install clean
>
> portsclean -CD
>
> That's a quick way to clean out all the clutter.

Installing ruby and portupgrade is really big overhead to simple task, 
which can be done by:

cd /usr/ports && make clean

or with find:

find /usr/ports/ -depth 3 -name "work" -exec rm -r {} +

Miroslav Lachman


More information about the freebsd-fs mailing list