altekiste:/home/stefan# pvcreate /dev/hda1
Physical volume "/dev/hda1" successfully created
altekiste:/home/stefan# vgextend altekiste /dev/hda1
Volume group "altekiste" successfully extended
altekiste:/home/stefan# df
Dateisystem 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/mapper/altekiste-root
190523084 134286260 46558796 75% /
tmpfs 258232 0 258232 0% /lib/init/rw
udev 10240 80 10160 1% /dev
tmpfs 258232 0 258232 0% /dev/shm
/dev/hdc1 241116 37492 191176 17% /boot
altekiste:/home/stefan# lvextend /dev/altekiste/root /dev/hda1
Extending logical volume root to 418,35 GB
Logical volume root successfully resized
altekiste:/home/stefan# df
Dateisystem 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/mapper/altekiste-root
190523084 134286360 46558696 75% /
tmpfs 258232 0 258232 0% /lib/init/rw
udev 10240 80 10160 1% /dev
tmpfs 258232 0 258232 0% /dev/shm
/dev/hdc1 241116 37492 191176 17% /boot
altekiste:/home/stefan#
altekiste:/home/stefan# resize2fs /dev/altekiste/root
resize2fs 1.40.8 (13-Mar-2008)
Filesystem at /dev/altekiste/root is mounted on /; on-line resizing required
old desc_blocks = 12, new_desc_blocks = 27
Performing an on-line resize of /dev/altekiste/root to 109667328 (4k) blocks.
Das Dateisystem auf /dev/altekiste/root ist nun 109667328 Blöcke groß.
altekiste:/home/stefan# df
Dateisystem 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/mapper/altekiste-root
431785864 134297424 275559604 33% /
tmpfs 258232 0 258232 0% /lib/init/rw
udev 10240 80 10160 1% /dev
tmpfs 258232 0 258232 0% /dev/shm
/dev/hdc1 241116 37492 191176 17% /boot
altekiste:/home/stefan#
Quellen:
http://jbopensrc.wordpress.com/2007/10/10/growing-a-lvm2-ext3-partition/
Grundlegendes fand ich hier: http://www.centos.org/docs/5/html/Cluster_Logical_Volume_Manager/volume_group_overview.html
Physical volume "/dev/hda1" successfully created
altekiste:/home/stefan# vgextend altekiste /dev/hda1
Volume group "altekiste" successfully extended
altekiste:/home/stefan# df
Dateisystem 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/mapper/altekiste-root
190523084 134286260 46558796 75% /
tmpfs 258232 0 258232 0% /lib/init/rw
udev 10240 80 10160 1% /dev
tmpfs 258232 0 258232 0% /dev/shm
/dev/hdc1 241116 37492 191176 17% /boot
altekiste:/home/stefan# lvextend /dev/altekiste/root /dev/hda1
Extending logical volume root to 418,35 GB
Logical volume root successfully resized
altekiste:/home/stefan# df
Dateisystem 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/mapper/altekiste-root
190523084 134286360 46558696 75% /
tmpfs 258232 0 258232 0% /lib/init/rw
udev 10240 80 10160 1% /dev
tmpfs 258232 0 258232 0% /dev/shm
/dev/hdc1 241116 37492 191176 17% /boot
altekiste:/home/stefan#
altekiste:/home/stefan# resize2fs /dev/altekiste/root
resize2fs 1.40.8 (13-Mar-2008)
Filesystem at /dev/altekiste/root is mounted on /; on-line resizing required
old desc_blocks = 12, new_desc_blocks = 27
Performing an on-line resize of /dev/altekiste/root to 109667328 (4k) blocks.
Das Dateisystem auf /dev/altekiste/root ist nun 109667328 Blöcke groß.
altekiste:/home/stefan# df
Dateisystem 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/mapper/altekiste-root
431785864 134297424 275559604 33% /
tmpfs 258232 0 258232 0% /lib/init/rw
udev 10240 80 10160 1% /dev
tmpfs 258232 0 258232 0% /dev/shm
/dev/hdc1 241116 37492 191176 17% /boot
altekiste:/home/stefan#
Quellen:
http://jbopensrc.wordpress.com/2007/10/10/growing-a-lvm2-ext3-partition/
Grundlegendes fand ich hier: http://www.centos.org/docs/5/html/Cluster_Logical_Volume_Manager/volume_group_overview.html
Kommentare