디스크 관리 도구(Disk Management Tool) 는 Windows 디스크 및 파티션을 관리하는 데 유용하고 효과적인 도구이지만 Diskpart 만큼 강력하지는 않습니다 . 이 명령줄 도구를 사용하면 PC에서 감지할 수 있는 모든 하드 드라이브 또는 USB 저장소에서 파티션을 삭제, 생성 및 수정할 수 있습니다.(USB)
대부분의 경우 디스크 관리 도구(Disk Management Tool) 를 사용하는 것이 좋지만 Windows 가 제대로 시작되지 않거나 PowerShell 터미널을 사용(use the PowerShell terminal) 하려는 경우 Diskpart 가 완벽한 대안입니다. 다음은 Diskpart(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(exit) 를 입력 하고 사용이 끝나면 Enter 키를 누르십시오.
- 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 “DISKPART>” 프롬프트에서 list disk 를 입력하고 Enter 키를 누릅니다. 여기에는 현재 PC에서 감지할 수 있는 사용 가능한 모든 저장 드라이브(하드 드라이브, USB 저장 장치, SD 카드 등 포함)가 나열됩니다.(USB)
- 숫자 0부터 시작하여 Diskpart 는 감지된 모든 디스크를 나열합니다. 향후 Diskpart 명령 과 함께 사용하려면 디스크 번호(예: Windows 하드 드라이브 의 경우 "0")를 기억해야 합니다.
- 디스크 목록과 함께 Diskpart(Diskpart) 에 검색된 볼륨 목록을 요청할 수도 있습니다 . " DISKPART “DISKPART>” 프롬프트에서 list volume 을 입력합니다 .
- Diskpart 를 사용 하면 개별 하드 드라이브 파티션을 나열할 수도 있습니다(일부는 "list volume" 명령으로 나열된 볼륨과 일치할 수 있음). list disk 명령 으로 먼저 하드 디스크를 선택해야 합니다 .
- " DISKPART “DISKPART>” 프롬프트에서 select disk 다음에 디스크 번호를 입력합니다(예: select disk 0 ). Diskpart 는 이 시점에서 디스크가 선택되었는지 확인합니다.
- 디스크가 선택되면 list partition 을 입력합니다 . 그러면 드라이브의 현재 파티션이 나열됩니다. 이후 Diskpart(Diskpart) 명령 에서 파티션 번호를 사용하여 여기에서 이러한 파티션을 삭제하거나 수정할 수 있습니다 .
Diskpart를 사용하여 하드 드라이브 파티션 또는 볼륨 삭제(Deleting a Hard Drive Partition Or Volume Using Diskpart)
하드 드라이브(디스크)는 종종 나열된 볼륨과 동일한 파티션으로 분리됩니다. 하드 드라이브가 여러 파티션이나 볼륨으로 분리되어 있고 하나를 삭제하려는 경우 Diskpart 명령을 사용하여 삭제할 수 있습니다.
- 디스크 선택 을 사용하여 하드 드라이브를 선택합니다. (select disk. )
- " DISKPART “DISKPART>” 프롬프트에서 list partition 을 입력한 다음 select partition # 하고 # 을 파티션 번호로 바꿉니다.
- 파티션이 선택되면 delete partition 을 입력합니다 . Diskpart 는 파티션이 나중에 삭제되었는지 여부를 확인합니다.
- 원하는 경우 디스크 볼륨을 직접 삭제할 수도 있습니다. list volume 을 입력 하고 선택한 볼륨 번호를 찾은 다음 select volume # 을 입력 하고 # 을 볼륨 번호로 바꿉니다.
- 볼륨(delete volume) 을 완전히 삭제 하려면 볼륨 삭제를 입력 합니다. Diskpart 는 나중에 명령이 성공했는지 여부를 확인합니다.
Diskpart Clean을 사용하여 하드 드라이브 완전히 지우기(Wiping a Hard Drive Completely Using Diskpart Clean)
드라이브에서 개별 볼륨이나 파티션을 제거하는 대신 Diskpart (Diskpart) clean 명령 을 사용하여 하드 드라이브를 완전히 지울 수 있습니다 . 포맷할 준비가 된 USB 플래시 드라이브 를 지우려는 경우에도 이 명령을 사용할 수 있습니다 .
Windows 설치 에서 Diskpart 를 사용하지 않는 한 시스템 드라이브에서 이 작업을 수행할 수 없습니다.
- " DISKPART “DISKPART>” 프롬프트에서 select disk # 을 입력하여 지우려는 디스크를 선택하고 #을 디스크 번호로 바꿉니다. 디스크 번호를 모르면 list disk 를 먼저 입력하십시오.
- 디스크를 완전히 지우려면(모든 드라이브 볼륨/파티션 삭제) clean 을 입력하고 Enter 키를 누르십시오. 확인을 요청하지 않으므로 시작하기 전에 확인을 원하는지 확인하십시오.
- Diskpart 는 드라이브가 "정리"되었는지 확인하고 새 파티션을 만들 준비가 되었습니다.
새 하드 드라이브 파티션 생성 및 포맷(Creating & Formatting New Hard Drive Partitions)
"깨끗한" 드라이브가 있으면 Diskpart (Diskpart) create partition 명령 을 사용하여 여유 공간에 파티션을 만들 준비가 된 것 입니다. 그런 다음 Diskpart (Diskpart)format 명령 을 사용하여 NTFS 또는 FAT32 와 같은 Windows 친화적인 파일 시스템으로 새 파티션을 포맷할 수 있습니다 .
- 디스크 번호 선택 으로 선택한 디스크를 선택(select disk) 하고 #을 디스크 번호로 바꾸십시오( 모르는 경우 디스크 목록 을 사용하여 디스크 번호를 찾으십시오).(list disk)
- 디스크를 선택한 상태에서 create partition primary 를 입력하여 해당 드라이브의 전체 공간을 사용하여 파티션을 만듭니다.
- 여유 공간의 일부만 차지하는 파티션을 만들려면(둘 이상의 파티션을 만들 수 있음) 대신 create partition primary size=X size=1024 = 1GB 공간의 경우 1024 ).
- list partition 을 입력 하여 새 파티션이 나열되는지 확인한 다음 select partition 1 을 입력하여 선택합니다. “DISKPART>” 프롬프트 에서 active 를 입력하여 파티션을 활성으로 표시 합니다. (Mark)이것은 부팅 가능한 드라이브로 사용하려는 경우 필요합니다.
- NTFS 파일 시스템 으로 드라이브를 빠르게 포맷하려면 format fs=NTFS label=Y quick.Y 를 사용하려는 레이블로 바꿀 수 있습니다 .
- 포맷되면 Windows 에서 자동으로 드라이브 문자를 할당합니다. 그렇지 않으면 할당 문자 Z 를 입력하고 (assign letter Z)Z 를 여유 드라이브 문자로 바꿉니다 .
하드 드라이브 볼륨 확장(Extend a Hard Drive Volume)
드라이브의 여유 공간을 모두 차지하지 않는 기존 하드 드라이브 볼륨이 있고 이를 확대하려는 경우 Diskpart 명령을 사용하여 이를 수행할 수 있습니다.
- 디스크 번호 선택 으로 선택한 디스크를 선택(select disk) 하고 #을 디스크 번호로 바꾸십시오( 모르는 경우 디스크 목록 을 사용하여 디스크 번호를 찾으십시오).(list disk)
- list volume 을 입력 하여 PC에서 사용 가능한 모든 볼륨을 나열한 다음 select volume # 을 입력 하고 #을 확장하려는 볼륨으로 바꿉니다.
- 확장(extend) 을 입력 하여 사용 가능한 최대 크기로 확장합니다. Diskpart 는 확장 명령이 올바르게 작동했는지 여부를 확인합니다. 이후에 두 번째로 list volume 을 입력하여 볼륨 크기가 증가했는지 확인합니다 .
(Diskpart)도움말(help) 명령이 간략하게 설명 하는 것처럼 Diskpart 에는 사용 가능한 다른 옵션이 있습니다 . Diskpart 사용 방법에 대한 추가 정보가 필요한 경우 Microsoft 는(Microsoft) 추가 Diskpart 지원 정보를(Diskpart support information) 사용할 수 있습니다.
How to Use DiskPart Utility in Windows
The Disk Management Tool is a useful, effectiνe tool for managing your Windоws diѕks and partitions, but it isn’t as powerful to use as Diskpart. Τhis command-line tool lets yоu delete, creatе and modify partitions on any hard drives or USB ѕtorage your PC can detеct.
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.