my laptop consists of 80GB harddisk. I want to insatll linux operating in my laptop so can anyone tell me how much space required to install linux operating system.

link|improve this question
belongs on superuser.com – ax. Oct 11 '10 at 16:43
@joy1: This question will very likely be migrated to Super User by a quorum of high rep users. Please do not repost as that will cause unnecessary duplicates on the receiving site. – dmckee Oct 11 '10 at 16:48
feedback

migrated from stackoverflow.com Oct 11 '10 at 17:07

This question came from our site for professional and enthusiast programmers.

4 Answers

Anywhere from 100MB to 15GB depending on the distro and the packages selected during install.

link|improve this answer
feedback

It really depends on the distribution you use and the software you select to install. I've installed micro distributions which took up roughly 100M or so. An 80GB disk is more than enough for an installation.

link|improve this answer
feedback

The latest version of Ubuntu, for example takes 2.9GB without any extra packages. As noted above, 80GB is plenty.

link|improve this answer
feedback

I would say, for most "big" distributions (Ubuntu, Linux Mint, Fedora etc):

  • About 10 GB for a root (/) partition.
  • 1 GB swap.
  • 100 MB /boot. Not absolutely necessary, but still a good idea to make it separate partition.
  • Whatever number for /home.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown