<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: Allargare un file system su un Logical Volume Linux

venerdì 8 febbraio 2008

Allargare un file system su un Logical Volume Linux

- Aggiungere un HD al server
- Riavviare il server in maniere che veda il disco
- fdisk -l verficare il nome del device nel mio caso /dev/sdc
- vgdisplay e verficare il nome del volume group nel mio caso VolGroup00
- pvcreate /dev/sdc
- vgextend VolGroup00 /dev/sdc

Con il seguente commando estendo il logical volume

[root@xxxxxx ~]# lvextend -L+10G /dev/VolGroup00/LogVol01
Extending logical volume LogVol01 to 33.81 GB
Logical volume LogVol01 successfully resized

E con il seguente commando allargo il file system senza fare l'umount

ext2online -d -v /var

1 Commenti:

Posta un commento

Iscriviti a Commenti sul post [Atom]



<< Home page