From owner-freebsd-current Mon Mar 13 14:31:29 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA00735 for current-outgoing; Mon, 13 Mar 1995 14:31:29 -0800 Received: from ParC04.MI.Uni-Koeln.DE (ParC04.MI.Uni-Koeln.DE [134.95.212.44]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA00728 for ; Mon, 13 Mar 1995 14:31:18 -0800 Received: by ParC04.MI.Uni-Koeln.DE id AA17683 (5.67b/IDA-1.5 for freebsd-current@FreeBSD.org); Mon, 13 Mar 1995 23:30:50 +0100 Message-Id: <199503132230.AA17683@ParC04.MI.Uni-Koeln.DE> From: se@MI.Uni-Koeln.DE (Stefan Esser) Date: Mon, 13 Mar 1995 23:30:49 +0100 In-Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) "Re: Things are looking up :-)" (Mar 13, 21:29) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: freebsd-current@FreeBSD.org (FreeBSD-current users) Subject: Re: Things are looking up :-) Sender: current-owner@FreeBSD.org Precedence: bulk On Mar 13, 21:29, Joerg Wunsch wrote: } Subject: Re: Things are looking up :-) } As David Greenman wrote: } > } [bump minfree in ufs] } > time which is very CPU intensive. Use the command "tunefs -m 8 /dev/r..." on } > your (unmounted) filesystems to change it. } ^^^^^^^^^ } } What will happend when i do this on a mounted fs? I hope the worst is } it will only take an effect at the next re{boot,mount}, yes? No, it will not take effect at all ... The superblock is rewritten with in core values at unmount time, and the changes will be lost. I just booted single user and did the tunefs using the raw devices. Since the root file system has been mounted read only, there is no superblock update, and you are save to proceed with the multi user startup ... (Well, I preferred to reboot, to be sure :) Regards, STefanes