How-to-Create-and-Setup-LUNs-using-LVM-in-iSCSI-Target-Server-on-RHEL-CentOS-Fedora---Part-II

Creating LVM Drive for LUNs We going to use /dev/sda drive for creating a LVM. # fdisk -l /dev/sda List LVM Drive Now let’s Partition the drive using

2014-07-22


Extend-LVM-When-there-is-no-Free-Space-in-Volume-Group

5 Run resize2fs command  [[email protected] ~]# resize2fs /dev/mapper/vg_cloud-LogVol004 Extend lvm partition size with lvextend command [[email prote

2014-04-19


How-to-reduce-LVM-partition-size-in-RHEL-and-CentOS

2 check the file system for Errors using e2fsck command. [[email protected] ~]# e2fsck -f /dev/mapper/vg_cloud-LogVol00then the size will become 10GB.

2014-04-17


How-to-Extend-LVM-Partition-with-lvextend-command-in-Linux

[[email protected] ~]# lvextend -L +2G /dev/mapper/vg_cloud-LogVol004 Use df command and verify /home size . Re-run the df -h command followed by /hom

2014-04-10



LVM--A-good-way-to-utilize-disks-space

if the pools is going to be full/packed then we can add additional disks ( pvcreate then vgextend following lvextend ) later to increase the LVM volum

2014-04-06


How-To-Fix-LVM-I-O-Errors

Input/output error /dev/sdfInput/output error /dev/sdk

2014-03-11


How-to-Configure-LVM-in-Linux-(pvcreate-lvcreate-vgcreate)

a partition can span more than one disk. The size of logical volumes can also be extended and reduced without any loss of data on that volume. First u

2013-12-02


How-To-Configure-LVM-on-Linux-CentOS-Redhat

2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk /dev/sdd doesn’t contain a valid partition table Disk /dev/sdeLogical Volumes /de

2012-11-29



How-to-Create-Lvm-Mirror-in-Linux

Partition 4 of type Linux and of size 95 MiB is set/dev/sdf4 585728 780287 97280 8e Linux LVM

2011-04-23


Guide-to-Increase-and-Resize-LVM-Partition-in-Linux

17567/204800 blocks # lvreduce -r -L 500M /dev/vg-01/lv_stripe/dev/mapper/vg--01-lv_stripe 786M 55M 692M 8% /mnt/lv_stripe Note that we resize t

2011-03-20