2013-05-13 6 views
6

私は以下の問題があります。私は私のubuntuマシンに20GBを追加しました(20から40GBまで)。さて、これは私がFDISK -lコマンドから取得されるものです:ubuntuで論理ボリュームを拡張する

Disk /dev/sda: 42.9 GB, 42949672960 bytes 
255 heads, 63 sectors/track, 5221 cylinders, total 83886080 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size (logical/physical): 512 bytes/512 bytes 
I/O size (minimum/optimal): 512 bytes/512 bytes 
Disk identifier: 0x000881a0 

    Device Boot  Start   End  Blocks Id System 
/dev/sda1 *  2048  499711  248832 83 Linux 
/dev/sda2   501758 41940991 20719617 5 Extended 
/dev/sda5   501760 41940991 20719616 8e Linux LVM 

Disk /dev/mapper/zabbix-root: 20.1 GB, 20124270592 bytes 
255 heads, 63 sectors/track, 2446 cylinders, total 39305216 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size (logical/physical): 512 bytes/512 bytes 
I/O size (minimum/optimal): 512 bytes/512 bytes 
Disk identifier: 0x00000000 

Disk /dev/mapper/zabbix-root doesn't contain a valid partition table 

Disk /dev/mapper/zabbix-swap_1: 1069 MB, 1069547520 bytes 
255 heads, 63 sectors/track, 130 cylinders, total 2088960 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size (logical/physical): 512 bytes/512 bytes 
I/O size (minimum/optimal): 512 bytes/512 bytes 
Disk identifier: 0x00000000 

私は、このコマンドでそれをextengしようとした:

lvextend -L+20G /dev/mapper/zabbix-root 

と私は

Extending logical volume root to 38.74 GiB 
Insufficient free space: 5120 extents needed, but only 5 available 

以下、誰かがを支援することができました私の根を20GB以上増やすために何をすべきか?

おかげ

UPDATE

[OK]を、私はその後は、lvextendで、は、pvcreateやvgextendその後、cfdiskのでそれを作ったし、今私は、vgdisplayコマンドを使用して、私のvolumegroupで40ギガバイトを見ることができます。

次の質問です。 dfなどのコマンドの情報も更新するには? df -hではまだ19GBしかありません... lvdisplay、vgdisplay、fdisk -l、およびdf -hからの私の出力を送ってください。

のfdisk -l:

Disk /dev/sda: 42.9 GB, 42949672960 bytes 
255 heads, 63 sectors/track, 5221 cylinders, total 83886080 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size (logical/physical): 512 bytes/512 bytes 
I/O size (minimum/optimal): 512 bytes/512 bytes 
Disk identifier: 0x000881a0 

Device Boot  Start   End  Blocks Id System 
/dev/sda1 *  2048  499711  248832 83 Linux 
/dev/sda2   501758 83886079 41692161 5 Extended 
/dev/sda5   501760 41940991 20719616 8e Linux LVM 
/dev/sda6  41941055 83886079 20972512+ 83 Linux 

Disk /dev/mapper/zabbix-root: 41.6 GB, 41599107072 bytes 
255 heads, 63 sectors/track, 5057 cylinders, total 81248256 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size (logical/physical): 512 bytes/512 bytes 
I/O size (minimum/optimal): 512 bytes/512 bytes 
Disk identifier: 0x00000000 

Disk /dev/mapper/zabbix-root doesn't contain a valid partition table 

Disk /dev/mapper/zabbix-swap_1: 1069 MB, 1069547520 bytes 
255 heads, 63 sectors/track, 130 cylinders, total 2088960 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size (logical/physical): 512 bytes/512 bytes 
I/O size (minimum/optimal): 512 bytes/512 bytes 
Disk identifier: 0x00000000 

Disk /dev/mapper/zabbix-swap_1 doesn't contain a valid partition table 

DF -h:

Filesystem    Size Used Avail Use% Mounted on 
/dev/mapper/zabbix-root 19G 17G 791M 96%/
udev      489M 8.0K 489M 1% /dev 
tmpfs     200M 280K 199M 1% /run 
none      5.0M  0 5.0M 0% /run/lock 
none      498M  0 498M 0% /run/shm 
/dev/sda1    228M 25M 192M 12% /boot 

