Difference between revisions of "HowTo Resize The "root" File System Using LVM"

From NST Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
__TOC__
 
__TOC__
 
= Overview =
 
= Overview =
This page demonstrates how to ''resize'' the '''root''' file system by increasing it's size '''by 2GB'''. The follow environment exists:
+
This page demonstrates how to ''resize'' the '''root''' file system by increasing it's size by '''2GB''' using '''[https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux) Logical Volume Manager (LVM)]'''. The follow environment exists:
  
 
# The root file sytem is of type '''[https://en.wikipedia.org/wiki/XFS xfs]'''
 
# The root file sytem is of type '''[https://en.wikipedia.org/wiki/XFS xfs]'''

Revision as of 07:37, 26 May 2016

Overview

This page demonstrates how to resize the root file system by increasing it's size by 2GB using Logical Volume Manager (LVM). The follow environment exists:

  1. The root file sytem is of type xfs
[root@nst22 ~]# mount|grep root
/dev/mapper/nst22-root on / type xfs (rw,relatime,attr2,inode64,noquota)

Find The Largest Files Within A File System