« Linux : Etendre une partition LVM » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 60 : | Ligne 60 : | ||
== Liens == | == Liens == | ||
https://docs.redhat.com/fr/documentation/red_hat_enterprise_linux/6/html/logical_volume_manager_administration/lv_extend#lv_extend | https://docs.redhat.com/fr/documentation/red_hat_enterprise_linux/6/html/logical_volume_manager_administration/lv_extend#lv_extend | ||
http://www.docmirror.net/fr/linux/howto/admin/LVM-HOWTO/ch11s09.html | |||
https://www.redhat.com/sysadmin/resize-lvm-simple | |||
[[Catégorie:LVM]] | [[Catégorie:LVM]] | ||
[[Catégorie:Linux]] | [[Catégorie:Linux]] | ||
[[Catégorie:Commandes]] | [[Catégorie:Commandes]] | ||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Café', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
</html> | |||
<html> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> |
Dernière version du 17 février 2025 à 17:51
Procédure
- Affichage des groupes de volume LVM
root@serveur:~# vgdisplay
--- Volume group ---
VG Name ubuntu-vg
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 2
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 1
Max PV 0
Cur PV 1
Act PV 1
VG Size <148,00 GiB
PE Size 4,00 MiB
Total PE 37887
Alloc PE / Size 18943 / <74,00 GiB
Free PE / Size 18944 / 74,00 GiB
VG UUID xxxxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxxx
- Affichage des volumes logiques LVM
root@serveur:~# lvdisplay
--- Logical volume ---
LV Path /dev/ubuntu-vg/ubuntu-lv
LV Name ubuntu-lv
VG Name ubuntu-vg
LV UUID xxxxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxxx
LV Write Access read/write
LV Creation host, time ubuntu-server, 2024-06-11 11:35:53 +0000
LV Status available
# open 1
LV Size <74,00 GiB
Current LE 18943
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
- Augmentation de la taille du volume logique LVM
root@serveur:~# lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
- Augmentation de la partition ext4
root@serveur:~# resize2fs /dev/ubuntu-vg/ubuntu-lv
Liens
http://www.docmirror.net/fr/linux/howto/admin/LVM-HOWTO/ch11s09.html
https://www.redhat.com/sysadmin/resize-lvm-simple