From owner-freebsd-questions Mon Jul 26 18:52: 0 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 91A2A14C02 for ; Mon, 26 Jul 1999 18:51:54 -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 VAA27678; Mon, 26 Jul 1999 21:49:48 -0400 (EDT) Message-Id: <199907270149.VAA27678@vulcan.addy.com> From: "Francisco Reyes" To: "Greg Lehey" Cc: "asmodai@wxs.nl" , "FreeBSD questions" Date: Mon, 26 Jul 1999 21:50:23 -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: Re: How to tell if softupdates are enabled? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 27 Jul 1999 10:32:29 +0930, Greg Lehey wrote: >> ln -s /usr/src/contrib/sys/sys/softupdates/ (softdep.h and >> ffs_softdep.h) >> added "options SOFTUPDATES" to kernel >> umount volume >> tunefs -n enable /device..... >> It reports "softupdates flag enabled" >> After I re-mount the volume and type "volume" I meant to say I typed "mount" > #mount > /dev/wd2s1e on /T (NFS exported, local, soft-updates, writes: sync 18065 async 4409777) >Aren't you getting this? No. >You did install the kernel and reboot, didn't you? Just re-did the whole operation. Revised "ln-s" links. Revised I had "options SOFTUPDATES" spelled correctly. Rebuilt Kernel and checked timestamp on /kernel. reboot "shutdown now"to be able to "mount /usr" umount /usr tunefs -n enable /dev/da0s1f mount /usr I used /dev/da0s1f because this is what I have in my fstab. Upon reading on an email from archive that said one should apply tunefs on "raw device" I tried "tunefs -n enable /dev/rda0s1f" and that didn't help either. (is that the "Raw device"?) fstab # Device Mountpoint FStype Options Dump Pass# /dev/da0s1b none swap sw 0 0 /dev/da0s1a / ufs rw 1 1 /dev/da0s1f /usr ufs rw 2 2 /dev/da0s1e /var ufs rw 2 2 /dev/cd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 Output of mount after have done "tunefs -n enable /dev/da0s1f" /dev/da0s1a on / (local, writes: sync 38 async 100) /dev/da0s1e on /var (local, writes: sync 110 async 274) procfs on /proc (local) /dev/fd0 on /mnt (local, writes: sync 7 async 7) /dev/da0s1f on /usr (local, writes: sync 2 async 0) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message