diskmgmt.msc
and press Enter. The Disk Management tool opens.
NTFS
and corresponds to your C:
drive. At least two Fedora partitions will be visible. Windows will not display a file system type for these partitions, but may allocate drive letters to some of them.
.
diskpart
and press Enter. A command window appears.
list volume
and press Enter. Diskpart displays a list of the partitions on your system with a volume number, its drive letter, volume label, filesystem type, and size. Identify the Windows partition that you would like to use to occupy the space vacated on your hard drive by Fedora and take note of its volume number (for example, your Windows C:
drive might be "Volume 0").
select volume N
と 入力します(ここで、N
は拡張予定の Windows パーティションの ボリューム番号)。そして、Enter を押します。それから extend
と 入力してから Enter を押します。そうすると Diskpart は ハードドライブの残りの領域を占領するように、選択したパーティションを拡張します。それが完了した時点で 通知してくれます。
Disk Management
window, right-click on disk space that Windows labels as unallocated
and select New Partition
from the menu. The New Partition Wizard starts.
Press any key to boot from CD
セットアップにようこを
の画面が出てきたら、Windows リカバリコンソール を 開始できます。この手順は Windows バージョン毎にすこし異なります。
fixmbr
を入力して Enter を押します。fixmbr ツールは システム用のマスターブートレコードを復元します。
exit
と入力して Enter キーを押します。
diskmgmt.msc
と入力して、Enter を押します。そうすると ディスク管理ツールが 開きます。
NTFS
and corresponds to your C:
drive. At least two Fedora partitions will be visible. Windows will not display a file system type for these partitions, but may allocate drive letters to some of them.
.
ディスク管理
ウィンドウ内で、Windows が 未割り当て
として ラベル付けしているディスク領域を右クリックして、そのメニューから 新規単純ボリューム
を 選択します。そうすると、新規単純ボリュームのウィザード が始まります。
Press any key to boot from CD or DVD
bootrec /fixmbr
を入力して、Enter を 押します。