From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 8 23:25:58 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF2E16A4CE; Thu, 8 Jan 2004 23:25:58 -0800 (PST) Received: from pc5.i.0x5.de (reverse-213-146-113-119.dialin.kamp-dsl.de [213.146.113.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DEAD43D6E; Thu, 8 Jan 2004 23:25:55 -0800 (PST) (envelope-from nicolas@dauerreden.de) Received: from pc5.i.0x5.de (nicolas@localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.9p2/8.12.9) with ESMTP id i097PpR7075095; Fri, 9 Jan 2004 08:25:51 +0100 (CET) (envelope-from nicolas@pc5.i.0x5.de) Received: (from nicolas@localhost) by pc5.i.0x5.de (8.12.9p2/8.12.9/Submit) id i097Ppl5075094; Fri, 9 Jan 2004 08:25:51 +0100 (CET) (envelope-from nicolas) Date: Fri, 9 Jan 2004 08:25:51 +0100 From: Nicolas Rachinsky To: Scott Long Message-ID: <20040109072551.GA74970@pc5.i.0x5.de> Mail-Followup-To: Scott Long , Daniel O'Connor , hackers@freebsd.org References: <20040107235737.I32227@pooker.samsco.home> <20040108075059.GK53429@silverwraith.com> <200401091400.40550.doconnor@gsoft.com.au> <3FFE5211.5040606@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FFE5211.5040606@freebsd.org> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc X-SECURITY: Never trust a running system User-Agent: Mutt/1.5.5.1i cc: hackers@freebsd.org Subject: Re: Discussion on the future of floppies in 5.x and 6.x X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 07:25:58 -0000 * Scott Long [2004-01-09 00:02 -0700]: > Well, except when mfsroot.gz becomes too large to fit on a single > floppy. Right now it is about 90k away from that. What happens when > mount_nfsv4 gets put on there? John Baldwin and I already spent a > day over the holiday break making the mfsroot.gz image fit given the > new requirements created by having a dynamic root. What happens the > next time that it overflows? It's not like the driver floppies where > you can dike more stuff to another disk; this is a single image. Do > we come up with a method for having multiple, segmented images? Who > writes the code to do that? Shouldn't lib/libstand/splitfs.c do this? Nicolas