共有DISK等の機能で拡張後、空領域部分に拡張する
- diskpart起動
- select volume (volume number)で選択
- extendで拡張を実施する
なお、Cluterproを使用している場合、拡張した領域はそのままでは
待機系から使用できなかった。
クラスタ再起動後、使用できるようになった。
詳細は以下
http://support.microsoft.com/default.aspx?scid=kb;ja;325590&sd=tech
C:\Documents and Settings\Administrator>diskpart
Microsoft DiskPart Copyright (C) 1999-2001 Microsoft Corporation.
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ---- ---------- ------- --------- --------
Volume 0 Q CD-ROM 0 B 正常Volume 1 C NTFS Partition 20 GB 正常 システ
ム
Volume 2 D NTFS Partition 116 GB 正常Volume 3 E NTFS Partition 2039 MB 正常
Volume 4 F NTFS Partition 20 GB 正常
Volume 5 G NTFS Partition 30 GB 正常
Volume 6 H NTFS Partition 30 GB 正常
Volume 7 I ローカル ディスク NTFS Partition 100 GB 正常
Volume 8 RAW Partition 251 MB 正常
DISKPART> select volume 4
ボリューム 4 は選択されたボリュームです。
DISKPART> extend
DiskPart はボリュームを正常に拡張しました。
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ---- ---------- ------- --------- --------
Volume 0 Q CD-ROM 0 B 正常Volume 1 C NTFS Partition 20 GB 正常 システ
ム
Volume 2 D NTFS Partition 116 GB 正常Volume 3 E NTFS Partition 2039 MB 正常
Volume 4 F NTFS Partition 50 GB 正常
Volume 5 G NTFS Partition 30 GB 正常
Volume 6 H NTFS Partition 30 GB 正常
Volume 7 I ローカル ディスク NTFS Partition 100 GB 正常
Volume 8 RAW Partition 251 MB 正常
DISKPART> exit