Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux:lvm [2006/10/29 15:03]
a LVM
linux:lvm [2006/10/29 21:04]
a
Line 116: Line 116:
  
  mount -t ext3 /dev/opt_vg/opt_lv /mnt/lvm_filesystem  mount -t ext3 /dev/opt_vg/opt_lv /mnt/lvm_filesystem
- +
 ==== Grow an EXT2/3 filesystem (without unmount) ==== ==== Grow an EXT2/3 filesystem (without unmount) ====
  
Line 148: Line 148:
  
  vgextend vgname /path/to/PV  vgextend vgname /path/to/PV
- + 
 +===== Resizing crypted LVM  ===== 
 + 
 +   cryptsetup -c aes -h ripemd160 -s 256 create home /dev/disk_array/data 
 +   pvcreate /dev/hde1 
 +   vgextend disk_array /dev/hde1 
 +   lvresize -L +114G /dev/disk_array/data 
 +   cryptsetup resize home 
 +   resize_reiserfs -s +114G /dev/mapper/home 
 + 
linux/lvm.txt · Last modified: 2009/05/25 00:35 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready