Mailinglist Archive: opensuse (3506 mails)
| < Previous | Next > |
Re: [SLE] Partitioning advice
- From: Jerry Feldman <gaf@xxxxxxx>
- Date: Sun, 3 Sep 2006 20:58:43 +0000 (UTC)
- Message-id: <20060903165833.6cce66fb@xxxxxxxxxxx>
On Sat, 2 Sep 2006 15:12:00 -0400
Paul Abrahams <abrahams@xxxxxxx> wrote:
> I'm about to organize the hard drive on a new system and I'm looking for
> advice about partitioning it. The question is: which Linux partitions should
> be separated out from the root partition? Candidates
> are /boot, /usr, /var, /home (that one for sure), /tmp, and /usr/local. I
> can probably make pretty good guesses at the appropriate sizes by looking at
> my existing systems.
I agree with most of the advice given in this thread:
/boot - Maybe
/home - definitely
/usr/local - yes, if you install software other than via RPM
/var - sometimes. /var contains log files, spools, print queues and
many other files of a volatile nature. In business Unix environments,
this is frequently separate for backup reasons and because certain DOS
attacks can fill up this directory. Probably not necessary for you.
/tmp - some people make /tmp separate because it contains mostly temp
files, and you may want to allocate a small root partition.
/usr - I rarely do this even in business since it is not very volatile.
Historically, it was mountable because of the small disks used.
--
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
Paul Abrahams <abrahams@xxxxxxx> wrote:
> I'm about to organize the hard drive on a new system and I'm looking for
> advice about partitioning it. The question is: which Linux partitions should
> be separated out from the root partition? Candidates
> are /boot, /usr, /var, /home (that one for sure), /tmp, and /usr/local. I
> can probably make pretty good guesses at the appropriate sizes by looking at
> my existing systems.
I agree with most of the advice given in this thread:
/boot - Maybe
/home - definitely
/usr/local - yes, if you install software other than via RPM
/var - sometimes. /var contains log files, spools, print queues and
many other files of a volatile nature. In business Unix environments,
this is frequently separate for backup reasons and because certain DOS
attacks can fill up this directory. Probably not necessary for you.
/tmp - some people make /tmp separate because it contains mostly temp
files, and you may want to allocate a small root partition.
/usr - I rarely do this even in business since it is not very volatile.
Historically, it was mountable because of the small disks used.
--
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
| < Previous | Next > |