I'm new to Ubuntu, coming from a fairly decent Windows background. I'm running into an available space issue because I can't figure out how to install stuff to drives other than the OS drive. Please help ...?
I have a Lenovo ThinkPad W530 with the following drives:
- 24GB mSATA card SSD (Named "Computer")
- 500GB spindle HDD installed in the secondary drive bay (Named "Programs")
- 1.0TB spindle HDD in a caddy where the optical drive used to be (Named "Storage")
My plan was to have the 24GB mSATA be OS-only; then the 500GB secondary drive serve as program/game storage; and lastly the 1.0TB drive to serve as file storage, picture storage, video storage, movie storage, all the other junk.
Apparently everything has been getting installed to the OS drive and now I'm down to 100MB left.
I've been reading about Ubuntu and playing with the OS for a month or so now and I'm having a lot of fun (it reminds me of the fun I had learning DOS as a kid) ... but my Googlefu is failing me in finding answers that are clear and easy to understand, or at all, to the following questions:
- How do I move programs from "Computer" to "Programs"?
- How do I install all new programs to "Programs"?
- How do I designate "Storage" as the default place for saving files to? (I tried to set it as the storage place for Spotify to dump local files to but got some weird sort of error I couldn't work out)
Is there a really good, dumbed-down, tutorial for Ubuntu total newbies to help me understand how drives work in this OS? Maybe something that teaches me how to do things I know how to do in Windows, but the Ubuntu way?
Lastly, thanks for any help I receive, in advance. I'm really digging this OS a lot and I'm finding myself spending way more time with it than Windows when I'm at home.
Very interesting ... I knew going into this that the Ubuntu OS was compact enough that I could recycle this 24GB mSATA effectively for the OS, but for some reason there are 4 partitions on this thing and when I look at disk usage (see screenshot link ) it shows me 8.1GB total with about 2GB free (I just uninstalled a bunch of stuff).
So it sounds like I need to better understand how Ubuntu handles disk drives; is there a good beginner tutorial you can recommend?
– Kyle Oct 23 '16 at 18:49Sorry I'm just full of questions right now, I'm probably being super annoying .. sorry about that.
– Kyle Oct 23 '16 at 19:00To me it seems 'odd' that there are three partitions designated as "filesystem", but maybe this is just how Ubuntu works and I need to re-learn the "Ubunutu Way" :)
– Kyle Oct 23 '16 at 19:06Partition1
is the EFI System Partition, do not touch it.Partition2
is your/
-partition and a bit to small.Partition3
is the swap-partition, this partition could be on one of your HDD's. I assume thatPartition4
is your/home
-partition and could be on one off your HDD's as well. To have the partitions forswap
and/home
on a different drive would give you the ability to use nearly all off the space of your SSD for the/
-partition. But this is a workaround with creating partitions, copy over the content of old partitions, resizing the/
-partition, editing the fstab-file – mook765 Oct 23 '16 at 19:49