Author Topic: Hah-HAH! (Part 2: The Partition Chronicles)  (Read 2097 times)

0 Members and 1 Guest are viewing this topic.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Hah-HAH! (Part 2: The Partition Chronicles)
« on: October 13, 2005, 06:35:50 pm »
The install directions suggest different partitions for /, /home, and /usr.  I've got 32gb drive.  As far as I can remember, swap gets the biggest chunck of that, and then the rest is split up?  I'm not sure.  Recommendations?

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Hah-HAH! (Part 2: The Partition Chronicles)
« Reply #1 on: October 13, 2005, 06:57:56 pm »
I just went 10GB swap (more than more than more than enough) and 110GB /. The seperation is so that when your / gets fried you still have your documents in /home.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Hah-HAH! (Part 2: The Partition Chronicles)
« Reply #2 on: October 13, 2005, 07:30:38 pm »
I just went 10GB swap (more than more than more than enough)

Holy shit!

2GB swap is generally more than enough unless you're running massively-loaded servers.
Uh yeah.  I did 2GB swap, and about 10gb /.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Hah-HAH! (Part 2: The Partition Chronicles)
« Reply #3 on: October 13, 2005, 08:27:48 pm »
A rule of thumb is that your swap should be about twice your ram.  I tend to use 1gb of swap, sometimes 512 on certain machines. 

I'd recommend that, if you don't know what sizes to use, then just do ~1gb swap, and the rest /.  Once you get used to where you use the most space, you can worry about partitions. 

Just FYI, this is what I did:

Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1             7.3G  1.6G  5.4G  23% /
/dev/hda2             7.3G  366M  6.5G   6% /usr/local
/dev/hda3              35G  7.4G   26G  23% /home
/dev/hda5              23G   17G  5.7G  75% /vmware
tmpfs                 252M     0  252M   0% /dev/shm


I found that I was using far more space in /home than anywhere else, so it was logical to give it more room.