bensie (owner)

Revisions

gist: 199279 Download_button fork
public
Public Clone URL: git://gist.github.com/199279.git
Embed All Files: show embed
lvm-resize.sh #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Add partition mappings
kpartx -av /dev/lvgroup/lvname
 
# Remove partition mappings
kpartx -d /dev/lvgroup/lvname
 
# Parted
parted partition-path check 1
 
# Tune2FS
tune2fs -l /dev/lvgroup/lvname
 
# DebugFS
debugfs /dev/mapper/mapped-partition-path
features # Lists the features of the partition
 
# DMSetup - low level logical volume management
dmsetup info -c /dev/lvgroup/lvname
 
#Resize2FS
resize2fs