Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 1999 17:15:04 -0700 (PDT)
From:      Julian Elischer <julian@whistle.com>
To:        Randy Bush <randy@psg.com>
Cc:        freebsd-scsi@FreeBSD.ORG
Subject:   Re: softupdates
Message-ID:  <Pine.BSF.4.05.9910091711590.53621-100000@home.elischer.org>
In-Reply-To: <E11a6WD-0001Gy-00@rip.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
soft updates is independent of disk type. it is a feature of teh
filesystem code.

The 'mount' command can tell you what filesystems are mounted Soft
updates.
e.g


julian@home:mount
/dev/sd1s1a on / (local, writes: sync 43 async 31702)
/dev/sd1s1d on /tmp (local, soft-updates, writes: sync 109 async 2598)
/dev/sd1s1e on /var (local, soft-updates, writes: sync 1021 async 45317)
/dev/sd2s1d on /usr (local, soft-updates, writes: sync 5034 async 345844)
/dev/sd0s2a on /usr/obj (local, soft-updates, writes: sync 2 async 5558)
/dev/sd2s1e on /free3 (local, writes: sync 2 async 35)
/dev/sd1s1g on /usr/local (local, soft-updates, writes: sync 2 async 5379)
/dev/sd1s1f on /free1 (local, writes: sync 2 async 35)
procfs on /proc (local)


use tunefs(8) to enable or disable softupdates.

julian



On Sat, 9 Oct 1999, Randy Bush wrote:

> how can i tell for which partitons softupdates are enabled?
> 
> would like to know for non-scsi as well.
> 
> randy
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-scsi" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9910091711590.53621-100000>