Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 1999 11:25:13 +0930
From:      Greg Lehey <grog@lemis.com>
To:        Francisco Reyes <francisco@natserv.com>
Cc:        asmodai@wxs.nl, FreeBSD questions <questions@FreeBSD.ORG>
Subject:   Re: How to tell if softupdates are enabled?
Message-ID:  <19990727112513.I62218@freebie.lemis.com>
In-Reply-To: <199907270149.VAA27678@vulcan.addy.com>; from Francisco Reyes on Mon, Jul 26, 1999 at 09:50:23PM -0400
References:  <199907270149.VAA27678@vulcan.addy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
[Format recovered--see http://www.lemis.com/email/email-format.html]

On Monday, 26 July 1999 at 21:50:23 -0400, Francisco Reyes wrote:
> 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.

Ran config?

> 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)

Doesn't look right.  

Greg
--
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?19990727112513.I62218>