From owner-freebsd-questions Mon Jul 26 4:35:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vulcan.addy.com (vulcan.addy.com [207.239.68.7]) by hub.freebsd.org (Postfix) with ESMTP id 64D7A152FF for ; Mon, 26 Jul 1999 04:35:36 -0700 (PDT) (envelope-from francisco@natserv.com) Received: from your-name (freyes.static.inch.com [207.240.212.43]) by vulcan.addy.com (8.8.5/8.6.12) with SMTP id HAA10731 for ; Mon, 26 Jul 1999 07:33:56 -0400 (EDT) Message-Id: <199907261133.HAA10731@vulcan.addy.com> From: "Francisco Reyes" To: "FreeBSD questions" Date: Mon, 26 Jul 1999 07:32:32 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: How to tell if softupdates are enabled? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just went through the motions to set softupdate ln -s /usr/src/contrib/sys/sys/softupdates/ (softdep.h and ffs_softdep.h) addednt "options SOFTUPDATES" to kernel umount volume tunefs -n enable /device..... It reports "softupdates flag enabled" (or something simmilar). After I re-mount the volume and type "volume" there is nothing referring to softupdates. From what I gathered in the archives "mount" should report some type of indication about softupdates. Is this the case? Did I miss any steps in installing softupdates? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message