From owner-freebsd-fs@FreeBSD.ORG Sat Sep 1 08:38:50 2007 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10AB316A41B for ; Sat, 1 Sep 2007 08:38:50 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id BF45E13C45B for ; Sat, 1 Sep 2007 08:38:49 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.5]) by phk.freebsd.dk (Postfix) with ESMTP id 8957B17104; Sat, 1 Sep 2007 08:13:08 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id l818D7gU003843; Sat, 1 Sep 2007 08:13:07 GMT (envelope-from phk@critter.freebsd.dk) To: Yar Tikhiy From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 01 Sep 2007 11:48:03 +0400." <20070901074803.GM85633@comp.chem.msu.su> Date: Sat, 01 Sep 2007 08:13:07 +0000 Message-ID: <3842.1188634387@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: fs@freebsd.org Subject: Re: New option for newfs(3) to make life with GEOM easier X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2007 08:38:50 -0000 In message <20070901074803.GM85633@comp.chem.msu.su>, Yar Tikhiy writes: >Hi all, > >With some geom(4) modules saving their metadata in the last sectors >of block devices such as disks and partitions, 1. If those geom modules do not reduce their providers to prevent this metadata from being overwritten, they are buggy. 2. Why not simply allow the -s argument to newfs to be negative so "-s -200" means "reserve 200 sectors" ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.