Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 1999 21:50:23 -0400
From:      "Francisco Reyes" <francisco@natserv.com>
To:        "Greg Lehey" <grog@lemis.com>
Cc:        "asmodai@wxs.nl" <asmodai@wxs.nl>, "FreeBSD questions" <questions@FreeBSD.ORG>
Subject:   Re: How to tell if softupdates are enabled?
Message-ID:  <199907270149.VAA27678@vulcan.addy.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907270149.VAA27678>