first of all I need to say that I am completely a Linux noob. Today I decided to install Kubuntu and keep Windows for some programs I need for work.
So I have split my SSD and left 150 GB for Kubuntu and 200 GB from HDD. I have installed root on a 20 GB partition and left 130 GB for home. Now I want to use the 200 GB HDD for data (like on Windows C:/ for Windows, D:/ for data). Programs should be installed on SSD for better performance.
I have a few questions about this:
- Where does Kubuntu save programs installed with apt-get?
- How should I create the data drive (D:/ in Windows)? I have created a new ext3 partition with GParted. Is this the correct way? I can see the partition as a device in Dolphin (it contains a lost&found folder?), but I cannot create any files there...
- What is the smartest way to add the HDD partition for storing big files (Downloads, VirtualBox drives, ...)? Create a symlinks in
/home
to the HDD partition? If yes, how can I do this?
I am sorry for dump questions, I have never worked with Linux before :/
Thank you in advance!
/home
in the HDD, a typical strategy, but then some programs (e.g. Steam games) may end up being installed there. No, ext3 in 2017 is NOT correct, use ext4, the default for Ubuntu, and the partitioon you created needs permissions adjusted. Again, for data sharing between OSes use NTFS. – Jul 25 '17 at 19:52/home
to be the directory in which we store our data. I typically use the additional hard drive for this task and if I outgrow it I add another mounted at/srv
SSD's I typically mount at/
as I want my boot times and programs to be fast. Data is still more efficiently stored on a HDD (cost per gigabyte) – Elder Geek Jul 25 '17 at 22:42