-1

install ubuntu on the SSD and all apps and documents in the HDD. Can i?

Braiam
  • 67,791
  • 32
  • 179
  • 269
Sonzini
  • 1
  • 1
  • See my answer to a similar question http://askubuntu.com/questions/282831/do-i-need-intel-smart-response-when-installing-ubuntu – user68186 Feb 18 '14 at 22:05
  • 1
    @user68186 you can link your answer straightforward with the share button. http://askubuntu.com/a/282903/95393 . By the way, nice answer (+1) – NickTux Feb 18 '14 at 22:09

1 Answers1

0

Yes. The OS is the root filesystem or /. The other stuff will fall under /home. During partitioning, do a manual partitioning and set the two drives as such. Don't forget to make your OS bootable.

For example

SSD:
14GB /
8GB   swap

HDD:
500GB /home
Mr.Lee
  • 891
  • programs instal in "/home"? sure? – Sonzini Feb 19 '14 at 12:11
  • Most programs will go in /. There are some exceptions, such as Windows programs under wine. However, there is no easy way to change this Linux does not keep all programs in a single folder like Windows. – user68186 Feb 20 '14 at 11:47