Thursday, August 29, 2013

Common FileSystem Commands

This guide will contain additional common filesystem commands and is just a general holding place for now.

To install xfs 

  1.  yum install xfsprogs 
  2. modprobe xfs 
  3. mkfs.xfs /dev/sdc1 

Dmap and kmod-xfs 


To resize a LVM 

  • lvresize -L +3G /dev/mapper/myVG-myLV 
  • resize2fs -p /dev/mapper/myVG-myLV

No comments:

Post a Comment