:In message <[EMAIL PROTECTED]>,
:Matthew Dillon <[EMAIL PROTECTED]> wrote:
:
:> Mail queue files are persistant enough (upwards of 5 days if a destination
:> is down) that you run a real risk of losing something important if
:> you crash and wipe. I would not use MFS at all and I would only use VN
:> with persistant store, but the performance is going to be similar to
:> using a normal filesystem so it may not be worth doing.
:
:Yea, someone else I was talking with about this said the same thing.
:
:I just can't get over the nagging feeling that (for the mail spool
:directory) there ought to be something that is ultra-super-deluxe
:fast that I should be using. :-)
:
:> Normal
:> filesystems with softupdates turned on make pretty good mail spools though
:
:OK, I've seen several mentions now of `softupdates', and I think that I
:have a general (vague?) notion of what `softupdates' is all about, but
:allow me to disaply my ignorance one more time and ask which man page
:(or document) I should be looking at to learn all of the specifics
:regarding `softupdates'. (I looked at `man tunefs' and I don't see
:nuttin' there, so where exactly is/are `softupdates' documented?)
Softupdates requires a little kernel hacking.
cd /usr/src/sys/ufs/ffs
read the README.softupdates file in that directory. Don't worry about
Kirk's license until you actually decide you intend to use it in
production on a commercial system.
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message