Author Topic: Installation details - Corsair Force 3 SSD  (Read 1220 times)

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Installation details - Corsair Force 3 SSD
« on: January 19, 2012, 08:46:32 AM »
I wanted to install my root directory and swap to a 64gb SSD and my /home and other directories/files/partitions to a 320gb hard drive.

Here's what I did -

1st, I had to set the BIOS in the mobo to IDE native- the MyLiveCD, regular livecd or Gparted LiveCD would not boot in ACHI mode, only IDE Native.

Then I installed PCLinuxOS from MyLiveCD without any problems. Well, I did have to open a Terminal and type in draklive-install to get the process underway.

On my 1st reboot, everything was fine, but the SSD wasn't as fast as I thought it would be.

So I went back into the BIOS and changed the SATA controller from Native IDE to ACHI.

It was a huge improvement! Boot and application loading times are very fast.

For those that might be wondering, here's how I setup the partitions-

Corsair Force 3 64gb SSD-

- 48gb - root /
- 8gb - swap

Western Digital 320gb hard drive-

- 97gb /home
- 117gb /storage
- 83gb /backup

Offline pags

  • Hero Member
  • *****
  • Posts: 2517
  • Keep it clean.
Re: Installation details - Corsair Force 3 SSD
« Reply #1 on: January 19, 2012, 12:21:36 PM »
If I may ask, why did you want SWAP on the SSD?  You're not concerned with the number of writes being made to a (relatively) small number of cells?

Also, depending on the amount of memory you have, did you consider putting /tmp into RAM?

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: Installation details - Corsair Force 3 SSD
« Reply #2 on: January 19, 2012, 05:56:12 PM »
A couple of reasons-

I didn't want /home on the SSD, just root. But the SSD was 64 GB so I decided to install the swap there to take up 8gb of it (that's how much ram I have) in order to have Hibernation available.

Didn't know about having /tmp into ram - care to explain that to us?

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6379
  • I'm going South
Re: Installation details - Corsair Force 3 SSD
« Reply #3 on: January 20, 2012, 01:55:10 AM »
A couple of reasons-

I didn't want /home on the SSD, just root. But the SSD was 64 GB so I decided to install the swap there to take up 8gb of it (that's how much ram I have) in order to have Hibernation available.

Didn't know about having /tmp into ram - care to explain that to us?


PCC -> "Boot" -> "Set up boot system" -> "Advanced" -> tick "Clean /tmp at each boot".

This won't actually clean /tmp at each boot, but it will add the line
Code: [Select]
none /tmp tmpfs defaults 0 0to your /etc/fstab, and after that /tmp will be on a tmp filesystem in RAM (and actually cleaned at shutdown).

For more information about tmpfs:
http://www.ibm.com/developerworks/library/l-fs3/index.html


« Last Edit: January 20, 2012, 01:58:05 AM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: Installation details - Corsair Force 3 SSD
« Reply #4 on: January 20, 2012, 06:35:06 AM »
A couple of reasons-

I didn't want /home on the SSD, just root. But the SSD was 64 GB so I decided to install the swap there to take up 8gb of it (that's how much ram I have) in order to have Hibernation available.

Didn't know about having /tmp into ram - care to explain that to us?


PCC -> "Boot" -> "Set up boot system" -> "Advanced" -> tick "Clean /tmp at each boot".

This won't actually clean /tmp at each boot, but it will add the line
Code: [Select]
none /tmp tmpfs defaults 0 0to your /etc/fstab, and after that /tmp will be on a tmp filesystem in RAM (and actually cleaned at shutdown).

For more information about tmpfs:
http://www.ibm.com/developerworks/library/l-fs3/index.html



Thanks! I added that option & all looks well -

Offline pags

  • Hero Member
  • *****
  • Posts: 2517
  • Keep it clean.
Re: Installation details - Corsair Force 3 SSD
« Reply #5 on: January 20, 2012, 07:49:22 AM »
...
Thanks! I added that option & all looks well -

