9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: rsc@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] kfs question
Date: Thu,  9 May 2002 02:56:43 -0400	[thread overview]
Message-ID: <72f8e605c72e170773938552c968bc07@plan9.bell-labs.com> (raw)

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



             reply	other threads:[~2002-05-09  6:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-09  6:56 rsc [this message]
2002-05-09 13:11 ` Micah Stetson
2002-05-09 12:18 Micah Stetson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=72f8e605c72e170773938552c968bc07@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).