This might be a dumb question but I want to install ubuntu on SSD and I want to use the HDD as the rest of my storage. I mean like I currently have windows with a C drive on SSD and the rest of the drives on HDD. How can I do this for ubuntu?
1 Answers
In your case, the easiest will be to do a fully automated default install, where, however, you should make sure to use your fast SSD drive. That way, Ubuntu will create one partition on your SSD, that contains the system files and the user files (under the "/home" folder). In addition, a swap file will automatically be set up to be used as swap memory.
Your SSD will then host both your operating system and your daily work files for speedy access. You then can use your second drive for large files or extensive data such as movies, photo collections or audio, or for archiving data, etc.
By default, your other drive will be visible in the file manager. You need to click it there to have it mounted before you can access it. That can be fine if you use that drive only now and then. However, you may prefer it is available immediately. This requires a small system intervention after you finished installed the system. Nowadays, you can do that using the "Disks" utility that is by default available in Ubuntu. The classical approach, however, is to manually add the drive to the system file /etc/fstab.
- 97,564