Re: Problemas aumentando LVM

2010-03-11 Por tema Artemi

[r...@localhost~]# df -hT
S.ficherosTipo  Tamaño Usado  Disp Uso% Montado en
/dev/mapper/VolGroup00-LogVol00
  ext3 15G   12G  1,9G  87% /
/dev/sda1 ext3145M   19M  119M  14% /boot
tmpfstmpfs4,0G 0  4,0G   0% /dev/shm

[r...@localhost~]# resize2fs /dev/VolGroup00/LogVol00
resize2fs 1.39 (29-May-2006)
Filesystem at /dev/VolGroup00/LogVol00 is mounted on /; on-line resizing
required
Performing an on-line resize of /dev/VolGroup00/LogVol00 to 6455296 (4k)
blocks.
The filesystem on /dev/VolGroup00/LogVol00 is now 6455296 blocks long.

[r...@localhost~]# df -hT
S.ficherosTipo  Tamaño Usado  Disp Uso% Montado en
/dev/mapper/VolGroup00-LogVol00
  ext3 24G   12G   12G  52% /
/dev/sda1 ext3145M   19M  119M  14% /boot
tmpfstmpfs4,0G 0  4,0G   0% /dev/shm

Perfecto...
---

-- 
View this message in context: 
http://old.nabble.com/Problemas-aumentando-LVM-tp27854386p27861078.html
Sent from the debian-user-spanish mailing list archive at Nabble.com.


Re: Problemas aumentando LVM (OT)

2010-03-11 Por tema gonzalo rivero
El jue, 11-03-2010 a las 01:17 -0800, Artemi escribió:
 [r...@localhost~]# df -hT S.ficheros Tipo Tamaño Usado Disp Uso%
 Montado en /dev/mapper/VolGroup00-LogVol00 ext3 15G 12G 1,9G
 87% / /dev/sda1 ext3 145M 19M 119M 14% /boot tmpfs tmpfs 4,0G 0 4,0G
 0% /dev/shm [r...@localhost~]# resize2fs /dev/VolGroup00/LogVol00
 resize2fs 1.39 (29-May-2006) Filesystem at /dev/VolGroup00/LogVol00 is
 mounted on /; on-line resizing required Performing an on-line resize
 of /dev/VolGroup00/LogVol00 to 6455296 (4k) blocks. The filesystem
 on /dev/VolGroup00/LogVol00 is now 6455296 blocks long.
 [r...@localhost~]# df -hT S.ficheros Tipo Tamaño Usado Disp Uso%
 Montado en /dev/mapper/VolGroup00-LogVol00 ext3 24G 12G 12G
 52% / /dev/sda1 ext3 145M 19M 119M 14% /boot tmpfs tmpfs 4,0G 0 4,0G
 0% /dev/shm Perfecto...
 --- 
 
 __
 
 View this message in context: Re: Problemas aumentando LVM
 Sent from the debian-user-spanish mailing list archive at Nabble.com.
offtopic: ... y por esto es que hay que evitar el correo html, o al
menos acordarse de marcarlo como 'pre formateado' o similares, para que
se entienda el mensaje xD



-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1268327246.1590.11.ca...@eeepc.ucasal.ar



Problemas aumentando LVM

2010-03-10 Por tema Artemi

Porque cuando hacen falta las cosas no funcionan 

Fui previsor por si me quedaba sin espacio y poder mover particiones y
cuando hace falta no funciona
Porfa si alguien puede ayudarme es muy importanet para mi... mil gracias de
antemano

---
[r...@localhost ~]# pvdisplay
  --- Physical volume ---
  PV Name   /dev/sda2
  VG Name   VolGroup00
  PV Size   410,15 GB / not usable 28,21 MB
  Allocatable   yes
  PE Size (KByte)   32768
  Total PE  13124
  Free PE   10096
  Allocated PE  3028
  PV UUID   4MLcqI-QcQP-IlfO-DSbo-4SdW-CyHr-zkcb98
