| View previous topic :: View next topic |
| Author |
Message |
bjlockie Veteran

Joined: 18 Oct 2002 Posts: 1172 Location: Canada
|
Posted: Sun Jun 10, 2012 5:53 pm Post subject: minimal on SSD |
|
|
My root uses about 180GiB and I am tempted to buy an SSD.
I can't afford a large one so I would like to buy 128GB but I would need to get down to about 100GiB.
I have a lot of RAM so I can create a ram disk.
What things can I do to get my install down in size.
Can I set portage to only keep the latest dist file in /usr/portage/distfiles ?
That's only 30Gib though.  _________________ AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS |
|
| Back to top |
|
 |
djdunn l33t


Joined: 26 Dec 2004 Posts: 617 Location: Under the moon and all the stars in the sky.
|
Posted: Sun Jun 10, 2012 6:52 pm Post subject: |
|
|
some things you can do is attach a tmpfs to /tmp
add another hard drive and split up your install and keep / on the SSD and move maybe other things like /home and /usr maybe /opt to another hard drive _________________ Now, with penguins, (cuddly such), "contented" means it has either just gotten laid, or it's stuffed on herring. Take it from me, I'm an expert on penguins, those are really the only two options.
--Linus Torvalds |
|
| Back to top |
|
 |
bjlockie Veteran

Joined: 18 Oct 2002 Posts: 1172 Location: Canada
|
Posted: Mon Jun 11, 2012 1:23 am Post subject: |
|
|
| djdunn wrote: | some things you can do is attach a tmpfs to /tmp
add another hard drive and split up your install and keep / on the SSD and move maybe other things like /home and /usr maybe /opt to another hard drive |
Does /usr change much?
/home is 77G so I can get a small SSD if I move that.
The OS is only 20G or so.  _________________ AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS |
|
| Back to top |
|
 |
Tom_ Guru


Joined: 20 May 2004 Posts: 338 Location: France
|
Posted: Mon Jun 11, 2012 2:18 pm Post subject: |
|
|
How do you get a 180GB root partition ?
Keep / including /home on your SSD and move your data to another hard drive (especially media files). Use /home to only store your dotfiles and preferences. _________________ My desktop : http://www.sysprofile.de/id11219 |
|
| Back to top |
|
 |
HeissFuss Guru

Joined: 11 Jan 2005 Posts: 400
|
Posted: Tue Jun 12, 2012 2:34 am Post subject: |
|
|
| Tom_ wrote: | How do you get a 180GB root partition ?
Keep / including /home on your SSD and move your data to another hard drive (especially media files). Use /home to only store your dotfiles and preferences. |
Agreed. The whole point of using an SSD is to have things start and load faster. This means you should put things that are accessed on boot or on program startup on the SSD. Large files should be stored on magnetic. |
|
| Back to top |
|
 |
|