Date: Sat, 27 Jan 2001 14:27:15 -0600 From: David Kelly <dkelly@hiwaay.net> To: Kwangyul Seo <skyul@plus.or.kr> Cc: freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: how can i remove softupdates? Message-ID: <200101272027.f0RKRFG48067@grumpy.dyndns.org> In-Reply-To: Message from Kwangyul Seo <skyul@plus.or.kr> of "Sat, 27 Jan 2001 21:44:18 %2B0900." <20010127214418.A1197@plus.or.kr>
next in thread | previous in thread | raw e-mail | index | archive | help
Kwangyul Seo writes: > > I've seen "options SOFTUPDATES" in my kernel configuration file. > I wonder how I can change this FFS update mode. > If I just remove "options SOFTUPDATES" then it goes to async mode? Softupdates does nothing until you use tunefs(8) on each and every filesystem you want it used for. Type "mount" with no argruments. If you don't see "soft-updates" listed then its not being used. % mount /dev/da0s2a on / (ufs, local, soft-updates) /dev/da0s2f on /usr (ufs, local, soft-updates) /dev/da0s2e on /var (ufs, local, soft-updates) /dev/ad4s3e on /usr2 (ufs, local, soft-updates) /dev/ad4s3f on /usr3 (ufs, local, soft-updates) /dev/ad4s3g on /usr4 (ufs, local, soft-updates) -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101272027.f0RKRFG48067>