1

I have bought a nice Asus Zeenbok, one with a 30GB SSD and a 500GB HDD.

Can anybody help me with a complete guide to partitioning the two? I can figure and judge the sizes myself, and I have tried one set-up, based on answers from similar questions in here, but it didn't work well, as I choose a few partitions rather randomly, in my lack of understanding all the partitions.

I would like to utilize the 30GB for Ubuntu and maybe the software I'm going to install, and I've realized that keeping all documents, /tmp and other data on the HDD would be better. I have no intentions to dual-boot with Windows, which I can see many similar questions ask for.

2 Answers2

1

Keep it simple: / goes on SSD, /home goes on HDD. Problem solved.

Frantique
  • 8,493
0

I recommend you to use bcache. It will use your SSD as caching device for your HDD. I thing that it is the best thing that 30GB SSD can do.

Current Ubuntu Distribution Installer don't support creating bcache devices, so you need to install everything on HDD as usual, create empty partition on SSD. Then follow one of this tutorials:

Also read this question

c0rp
  • 9,820
  • 3
  • 38
  • 60