Date: Sat, 26 Jun 1999 11:36:35 +0930 From: Greg Lehey <grog@lemis.com> To: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Cc: Matthew Dillon <dillon@apollo.backplane.com>, Aaron Smith <aaron-fbsd@mutex.org>, freebsd-hackers@FreeBSD.ORG Subject: Re: ufs/ffs resize? Message-ID: <19990626113635.Y427@freebie.lemis.com> In-Reply-To: <68859.930360139@zippy.cdrom.com>; from Jordan K. Hubbard on Fri, Jun 25, 1999 at 06:22:19PM -0700 References: <199906252115.OAA95464@apollo.backplane.com> <68859.930360139@zippy.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[Format recovered--see http://www.lemis.com/email/email-format.html] On Friday, 25 June 1999 at 18:22:19 -0700, Jordan K. Hubbard wrote: >> to do actually it. Personally, I think it would be a doable >> project if someone wanted to have a go at it - to allow a filesystem >> to be grown or shrunk on a cylinder-by-cylinder basis. The only real >> complexity occurs when you are shrinking a filesystem - you have to locate >> the inodes & indirect blocks associated with allocated data blocks >> in the cylinder you are trying to remove in order to move the blocks. > > To add to this, I'd also be inclined to see this done in the larger > context of writing at least a simplistic volume manager to contain > arbitrary filesystems, then extending UFS to support the concept of > dynamic resizing. I agree with the approach. But why write a simplistic volume manager when we already have vinum? > That way you could extend (the most common request) a ufs partition > much more flexibly across multiple partitions or disks, that being > what people are *really* asking for when they cry for a resizable > UFS. :-) Correct. That's why, as Julian observes, I'm collecting code. If somebody else wants to work on this, feel free to contact me. I don't see myself doing it in the very near future. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990626113635.Y427>