I have two drives, one with 150 GB and another with 1 TB. I need to use the 1 TB drive more, since I am running into space issues. By default, all installations (when I do apt-get
) in my Ubuntu 14.04 system happen in the smaller drive. I have moved some directories to the bigger drive to save space.
How do I manage the filesystem so I use the larger drive for some space-intensive stuff, while I keep the OS and other system related stuff in the smaller drive?
apt-get
installs apps in/usr
directory and not in/home
. Thus I suggest 1TB should be partitioned into two partitions one mounted at/home
and other at/usr
and files from previoushome
andusr
directories should be moved into newhome
andusr
directories. – Faizan Akram Dar Apr 12 '15 at 04:43