informatica:linux:discos:lvm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:discos:lvm [2023/10/04 23:50] – jose | informatica:linux:discos:lvm [2023/10/05 00:27] (current) – jose | ||
|---|---|---|---|
| Line 652: | Line 652: | ||
| ====== Debian 12 ====== | ====== Debian 12 ====== | ||
| - | Con debian 12 y supongo | + | Tenemos |
| Miramos las particiones: | Miramos las particiones: | ||
| Line 760: | Line 760: | ||
| </ | </ | ||
| Quitamos 40Gbs a /home: | Quitamos 40Gbs a /home: | ||
| - | | + | |
| + | < | ||
| + | WARNING: Reducing active and open logical volume to <46.43 GiB. | ||
| + | THIS MAY DESTROY YOUR DATA (filesystem etc.) | ||
| + | Do you really want to reduce debian-vg/ | ||
| + | Size of logical volume debian-vg/ | ||
| + | Logical volume debian-vg/ | ||
| + | </ | ||
| + | Vemos que hay 40Gb libres: | ||
| + | < | ||
| + | root@debian: | ||
| + | --- Volume group --- | ||
| + | VG Name | ||
| + | System ID | ||
| + | Format | ||
| + | Metadata Areas 1 | ||
| + | Metadata Sequence No 7 | ||
| + | VG Access | ||
| + | VG Status | ||
| + | MAX LV 0 | ||
| + | Cur LV 5 | ||
| + | Open LV 5 | ||
| + | Max PV 0 | ||
| + | Cur PV 1 | ||
| + | Act PV 1 | ||
| + | VG Size | ||
| + | PE Size 4.00 MiB | ||
| + | Total PE 30403 | ||
| + | Alloc PE / Size 20156 / 78.73 GiB | ||
| + | Free PE / Size 10247 / <40.03 GiB | ||
| + | VG UUID | ||
| + | </ | ||
| Se las añadimos a /var | Se las añadimos a /var | ||
| lvextend -L +40G / | lvextend -L +40G / | ||
| + | < | ||
| + | Size of logical volume debian-vg/ | ||
| + | Logical volume debian-vg/ | ||
| + | </ | ||
| + | Vemos que todavía no lo ha añadido: | ||
| + | < | ||
| + | df -h | ||
| + | Filesystem | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | </ | ||
| + | Pero con lvdisplay si aparece: | ||
| + | < | ||
| + | --- Logical volume --- | ||
| + | LV Path / | ||
| + | LV Name var | ||
| + | VG Name debian-vg | ||
| + | LV UUID jud91P-5LXr-t0KI-5KSM-nim3-Xhvk-oSwkw5 | ||
| + | LV Write Access | ||
| + | LV Creation host, time debian, 2023-10-04 19:47:42 -0400 | ||
| + | LV Status | ||
| + | # open 1 | ||
| + | LV Size <47.73 GiB | ||
| + | Current LE 12218 | ||
| + | Segments | ||
| + | Allocation | ||
| + | Read ahead sectors | ||
| + | - currently set to 256 | ||
| + | Block device | ||
| + | </ | ||
| + | Hay que extender el FS: | ||
| + | resize2fs / | ||
| + | resize2fs 1.47.0 (5-Feb-2023) | ||
| + | Filesystem at / | ||
| + | old_desc_blocks = 1, new_desc_blocks = 6 | ||
| + | The filesystem on / | ||
| + | Ahora si que aparece: | ||
| + | < | ||
| + | root@debian: | ||
| + | Filesystem | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | </ | ||
informatica/linux/discos/lvm.1696463444.txt.gz · Last modified: by jose
