From owner-freebsd-scsi Sat Oct 9 17:20: 4 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id BF43914CF0 for ; Sat, 9 Oct 1999 17:20:02 -0700 (PDT) (envelope-from julian@whistle.com) Received: from home.elischer.org (home.elischer.org [207.76.204.203]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id RAA53971; Sat, 9 Oct 1999 17:15:13 -0700 (PDT) Date: Sat, 9 Oct 1999 17:15:04 -0700 (PDT) From: Julian Elischer X-Sender: julian@home.elischer.org To: Randy Bush Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: softupdates In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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