From owner-freebsd-current@FreeBSD.ORG Sat Dec 13 02:38:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DACC16A4D4 for ; Sat, 13 Dec 2003 02:38:33 -0800 (PST) Received: from herbelot.dyndns.org (herbelot.net1.nerim.net [62.212.117.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920E743DC7 for ; Sat, 13 Dec 2003 02:35:04 -0800 (PST) (envelope-from thierry@herbelot.com) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.12.9/8.12.9) with ESMTP id hBDAM7Wg031061; Sat, 13 Dec 2003 11:22:07 +0100 (CET) From: Thierry Herbelot To: Tim Bishop , freebsd-current@freebsd.org Date: Sat, 13 Dec 2003 11:34:19 +0100 User-Agent: KMail/1.5.4 References: <20031116130257.GC782@carrick.bishnet.net> <20031116131226.GA11541@xor.obsecurity.org> <20031213101106.GA9601@carrick.bishnet.net> In-Reply-To: <20031213101106.GA9601@carrick.bishnet.net> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200312131134.19270.thierry@herbelot.com> Subject: Re: syncer panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 10:38:33 -0000 Le Saturday 13 December 2003 11:11, Tim Bishop a écrit : > > As I've said, I am using vinum to mirror my swap. However, I set dumpdev Vinum to mirror also the swap ? Please explain what you are trying to achieve ? I built a fully-mirrored machine (to check what the handbook said about booting from a mirrored root), but /tmp was still a simply striped partition (no mirror), like swap, where I left the OS swap manager use two partitions, like you could do when having two non-vinumed disks : in /etc/fstab : /dev/ad0s3b none swap sw 0 0 /dev/ad2s3b none swap sw 0 0 With this kind of setup, all important data are (suposed to be) written to both physical disks, and all remaining info will be lost in case of a failure. TfH