On Fri, 13 Jun 2003 18:18:32 +0300 ODHIAMBO Washington <[EMAIL PROTECTED]> wrote: > > For some strange reason, I would like to run `tunefs -n disable /` during the > bootup process, just before the file systems are mounted. > How can I safely achieve this?
add "/sbin/tunefs -n disable /" to your /etc/rc.early (create this file if it doesn't exist)... -Anti _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
