I'm about to install a linux distro. Wondering about which size to allocated to home and root. I know the home partition will generally contain the user's files and stuffs. I want to know: when installing a package, does it store on the root partition, or the home? That would help me to determine which size to allocate to root and home.
Update: Currently running Windows 8.1 Pro and Ubuntu on it. Windows 2 partitions: 200GB, 146GB. Ubuntu: 50GB, Swap 4GB. New linux distro (Kali 2.0) to be installed on 50GB of unformatted space
/home
stores your personal settings for all programs (lie bookmarks, etc.). Normally programs are installed in/bin/
,/usr/bin/
,/sbin/
./usr/sbin/
. Apt stores the files it download in/var/cache/apt/archives
. So, you might need a bigger/
than/home
, but it all depends on your use. Have a look at http://askubuntu.com/questions/379205/installing-programs-in-root-vs-home-partitions – Ron Aug 14 '15 at 09:53