Disk Management Toolは、Windowsのディスクとパーティションを管理するための便利で効果的なツールですが、 Diskpartほど強力ではありません。このコマンドラインツールを使用すると、PCが検出できるハードドライブまたはUSBストレージ上のパーティションを削除、作成、および変更できます。
ほとんどの場合、 Disk Management Toolを使用することをお勧めしますが、 Windowsが正しく起動しない場合、またはPowerShellターミナルを使用する(use the PowerShell terminal)場合は、Diskpartが最適な代替手段です。Diskpartを効果的に使用する方法を学ぶのに役立つ、より一般的なDiskpartコマンドのいくつかを次に示します。
Diskpartの使い方(How To Use Diskpart)
Diskpartを使用する場合は、 WindowsコマンドラインまたはPowerShellターミナルを開く必要があります。Diskpartは破壊的なツールであるため、適切な管理者権限でターミナルウィンドウを開く必要があります。
- Windowsで(Windows)Diskpartを開くには、Windowsの[スタート]メニューボタンを右クリックし、[ Windows PowerShell(管理者)(Windows PowerShell (Admin)) ]をクリックします。
- 管理者レベルのPowerShellターミナル(または同様のWindowsコマンドライン)で、diskpartと入力し、Enterキーを押します。
- Diskpartツールがウィンドウ内で起動し、すぐに使用できるようになります。「DISKPART>」プロンプトでexitと入力し、使用が終了したらEnterキーを押します。
- Diskpartは、 (Diskpart)Windows回復環境(Windows Recovery Environment)を起動するユーザーも利用できます。これは、 Settings > Windows Update & Security > Recovery詳細な起動(Advanced Startup)]モードを使用してPCを起動するときに利用できます。
- [今すぐ再起動](Restart Now)をクリックして、WinREを起動します。
この記事では、最も一般的なDiskpartコマンドのいくつかについて説明しますが、使用可能な(Diskpart)Diskpartコマンドの完全なリストをすばやく確認したい場合は、“DISKPART>”プロンプトでhelpと入力し、Enterキーを押します。(help)
既存のハードドライブ(Hard Drives)、ボリューム(Volumes)、パーティションの一覧表示(Partitions)
Diskpartが開いたら、最初に行うべきことは、ハードドライブと接続されているストレージの現在のレイアウトを確認することです。
- “DISKPART>”プロンプトで、list disk(list disk)と入力し、Enterキーを押します。これにより、PCが現在検出できるすべての使用可能なストレージドライブ(ハードドライブ、USBストレージ、SDカードなどを含む)が一覧表示されます。
- 数字のゼロから始めて、Diskpartは検出されたディスクを一覧表示します。今後のDiskpart(Diskpart)コマンドで使用するには、ディスク番号(たとえば、Windowsハードドライブの場合は「0」)を覚えておく必要があります。
- ディスクのリストに加えて、検出されたボリュームのリストをDiskpartに要求することもできます。“DISKPART>”プロンプトで、listvolumeと(list volume)入力します。
- Diskpartでは、個々のハードドライブパーティションを一覧表示することもできます(そのうちのいくつかは、「listvolume」コマンドで一覧表示されたボリュームと一致する場合があります)。最初にlistdisk(list disk)コマンドでハードディスクを選択する必要があります。
- “DISKPART>”プロンプトで、select disk(select disk)の後にディスク番号を入力します(たとえば、select disk 0)。Diskpartは、この時点でディスクが選択されていることを確認します。
- ディスクを選択したら、listpartitionと入力します(list partition)。これにより、ドライブ上の現在のパーティションが一覧表示されます。後のDiskpart(Diskpart)コマンドでパーティション番号を使用して、ここからこれらのパーティションを削除または変更できます。
Diskpartを使用してハードドライブのパーティションまたはボリュームを削除する(Deleting a Hard Drive Partition Or Volume Using Diskpart)
ハードドライブ(ディスク)はパーティションに分割されており、多くの場合、リストされているボリュームと同じです。ハードドライブが複数のパーティションまたはボリュームに分割されていて、そのうちの1つを削除したい場合は、Diskpartコマンドを使用してそれを行うことができます。
- 選択したディスクを使用してハードドライブを選択します。 (select disk. )
- “DISKPART>”プロンプトで、list partitionと入力し、 partition#をselect partition #して、#をパーティション番号に置き換えます。
- パーティションを選択したら、deletepartitionと入力します(delete partition)。Diskpartは、後でパーティションが削除されたかどうかを確認します。
- 必要に応じて、ディスクボリュームを直接削除することもできます。list volumeと入力し、選択したボリューム番号を見つけてから、select volume #と入力し、#をボリューム番号に置き換えます。
- ボリューム(delete volume)を完全に削除するには、deletevolumeと入力します。Diskpartは、コマンドが成功したかどうかを後で確認します。
DiskpartCleanを使用してハードドライブを完全にワイプする(Wiping a Hard Drive Completely Using Diskpart Clean)
ドライブ上の個々のボリュームまたはパーティションを削除するのではなく、 Diskpartclean(Diskpart) コマンドを使用してハードドライブを完全にワイプできます(clean)。フォーマットの準備ができているUSBフラッシュドライブをワイプする場合にも、このコマンドを使用できます。
WindowsインストールでDiskpartを使用していない限り、システムドライブでこれを行うことはできません(また、そうしたくありません!)。
- “DISKPART>”プロンプトで、select disk#と入力し、#をディスク番号に置き換えて、ワイプするディスクを選択select disk #ます。ディスク番号がわからない場合は、最初にlistdiskと入力してください。(list disk)
- ディスクを完全にワイプする(すべてのドライブボリューム/パーティションを削除する)ことが確実な場合は、cleanと入力してEnterキーを押します。確認を求められることはありませんので、始める前に必ず確認を求めてください。
- Diskpartは、ドライブが「クリーンアップ」され、新しいパーティションを作成する準備ができていることを確認します。
新しいハードドライブパーティションの作成とフォーマット(Creating & Formatting New Hard Drive Partitions)
「クリーンな」ドライブを使用すると、 Diskpartcreatepartition(Diskpart) コマンドを使用して空き領域にパーティションを作成する準備が整い(partition)ます(create) 。次に、 Diskpart (Diskpart)formatコマンドを使用して、NTFSやFAT32などのWindows対応のファイルシステムでその新しいパーティションをフォーマットできます。
- 選択したディスクをselectdisk#で選択(select disk)し、#をディスク番号に置き換えます(不明な場合は、 list diskを使用してディスク番号を見つけます)。
- ディスクを選択した状態で、create partition primaryと入力して、そのドライブのスペース全体を使用してパーティションを作成します。
- 空き領域の一部のみを使用するパーティションを作成する場合(複数のパーティションを作成できるようにする場合)、代わりにcreate partition primary size=X size=1024 )に置き換えます。 = 1GBのスペースの場合は1024 )。
- 「 listpartition 」と入力して新しいパーティションがリストされていることを確認してから、「selectpartition1」と入力して(list partition)選択(select partition 1)します。 “DISKPART>”プロンプトでactiveと入力して、パーティションをアクティブとしてマークします。(Mark)これは、起動可能なドライブとして使用する場合に必要です。
- ドライブをNTFSファイルシステムですばやくフォーマットするには、format fs=NTFS label=Y quick.Yは、使用したい任意のラベルに置き換えることができます。
- フォーマットされると、Windowsはドライブ文字を自動的に割り当てる可能性があります。そうでない場合は、assign letter Zと入力し、 (assign letter Z)Zを空きドライブ文字に置き換えます。
ハードドライブのボリュームを拡張する(Extend a Hard Drive Volume)
ドライブのすべての空き領域を占有しない既存のハードドライブボリュームがあり、それを拡大したい場合は、Diskpartコマンドを使用してそれを行うことができます。
- 選択したディスクをselectdisk#で選択(select disk)し、#をディスク番号に置き換えます(不明な場合は、 list diskを使用してディスク番号を見つけます)。
- list volumeと入力して、PCで使用可能なすべてのボリュームを一覧表示してから、 select volume #と入力し、#を拡張しようとしているボリュームに置き換えます。
- 「 extend 」と入力して、使用可能な最大サイズに拡張します。(extend)Diskpartは、extendコマンドが正しく機能したかどうかを確認します。その後、もう一度リストボリューム(list volume)を入力して、ボリュームのサイズが大きくなったことを確認します。
(Diskpart)ヘルプ(help)コマンドで簡単に説明されているように、 Diskpartには他のオプションもあります。Diskpartの使用方法に関する詳細情報が必要な場合は、MicrosoftがDiskpartのサポート情報(Diskpart support information)をさらに提供しています。
How to Use DiskPart Utility in Windows
The Disk Management Tool iѕ a useful, effective tool for managing yоur Windows disks and partitions, but it isn’t as powerfυl to uѕe аs Diskpart. This command-line tool lets you delete, create and modify partitions on аny hard drives or USB ѕtorage your PC can detect.
We’d recommend using the Disk Management Tool for most situations, but if Windows isn’t starting up properly, or if you prefer to use the PowerShell terminal, Diskpart is the perfect alternative. Here are some of the more common Diskpart commands to help you learn how to use Diskpart effectively.
How To Use Diskpart
If you want to use Diskpart, you need to open up a Windows command line or PowerShell terminal. Diskpart is a destructive tool, so you’ll need to open a terminal window with the right administrative privileges.
- To open Diskpart in Windows, right-click your Windows Start menu button and click Windows PowerShell (Admin).
- In your admin-level PowerShell terminal (or similar Windows command line), type diskpart and hit enter.
- The Diskpart tool will launch within the window, ready for you to use. Type exit at the “DISKPART>” prompt and hit enter once you’ve finished using it.
- Diskpart is also available for users booting into the Windows Recovery Environment, available when you boot your PC using the Advanced Startup mode in your Settings > Windows Update & Security > Recovery menu.
- Click Restart Now to boot to WinRE.
We’ll explore some of the most common Diskpart commands in this article, but if you want to quickly see the full list of available Diskpart commands, type help at the “DISKPART>” prompt and hit enter.
Listing Existing Hard Drives, Volumes & Partitions
Once Diskpart is open, the first thing you should do is check the current layout of your hard drives and attached storage.
- At the “DISKPART>” prompt, type list disk and hit enter. This will list all of the available storage drives (including hard drives, USB storage, SD cards, etc.) that your PC can currently detect.
- Starting with the number zero, Diskpart will list any detected disks. You’ll need to remember the disk number (for instance, “0” for your Windows hard drive) to use with future Diskpart commands.
- Along with your list of disks, you can also ask Diskpart for a list of detected volumes. At the “DISKPART>” prompt, type list volume.
- Diskpart can also let you list individual hard drive partitions (some of which may match the volumes listed with the “list volume” command). You’ll need to select a hard disk first with the list disk command.
- At the “DISKPART>” prompt, type select disk followed by the disk number (for instance, select disk 0). Diskpart will confirm that the disk is selected at this point.
- Once a disk is selected, type list partition. This will list the current partitions on your drive. You’ll be able to delete or modify these partitions from here, using the partition number in a later Diskpart command.
Deleting a Hard Drive Partition Or Volume Using Diskpart
A hard drive (disk) is separated into partitions, which are often the same as listed volumes. If your hard drive is separated into several partitions or volumes, and you wish to delete one, you can do that using Diskpart commands.
- Select your hard drive using select disk.
- At the “DISKPART>” prompt, type list partition, then select partition #, replacing # with your partition number.
- Once a partition is selected, type delete partition. Diskpart will confirm whether or not the partition has been deleted afterward.
- You can also delete disk volumes directly if you’d prefer. Type list volume, locate your chosen volume number, then type select volume #, replacing # with your volume number.
- Type delete volume to delete the volume completely. Diskpart will confirm if the command was successful or not afterward.
Wiping a Hard Drive Completely Using Diskpart Clean
Rather than removing individual volumes or partitions on a drive, you can wipe a hard drive completely using the Diskpart clean command. You can also use this command if you’re looking to wipe a USB flash drive, ready for formatting.
You won’t be able to do this on your system drive (nor would you want to!) unless you’re using Diskpart on a Windows installation
- At the “DISKPART>” prompt, select the disk you wish to wipe by typing select disk #, replacing # with your disk number. If you don’t know your disk number, type list disk first.
- If you’re sure you want to wipe the disk completely (deleting all drive volumes/partitions), then type clean and hit enter. You won’t be asked for confirmation, so be sure you wish to do this before you begin.
- Diskpart will confirm that the drive has been “cleaned”, ready for new partitions to be created.
Creating & Formatting New Hard Drive Partitions
With a “clean” drive, you’re ready to create a partition in the free space using the Diskpart create partition command. You can then format that new partition with a Windows-friendly file system like NTFS or FAT32 using the Diskpart format command.
- Start by selecting your chosen disk with select disk #, replacing # with your disk number (and using list disk to find your disk number, if you don’t know.)
- With your disk selected, type create partition primary to create a partition using the entire space on that drive.
- If you want to create a partition to take up only some of the free space (letting you create more than one partition), type create partition primary size=X instead, replacing X with the partition size, measured in megabytes (for example, size=1024 for 1GB of space).
- Type list partition to make sure that your new partition is listed, then type select partition 1 to select it. Mark the partition as active by typing active at the “DISKPART>” prompt. This is necessary if you want to use it as a bootable drive.
- To quickly format the drive with the NTFS file system, type format fs=NTFS label=Y quick. You can replace Y with any label you’d prefer to use.
- Once formatted, Windows will likely assign a drive letter automatically. If it doesn’t, type assign letter Z, replacing Z with a free drive letter.
Extend a Hard Drive Volume
If you have an existing hard drive volume that doesn’t take up all of the free space on a drive, and you wish to enlarge it, Diskpart commands allow you to do that.
- Start by selecting your chosen disk with select disk #, replacing # with your disk number (and using list disk to find your disk number, if you don’t know.)
- Type list volume to list all the available volumes on your PC, then type select volume #, replacing # with the volume you’re looking to extend.
- Type extend to expand it to the maximum size available. Diskpart will confirm whether or not the extend command has worked correctly. Confirm the size of the volume has increased by typing list volume for a second time afterward.
Diskpart has other options available, as the help command briefly explains. If you need further information on how to use Diskpart, Microsoft has further Diskpart support information available.