You are not logged in.

#1 2007-06-12 23:50:43

detox332
Member
From: University of Pittsburgh
Registered: 2007-06-12
Posts: 63

partitioning

so ive used arch for a while and i want to clean up my harddrive

i have 512mb ram and a 160gb sata drive, 30gb for windows (gaming) and the rest for linux.


my question is, how should i set up my partitions, should i have / /var /opt /usr /home and /boot as individual partitions, what kind of filesystem should i use on each etc...

thanks,
matt


Arch64
KDE4 user

Offline

#2 2007-06-13 00:14:42

Thrillhouse
Member
From: Arlington, VA, USA
Registered: 2007-05-29
Posts: 175

Re: partitioning

I think it really depends on what you want out of your system.  Personally, I only have /home and /boot on separate partitions than / because I have multiple distros on my machine and I like to keep the same /home for each.  They're all ext3 for compatibility's sake.  Some people would argue putting /var on a separate partition and making it a faster file system like xfs.  It really depends on what you want to do and what the purpose of the machine is.

Whatever you do, I would create a logical partition following your Windows partition and create whatever partitions you wish within that logical partition so that you won't run into any problems if you do wind up creating more than 4 partitions.  Most hard drives don't allow more than 4 primary partitions.


For the strength of the pack is the wolf, and the strength of the wolf is the pack.

Offline

#3 2007-06-13 00:17:41

detox332
Member
From: University of Pittsburgh
Registered: 2007-06-12
Posts: 63

Re: partitioning

thanks thrillhouse, you brought up a good point, my use of my system

i use my box for testing and daily usage (all repos enabled) i want the fastest most bleeding edge system regardless of the risk of breakage (i like to fix problems).


Arch64
KDE4 user

Offline

#4 2007-06-13 00:17:50

bones
Member
From: Brisbane
Registered: 2006-03-24
Posts: 322
Website

Re: partitioning

This is what I have been running for a few years on one of my boxes.
/boot     100Mb     ext2
/            3Gb        ext3
/usr        5Gb        ext3
/var        3Gb        ext3
/home    The rest   ext3

May not really be the best setup, But it's never caused any problems for me.


"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."

Offline

#5 2007-06-13 00:50:34

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: partitioning

I'd avoid using XFS on /var as it makes pacman very slow (there are a few threads that mention it, and I've seen it myself). XFS works best on large files and worst on piles of small ones.

Offline

#6 2007-06-13 00:54:33

detox332
Member
From: University of Pittsburgh
Registered: 2007-06-12
Posts: 63

Re: partitioning

i heard reiserf is good for /var but should i have all those separate partitions? (/ /opt /usr /boot /home)


Arch64
KDE4 user

Offline

#7 2007-06-13 01:03:57

bones
Member
From: Brisbane
Registered: 2006-03-24
Posts: 322
Website

Re: partitioning

I remember reading somewhere a few years ago that reiser was not the best for /boot. Things may have changed now though. Because I used to use reiser way back when, I kept /boot as ext2. Old habits are hard to kill.


"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."

Offline

#8 2007-06-13 01:16:20

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,094

Re: partitioning

My usualy setup are 10gb for / and the rest in /home
ext3 is a safe choice, it can take alot of beating, and if you turn on dir_index, the performance isn't to bad either.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#9 2007-06-13 20:02:21

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: partitioning

I've been very happy using ext3 with dir_index, journal_data, and a maximum-sized journal for everything. Fast and ultra-reliable.

Offline

#10 2007-06-13 20:30:47

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: partitioning

why the boot software (grub\lilo) and var need a separate partition?

Offline

Board footer

Powered by FluxBB