Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 1999 10:32:29 +0930
From:      Greg Lehey <grog@lemis.com>
To:        Francisco Reyes <francisco@natserv.com>
Cc:        FreeBSD questions <questions@FreeBSD.ORG>
Subject:   Re: How to tell if softupdates are enabled?
Message-ID:  <19990727103228.A62218@freebie.lemis.com>
In-Reply-To: <199907261133.HAA10731@vulcan.addy.com>; from Francisco Reyes on Mon, Jul 26, 1999 at 07:32:32AM -0400
References:  <199907261133.HAA10731@vulcan.addy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 26 July 1999 at  7:32:32 -0400, Francisco Reyes wrote:
> 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.

volume?

> From what I gathered in the archives "mount" should report some type
> of indication about softupdates.

Yes, for example:

  #mount
  /dev/wd0s1a on / (NFS exported, local, writes: sync 2836 async 65542)
  /dev/wd0s1e on /usr (NFS exported, local, writes: sync 4760 async 139996)
  /dev/wd2s1e on /T (NFS exported, local, soft-updates, writes: sync 18065 async 4409777)
  /dev/da0e on /UNIX (local, soft-updates, writes: sync 2 async 170312)
  /dev/da1e on /src (NFS exported, local, soft-updates, writes: sync 23930 async 736995)
  /dev/wd3h on /home (NFS exported, local, writes: sync 200810 async 1040344)

Aren't you getting this?

> Is this the case? Did I miss any steps in installing softupdates?

You did install the kernel and reboot, didn't you?

Greg
--
When replying to this message, please copy the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address, home page and phone numbers
finger grog@lemis.com for PGP public key


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?19990727103228.A62218>