Tuesday, August 9, 2011

Linux smallest partition


VM partition for non-heavy usage Standard 4GB storage
partition mount point filesystem size (MB) type
/dev/sda1 /boot ext3 100 primary
/dev/sda2 / ext3 2,000 primary
/dev/sda3 swap swap 300 primary
/dev/sda4 - - - extended
/dev/sda5 /homeext3 200 logical
/dev/hda6 /tmpext3 500 logical
/dev/hda7 /varext3 remaining logical


When doing yum update, the package was download to /var partition before proceed to installation part.
So make sure /var partition is enough for the yum update

No comments:

Post a Comment