From owner-cvs-all Fri Jan 10 14:13:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5225637B401 for ; Fri, 10 Jan 2003 14:13:36 -0800 (PST) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21FA543F6B for ; Fri, 10 Jan 2003 14:13:35 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 22051 invoked from network); 10 Jan 2003 22:13:43 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 10 Jan 2003 22:13:43 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0AMDWUT091337; Fri, 10 Jan 2003 17:13:33 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 10 Jan 2003 17:13:42 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/lib/libdisk disk.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10-Jan-2003 John Baldwin wrote: > > On 10-Jan-2003 John Baldwin wrote: >> jhb 2003/01/10 11:45:10 PST >> >> Modified files: >> lib/libdisk disk.c >> Log: >> Use the fstype obtained from the GEOM dumpconf output to set the fstype >> of BSD part chunks when opening a disk. >> >> Reviewed by: phk >> MFC after: 2 days > > This fixes the bug where sysinstall wouldn't recognize old swap > partitions as swap and where it would rewrite all the fstypes of > existing partitions to be 'unused'. Ok, this only partially fixes the second bug. It seems that sysinstall is likely still zeroing out the fsize, bsize, and bps/cpg fields of existing partitions. :( -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message