From owner-freebsd-questions@FreeBSD.ORG Sat Feb 9 22:14:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A12B816A417 for ; Sat, 9 Feb 2008 22:14:51 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 41EFE13C47E for ; Sat, 9 Feb 2008 22:14:50 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so6078071pyb.10 for ; Sat, 09 Feb 2008 14:14:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; bh=bpgxn7GFbbRqtdBKHS6UDhIWUOHr/wqOW4y2CLXGVjY=; b=xD4WFw4YQfaYu93G3jiE1s1ipjwljvVbMVAYGx17P5A50lQsrGNmbAiGC18WfS6J8tM3CHbcKNkHw3Z5i3hu05iahqYA7gr7LsJYelSzbc27kZFST1++L6S+ZFhPC56DAuVy6g8AoiUDh1gPi6qoIJMzs3SXHGySA15pI5Cc7do= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; b=t5uTGdMS4MsJt8QVmHwLedJ2aTSUHxMiFxtU+dv3JDLvwjeNvzFrAffjqfKSMe8QwAJCyth0n8tu+MU/X/xaj6Ujd9MlfDedSY1Q2gwjLx4eKiE0HKu/Ap6ewr6uLg5S1xooiDaW0gUxPYrYNj5NWZFPU0RrZa2/ek4scgRwxeI= Received: by 10.65.244.15 with SMTP id w15mr28281868qbr.38.1202595289066; Sat, 09 Feb 2008 14:14:49 -0800 (PST) Received: from ?192.168.1.4? ( [74.134.230.123]) by mx.google.com with ESMTPS id w38sm45767656pyg.17.2008.02.09.14.14.47 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 09 Feb 2008 14:14:48 -0800 (PST) In-Reply-To: <20080209220150.GC41847@gizmo.acns.msu.edu> References: <50460.33951.qm@web34512.mail.mud.yahoo.com> <20080206205042.H4868@wojtek.tensor.gdynia.pl> <20080207151415.06393db1@meijome.net> <20080207092634.J22656@wojtek.tensor.gdynia.pl> <55836b724f9f2f7d35654d7e7c477717@gmail.com> <20080209220150.GC41847@gizmo.acns.msu.edu> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Joshua Isom Date: Sat, 9 Feb 2008 16:16:18 -0600 To: Jerry McAllister X-Mailer: Apple Mail (2.624) Cc: User Questions Subject: Re: Some ideas for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 22:14:51 -0000 On Feb 9, 2008, at 4:01 PM, Jerry McAllister wrote: > On Sat, Feb 09, 2008 at 03:51:18PM -0600, Joshua Isom wrote: > >> Here's an idea for FreeBSD that would be practical. Since having >> several partitions on the same disk is standard for FreeBSD and most >> Unixes, instead of dealing with running out of space on a partition, >> when you have gigs available on another, why not allow one partition >> to >> create an overflow file on another partition, or perhaps a dedicated > > You can do this alrady. > Just move some directory tree in to the large space and create a > synlink. > I do it often. > > > ////jerry > My idea would eliminate that work around and make it automatic. Who actually waits to constantly look at their disk usage and try and figure out if they have enough space left on their 512 meg partition when they have 200 gigs free on another? I think most people find out they're low on space when they run out trying to do something on that partition. > > >> amount of the swap partition if it's on the same disk, to keep from >> running out of space? It'd probably have to be limited to one disk, >> but that wouldn't hinder things too much. Dealing with unmounted >> filesystems would be annoying but probably doable without too much >> risk >> of problems(could even use the swap partition, and on say /usr just >> have a file for swap?). The most obvious case of how this could be >> good would be the root partition when you're updating the system, >> especially with debug symbols or perhaps multiple kernels(say a >> generic >> debug, optimized debug, generic, and optimized?). >> >> The best reason for doing something like this, you can keep the >> partitions for "disk optimization" and still have the ease of use of a >> single partition like OS X, Ubuntu, or PCBSD. >> >> Maybe this would be good for FreeBSD 8 or 9? >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >