From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EA1VE-0001G2-Bk for garchives@archives.gentoo.org; Tue, 30 Aug 2005 08:29:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7U8Qw1G031719; Tue, 30 Aug 2005 08:26:58 GMT Received: from ihug-mail.icp-qv1-irony2.iinet.net.au (mail-iinet.icp-qv1-irony2.iinet.net.au [203.59.1.196]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7U8NHwT003786 for ; Tue, 30 Aug 2005 08:23:19 GMT Received: from 203-59-166-20.dyn.iinet.net.au (HELO moriah.localdomain) (203.59.166.20) by ihug-mail.icp-qv1-irony2.iinet.net.au with ESMTP; 30 Aug 2005 16:25:19 +0800 Received: from localhost (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id 5BD67BB368 for ; Tue, 30 Aug 2005 16:25:17 +0800 (WST) Received: from moriah.localdomain ([127.0.0.1]) by localhost (moriah [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10083-09 for ; Tue, 30 Aug 2005 16:25:04 +0800 (WST) Received: from localhost (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id 3BDB468D1 for ; Tue, 30 Aug 2005 16:25:04 +0800 (WST) Subject: Re: [gentoo-user] lvm2/external partitions question From: "W.Kenworthy" To: gentoo-user@lists.gentoo.org In-Reply-To: <200508300938.58067.ext-dirk.heinrichs@nokia.com> References: <5bdc1c8b05082917503ef84c56@mail.gmail.com> <200508300749.55166.ext-dirk.heinrichs@nokia.com> <1125384549.20471.113.camel@localhost> <200508300938.58067.ext-dirk.heinrichs@nokia.com> Content-Type: text/plain Date: Tue, 30 Aug 2005 16:25:03 +0800 Message-Id: <1125390303.20471.140.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at localdomain X-Archives-Salt: 9e591c8c-6473-4437-8b8e-41a27c0f9bf0 X-Archives-Hash: 2cc90a3dd680162fe91980eb1d66cfe3 On Tue, 2005-08-30 at 09:38 +0200, Dirk Heinrichs wrote: > Am Dienstag, 30. August 2005 08:49 schrieb ext W.Kenworthy: > > Comments inline: > > > > moriah ~ # df -h > > Filesystem Size Used Avail Use% Mounted on > > udev 252M 2.6M 249M 2% /dev > > Hmm, mine takes 116k, how comes your /dev uses 2.6M? > everything thats not on a LVM volume sits here. the biggest is /root/.ccache (<800M, easily moved elsewhere) and /lib/modules > > cachedir 3.8G 2.2G 1.6G 59% /lib/splash/cache > > This looks to be the same as /, what is it good for, could you explain this? > Its used by fbsplash - never looked at why > > /dev/vg1/usr 32G 5.9G 27G 19% /usr > > /dev/vg1/var 48G 2.3G 46G 5% /var > > I doubt you'll ever get them filled. > I have filled them in the past: my desktop is currently sitting at 74% for both, but I recently went mad archiving to make room. > > /dev/vg1/tmp 16G 33M 16G 1% /tmp > > I use tmpfs for this, but that really depends. > I have done that in the past - but I found sometimes I just had to have the room (zipping 2G plus archives for instance) > > /dev/vg1/home 77G 26G 52G 34% /home > > As said before I prefer per-user volumes (and use the automounter to mount > them on demand). > extra complexity - I dont need remote mounts, and I am the main user. If you use an automount on the same machine Ive gotta ask "why bother". In my experience automount is just another thing that can and sometimes does go wrong so it has to be justified. Experience shows me that a single partition is almost maintenance free. If you fill a disk, it does come to a halt but its easily fixed. Ive found inadequate a swap more serious problem. Ive found that maintenance usually occurs far more often on multi-partition systems simply because space that could be used is not accessible. Multi-partitions on the other hand always waste space necessitating solutions like LVM. For me LVM gives the advantage in that I can add space (extra disks) whenever I like and fill it without having to go through major pain. In the light of experience, I am not sure I will go for multi-partitions on my next server as laptops/small desktop systems I run/have run seem better without it, but I will definitely be going LVM. I am sure that if I had a number of regular users, a separate /home partition wold be useful but I think that the old idea of partitioning everything is actually more wasteful/nearly useless on modern systems. BillK -- gentoo-user@gentoo.org mailing list