---
[r...@localhost ~]# vgdisplay
  --- Volume group ---
  VG Name   VolGroup00
  System ID
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  4
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV3
  Open LV   3
  Max PV0
  Cur PV1
  Act PV1
  VG Size   410,12 GB
  PE Size   32,00 MB
  Total PE  13124
  Alloc PE / Size   3028 / 94,62 GB
  Free  PE / Size   10096 / 315,50 GB
  VG UUID   PreDfK-9bH2-sY5S-odY7-q8gX-umcH-YSx8Vl
---
[r...@localhost ~]# df -h
S.ficheros  Tamaño Usado  Disp Uso% Montado en
/dev/mapper/VolGroup00-LogVol00
   15G   13G  1,3G  91% /
/dev/sda1 145M   19M  119M  14% /boot
tmpfs 4,0G 0  4,0G   0% /dev/shm
---
[r...@localhost ~]# lvdisplay
  --- Logical volume ---
  LV Name/dev/VolGroup00/LogVol00
  VG NameVolGroup00
  LV UUIDCpCPqj-qx3b-X4Kc-qhur-ze8e-8PIa-93AYo1
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size14,62 GB
  Current LE 468
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   253:0

---
[r...@localhost ~]# lvextend -L+10G /dev/VolGroup00/LogVol00
  Extending logical volume LogVol00 to 24,62 GB
  Logical volume LogVol00 successfully resized
---
[r...@localhost ~]# df -h
S.ficheros  Tamaño Usado  Disp Uso% Montado en
/dev/mapper/VolGroup00-LogVol00
   15G   13G  1,3G  91% /
/dev/sda1 145M   19M  119M  14% /boot
tmpfs 4,0G 0  4,0G   0% /dev/shm
---
[r...@localhost ~]# lvdisplay
  --- Logical volume ---
  LV Name/dev/VolGroup00/LogVol00
  VG NameVolGroup00
  LV UUIDCpCPqj-qx3b-X4Kc-qhur-ze8e-8PIa-93AYo1
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size24,62 GB
  Current LE 788
  Segments   2
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   253:0
---

Antes: LV Size14,62 GB
Ahora: LV Size24,62 GB

Pero me sigen llegano mail de falta de espacio
¿Que he podido hacer mal?
¿Porque no Funciona?
Auxilio, Mil gracias

-- 
View this message in context: 
http://old.nabble.com/Problemas-aumentando-LVM-tp27854386p27854386.html
Sent from the debian-user-spanish mailing list archive at Nabble.com.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/27854386.p...@talk.nabble.com



Re: Problemas aumentando LVM

2010-03-10 Por tema Roberto De Oliveira
Ya extendiste el volumen lógico, ahora te falta extender el sistema de
archivos. Dependiendo de cual tengas (ext, xfs, reiserfs) hay un
comando apropiado. Si mal no recuerdo, para ext2/ext3 se utiliza
resize2fs.

-- 
Saludos,
Roberto De Oliveira


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1a3e4c401003101115g26e0d0a5k4b9a0c61ccb8a...@mail.gmail.com



Re: Problemas aumentando LVM

2010-03-10 Por tema Ali Moreno
Artemi por favor avisa si lo resuelves!

El día 11 de marzo de 2010 14:45, Roberto De Oliveira
rcdeolive...@gmail.com escribió:
 Ya extendiste el volumen lógico, ahora te falta extender el sistema de
 archivos. Dependiendo de cual tengas (ext, xfs, reiserfs) hay un
 comando apropiado. Si mal no recuerdo, para ext2/ext3 se utiliza
 resize2fs.

 --
 Saludos,
 Roberto De Oliveira


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/1a3e4c401003101115g26e0d0a5k4b9a0c61ccb8a...@mail.gmail.com




--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/372f9fe51003101124y1e2f317emba97a1480f864...@mail.gmail.com



Re: Problemas aumentando LVM

2010-03-10 Por tema Manuel Mely
On Wed, Mar 10, 2010 at 2:07 PM, Artemi artemic...@gmail.com wrote:
 Pero me sigen llegano mail de falta de espacio
 ¿Que he podido hacer mal?
 ¿Porque no Funciona?
 Auxilio, Mil gracias


$ sudo resize2fs /dev/mapper/LogVol00


Saludos.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/898b0c0f1003101140m4e7115e0oe92eb9b96fabb...@mail.gmail.com