From owner-freebsd-current@FreeBSD.ORG Fri Jul 4 21:01:24 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25A131065672 for ; Fri, 4 Jul 2008 21:01:24 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from hosted.kievnet.com (hosted.kievnet.com [193.138.144.10]) by mx1.freebsd.org (Postfix) with ESMTP id D35F28FC0C for ; Fri, 4 Jul 2008 21:01:23 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost ([127.0.0.1] helo=edge.pp.kiev.ua) by hosted.kievnet.com with esmtpa (Exim 4.62) (envelope-from ) id 1KEs1W-0000Mz-A0; Fri, 04 Jul 2008 23:36:54 +0300 Message-ID: <486E89E0.8010301@icyb.net.ua> Date: Fri, 04 Jul 2008 23:36:48 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.14 (X11/20080615) MIME-Version: 1.0 To: freebsd-fs@freebsd.org, freebsd-current@freebsd.org References: <889.1203600472@critter.freebsd.dk> <47CC55B0.4020607@icyb.net.ua> In-Reply-To: <47CC55B0.4020607@icyb.net.ua> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: newfs_msdos and dvd-ram (fwsectors, fwheads) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2008 21:01:24 -0000 on 03/03/2008 21:46 Andriy Gapon said the following: > on 21/02/2008 15:27 Poul-Henning Kamp said the following: >> In message <47BD6F39.7080105@icyb.net.ua>, Andriy Gapon writes: >>> 2) fake those properties in newfs_msdof; >>> benefit: this would help with other physical devices that can host >>> FAT; >> This is the way to do it, but it might make sense to make a library >> routine do it, to get consistent behaviour. BTW, the same issue applies to md device too. I.e. if you would like to create a FAT image in a file, newfs_msdos won't let you. > I opened a PR for this approach in a simple form. > http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/121182 > > What could be a good place to put thing for re-use/sharing? libutil? -- Andriy Gapon