If you're happy with running temp this way (and in most general use cases, with 8G RAM you'll be more than fine...bearing in mind that something like remastering may have trouble if it runs out of space in /tmp/), you could consider changing your ~/tmp/ directory (the one in your /home) to a symlink to /tmp/.
Like this:
Code: [Select]
[jpaglia@paglia-e6500 ~]$ ls -l
total 64
drwxrwxr-x  3 jpaglia jpaglia  4096 Jan  3 13:43 bin/
drwxr--r--  2 jpaglia jpaglia  4096 Jan  3 13:50 Desktop/
drwx------ 39 jpaglia jpaglia 12288 Jan 19 08:43 Documents/
drwx------  5 jpaglia jpaglia  4096 Jan 18 14:12 Downloads/
drwx------ 18 jpaglia jpaglia  4096 Jan 20 09:19 Dropbox/
drwxr-xr-x  5 jpaglia jpaglia  4096 Jan 18 13:42 kdenlive/
drwxr-xr-x  3 jpaglia jpaglia  4096 Dec 21 13:35 mnt/
drwx------  4 jpaglia jpaglia  4096 Jan  2 16:23 Movies/
drwx------  5 jpaglia jpaglia  4096 Dec 21 09:05 Music/
drwx------ 38 jpaglia jpaglia  4096 Jan  6 16:20 Pictures/
drwxr-xr-x  2 jpaglia jpaglia  4096 Dec 20 13:13 Templates/
lrwxrwxrwx  1 root    root        4 Dec 20 14:12 tmp -> /tmp/
drwxr-xr-x  2 jpaglia jpaglia  4096 Dec 21 10:37 VBoxHDs/
drwxr-xr-x  2 jpaglia jpaglia  4096 Jan  3 15:01 Videos/
drwxr-xr-x  8 jpaglia jpaglia  4096 Jan 13 09:21 VirtualBox VMs/
[jpaglia@paglia-e6500 ~]
(fourth from the bottom)

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: Installation details - Corsair Force 3 SSD
« Reply #6 on: January 20, 2012, 09:11:15 AM »
Well, the /temp folder located in /root is in my root partition of 48gb, with only 12% of it used. The /tmp folder in /home is in a 97gb partition and only 32% of it is being used right now.

So I guess that it will be fine for a while anyways.

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Installation details - Corsair Force 3 SSD
« Reply #7 on: January 20, 2012, 06:45:15 PM »
with 8 gbs of ram it is possible that the swap won't be used at all

the swap can stay in the 320 gbs hard disk i think

i would give the whole 64 gbs to / without a /home partition(/home as a folder on /)

the second hard disk for swap and form a second home folder

of course this is based on my personal use of my pc and only having one user with a determined ammount of files
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: Installation details - Corsair Force 3 SSD
« Reply #8 on: January 20, 2012, 11:12:49 PM »
I was going to do that with the swap, but figured that I was along way from filling up the 48 gb with the root files.

I did install /home on the 320 gb HD.

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Installation details - Corsair Force 3 SSD
« Reply #9 on: January 21, 2012, 03:32:34 PM »
for most users 64 gbs is more than enough

including home  :D
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4437
  • The truth is out there ... PCLinuxOS!
Re: Installation details - Corsair Force 3 SSD
« Reply #10 on: January 21, 2012, 04:19:48 PM »
for most users 64 gbs is more than enough

including home  :D

Truer words were never spoken, Bill Gates ... er, T6.
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: Installation details - Corsair Force 3 SSD
« Reply #11 on: January 21, 2012, 07:36:05 PM »
for most users 64 gbs is more than enough

including home  :D

I guess I could have put home there as well, but then I wouldn't have put anything in it (videos, music, ect).

Just seemed easier to put /home in a remote location without capacity constraints.

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Installation details - Corsair Force 3 SSD
« Reply #12 on: January 22, 2012, 07:08:31 AM »
my hard disk is half full of that kind of stuff and a bunch of files about networks and similar files

i don't have 40 gbs of hard disk used and my / partition is 70 gbs in size

in your case i would do the same, put some stuff in one disc and other in the bigger one because that is the purpose of have a boot disc but this boot disc is big enough to hold alot, almost everything

since you use linux and don't play games, perhaps you should install windows in it and play some games to use that hard disk in a more useful way  ;D
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan