どこかにスペースが足りないように見える VPS があります。150 GB のはずが 50 GB しかありませんでした。パーティションを拡張しようとしていますが、ガイドの助けを借りても方法がわかりません。
CentOS 6 に Plesk 11 をインストールした VPS です。
何かアドバイスがあればありがたいです。vda2 パーティションに残っているスペースをすべて使用したいと思います。
[root@www ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
vda 252:0 0 150G 0 disk
├─vda1 252:1 0 500M 0 part /boot
└─vda2 252:2 0 49.5G 0 part
├─vg_plesk-lv_root (dm-0) 253:0 0 48G 0 lvm /
├─vg_plesk-lv_swap (dm-1) 253:1 0 1G 0 lvm [SWAP]
└─vg_plesk-lv_tmp (dm-2) 253:2 0 512M 0 lvm /tmp
[root@www ~]# vgscan
Reading all physical volumes. This may take a while...
Found volume group "vg_plesk" using metadata type lvm2
[root@www ~]# lvm vgdisplay
--- Volume group ---
VG Name vg_plesk
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 6
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 1
Act PV 1
VG Size 49.51 GiB
PE Size 4.00 MiB
Total PE 12674
Alloc PE / Size 12674 / 49.51 GiB
Free PE / Size 0 / 0
VG UUID 8Hsz6T-yQVv-GerB-32Qe-ZvIQ-BQvA-uYqft5
(parted) print all
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_plesk-lv_tmp: 537MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 537MB 537MB ext4
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_plesk-lv_swap: 1074MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 1074MB 1074MB linux-swap(v1)
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_plesk-lv_root: 51.5GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 51.5GB 51.5GB ext4
Model: Virtio Block Device (virtblk)
Disk /dev/vda: 161GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 525MB 524MB primary ext4 boot
2 525MB 53.7GB 53.2GB primary lvm
追加された出力:
[root@www ~]# fdisk -l
Disk /dev/vda: 161.1 GB, 161061273600 bytes
16 heads, 63 sectors/track, 312076 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00034f7d
Device Boot Start End Blocks Id System
/dev/vda1 * 3 1018 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/vda2 1018 104026 51915776 8e Linux LVM
Partition 2 does not end on cylinder boundary.
Disk /dev/mapper/vg_plesk-lv_root: 51.5 GB, 51547996160 bytes
255 heads, 63 sectors/track, 6267 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_plesk-lv_swap: 1073 MB, 1073741824 bytes
255 heads, 63 sectors/track, 130 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_plesk-lv_tmp: 536 MB, 536870912 bytes
255 heads, 63 sectors/track, 65 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
[root@www ~]# pvdisplay
--- Physical volume ---
PV Name /dev/vda2
VG Name vg_plesk
PV Size 49.51 GiB / not usable 2.00 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 12674
Free PE 0
Allocated PE 12674
PV UUID oFD1tJ-wJt1-MlBK-NKfq-4MMF-ZUCG-kZQZVx
この 100 GB の空き容量がどこにあるのか、またそれをどのように割り当てるのかがわかりません。
答え1
さて、重要なコマンドがあります。
まず、「fdisk -l」を実行してリストされている内容を確認し、次に「pvdisplay」を実行して PV がどのように配置されているかを確認します。ディスクにパーティション化されていない領域がある可能性があります (この場合は、タイプが「8e」の新しいパーティションを作成し、それを PV に追加して、VG を拡張してから LV を拡張します)。または、ディスクが PV 内にあるが VG 内にない場合は、VG を拡張してから LV を拡張します。
編集 - 出力に基づいて、必要なのは次の操作です。すべて root/sudo として、次のように入力します。
fdisk /dev/fda
fdisk アプリケーションが起動します。「n」と入力して Enter すると、次のように表示されます。
Command action
e extended
p primary partition (1-4)
「p」と入力
次にパーティション番号を尋ねられます。これは3です。Enterを押します。
Partition number (1-4): 3
次に最初のシリンダーの入力を求められます。システムに表示されるものを受け入れてください (以下の値ではありません。これは見た目を示すためだけのものです)。
First cylinder (197-621, default 197):<RETURN>
Using default value 197
次に最後のシリンダーを尋ねられますが、これも、表示されるものを受け入れてください。以下の例は除きます。
Last cylinder or +size or +sizeM or +sizeK (197-621, default 621): +128M
ここで「p」と入力して Enter キーを押すと、パーティション テーブルが表示されます。次のようになります。
Device Boot Start End Blocks Id System
/dev/vda1 1 196 395104 8e LVM
/dev/vda2 197 262 133056 8e LVM
/dev/vda3 197 262 133056 8e Linux
ここで「t」と入力して Enter キーを押します。最初にパーティション番号の入力を求められます。ここでは 3 です。Enter キーを押します。次にパーティション タイプ コードの入力を求められます。ここでは「8e」(LVM を意味します) です。Enter キーを押すと、次のようになります。
Command (m for help): t
Partition number (1-4): 3
Hex code (type L to list codes): 8e
Changed system type of partition 2 to 8e (LVM)
ここで「p」と入力してもう一度入力すると、出力は次のようになります。
Device Boot Start End Blocks Id System
/dev/vda1 1 196 395104 8e LVM
/dev/vda2 197 262 133056 8e LVM
/dev/vda3 197 262 133056 8e LVM
ここで「w」と入力してこの構成を書き出すと、シェル プロンプトに戻り、通常どおり PV、VG、LV を拡張できるようになります。