Date: Fri, 6 Apr 2001 11:17:07 -0600 From: "Jamie Hermans" <freebsd@hermans.ca> To: "'Lauri Laupmaa'" <mauri@inspiral.net>, <questions@FreeBSD.ORG> Subject: RE: softupdates remotely ? Message-ID: <001c01c0bebd$693c74c0$6419a8c0@inside.hermans.ca> In-Reply-To: <3ACDEFAF.938D51B4@inspiral.net>
next in thread | previous in thread | raw e-mail | index | archive | help
What has worked for me is to add the 'tunefs -n enable...' lines (for each file system you wish to be softupdates enabled) into /etc/rc right before all file systems are mounted. Once you're back online, remove them (it doesn't seem to hurt leaving them in, but why waste boot time?) # Mount everything except nfs filesystems. tunefs -n enable / tunefs -n enable /usr mount -a -t nonfs Hope that helps... Jamie -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lauri Laupmaa Sent: Friday, April 6, 2001 10:33 am To: questions@FreeBSD.ORG Subject: softupdates remotely ? Hi Is there a way to enable softupdates remotely ? Some script which is executed before mounting filesystems ? Any ideas ? TIA L. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message 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?001c01c0bebd$693c74c0$6419a8c0>