From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <72f8e605c72e170773938552c968bc07@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] kfs question From: rsc@plan9.bell-labs.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 9 May 2002 02:56:43 -0400 Topicbox-Message-UUID: 8cf8fcbe-eaca-11e9-9e20-41e7f4b1d025 After you save what you care about, you can drop the whole /mail/box hierarchy by doing disk/kfscmd 'clri /mail/box' which will remove the /mail/box directory entry pointer from /mail and do nothing else, leaking all the storage associated with /mail/box. Then disk/kfscmd 'check f' will rebuild the free list, reclaiming the storage. Russ