Displaying 4 results from an estimated 4 matches for "tuo0".
Did you mean:
tun0
2017 Feb 22
2
how to resize a partition of a disk define as a physical volume
.../xvda2
VG Name cl_vm731611
PV Size 9.00 GiB / not usable 2.00 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 2303
Free PE 0
Allocated PE 2303
PV UUID RtXa0c-07RP-RJ0V-kSjC-Tuo0-5QQv-sQIKlr
With fdisk, we can see the additional space has is there as it shows 16GB.
The original disk had 10GB.
[root ~]# fdisk -l /dev/xvda
Disk /dev/xvda: 16.1 GB, 16106127360 bytes, 31457280 sectors
[snip]
Device Boot Start End Blocks Id System
/dev/xvda1 *...
2017 Feb 22
4
how to resize a partition of a disk define as a physical volume
...9.00 GiB / not usable 2.00 MiB
> > Allocatable yes (but full)
> > PE Size 4.00 MiB
> > Total PE 2303
> > Free PE 0
> > Allocated PE 2303
> > PV UUID RtXa0c-07RP-RJ0V-kSjC-Tuo0-5QQv-sQIKlr
> >
> >
> > With fdisk, we can see the additional space has is there as it shows
> > 16GB.
> > The original disk had 10GB.
> > [root ~]# fdisk -l /dev/xvda
> >
> > Disk /dev/xvda: 16.1 GB, 16106127360 bytes, 31457280 sectors [snip]
> &...
2017 Feb 22
0
how to resize a partition of a disk define as a physical volume
...m731611
> PV Size 9.00 GiB / not usable 2.00 MiB
> Allocatable yes (but full)
> PE Size 4.00 MiB
> Total PE 2303
> Free PE 0
> Allocated PE 2303
> PV UUID RtXa0c-07RP-RJ0V-kSjC-Tuo0-5QQv-sQIKlr
>
>
> With fdisk, we can see the additional space has is there as it shows
> 16GB.
> The original disk had 10GB.
> [root ~]# fdisk -l /dev/xvda
>
> Disk /dev/xvda: 16.1 GB, 16106127360 bytes, 31457280 sectors [snip]
>
> Device Boot Start...
2017 Feb 22
2
how to resize a partition of a disk define as a physical volume
Hello,
I have a CentOS VM with only one disk on a Xenserver.
The disk has 2 partitions:
/dev/xvda1 -> /boot
/dev/xvda2 -> a physical volume for LVM
I added 5GB to this disk via Xencenter to extend /dev/xvda2. Usually I
just have to do "pvresize /dev/xvda" to have the additional space added to
the disk. But for some reason it does not work for this disk.
[root ~]# pvresize