vgdisplay:

--- Volume group --- 
VG Name    zabbix 
System ID 
Format    lvm2 
Metadata Areas  2 
Metadata Sequence No 5 
VG Access    read/write 
VG Status    resizable 
MAX LV    0 
Cur LV    2 
Open LV    2 
Max PV    0 
Cur PV    2 
Act PV    2 
VG Size    39.76 GiB 
PE Size    4.00 MiB 
Total PE    10178 
Alloc PE/Size  10173/39.74 GiB 
Free PE/Size  5/20.00 MiB 
VG UUID    d4I8HJ-Rq2h-CPf1-LKFm-Bsam-3Mqe-9e39F3 

lvdisplayコマンド:

--- Logical volume --- 
LV Name    /dev/zabbix/root 
VG Name    zabbix 
LV UUID    N4NqWB-P6Hr-L51A-q98I-oAE9-qmvu-wHjQxo 
LV Write Access  read/write 
LV Status    available 
# open     1 
LV Size    38.74 GiB 
Current LE    9918 
Segments    3 
Allocation    inherit 
Read ahead sectors  auto 
- currently set to  256 
Block device   252:0 

--- Logical volume --- 
LV Name    /dev/zabbix/swap_1 
VG Name    zabbix 
LV UUID    jDDTkD-VpZf-BXng-rQDI-HKSc-I8j2-mOY47c 
LV Write Access  read/write 
LV Status    available 
# open     2 
LV Size    1020.00 MiB 
Current LE    255 
Segments    1 
Allocation    inherit 
Read ahead sectors  auto 
- currently set to  256 
Block device   252:1 

pvdisplay:

--- Physical volume --- 
PV Name    /dev/sda5 
VG Name    zabbix 
PV Size    19.76 GiB/not usable 2.00 MiB 
Allocatable   yes (but full) 
PE Size    4.00 MiB 
Total PE    5058 
Free PE    0 
Allocated PE   5058 
PV UUID    g2jnVt-dFQ6-takf-qz8L-QFf4-VAEQ-QYvp3u 

--- Physical volume --- 
PV Name    /dev/sda6 
VG Name    zabbix 
PV Size    20.00 GiB/not usable 992.50 KiB 
Allocatable   yes 
PE Size    4.00 MiB 
Total PE    5120 
Free PE    5 
Allocated PE   5115 
PV UUID    Il7KFu-rCa9-3sUE-0Hrz-qtyX-s8eL-eLpOGR 

答えて

12

私はそれを理解しました。最初は、VMWare環境でディスクサイズを大きくする必要がありました。 #私はscsi_host内のすべてのホストのための番号で置き換える必要がありました

echo "- - -" > /sys/class/scsi_host/host#/scan 

:その後、私のようなもので、私のUbuntuサーバを再スキャンする必要がありました。その後、私はコマンドを使用してUbuntuのに追加の空間を参照することができた:私はこのコマンドを使用して、その空き領域を準備またはフォーマットしなければならなかった次のステップで

fdisk -l 

を:

cfdisk /dev/sda 

- あなたは、Uとしてフォーマットすることができ希望(スペースも含む) 新しいパーティションが作成されました。 - 私の場合:は/ dev/SDA6

次のステップは、新しいパーティションのためには、pvcreateを使用することです:

pvcreate /dev/sda6 

これは、単に使用して、既存のボリューム・グループに追加して行われた後:

vgextend vg_name /dev/sda6 

lvextend -L+20G /dev/zabbix/root 

を使用して論理ボリュームを拡張することができます。ここでfdisk -lを確認すると+ 20GBの/ zabbix-rootがあります。 buddsはファイルシステムに何らかの変更があることを知らせるためにresize2fsを使うのを忘れてしまいます。もしあなたがこれをしないなら、あなたは新しいスペースを使うことができません。

resize2fs /dev/zabbix/root 
+1

素晴らしい...この更新プログラムを投稿するためのおかげで...ちょうど私がこの問題を解決する助け..この問題を解決しようとすると、昨日時間の少なくともカップルを無駄に...今働いて.. –

関連する問題