"윈도우 diskpart"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 3개는 보이지 않습니다)
6번째 줄: 6번째 줄:


==실행예시==
==실행예시==
<source lang='cli'>
<source lang='console'>
C:\Users\jmnote>diskpart
C:\Users\jmnote>diskpart


13번째 줄: 13번째 줄:
컴퓨터: JMNOTE-PC
컴퓨터: JMNOTE-PC
</source>
</source>
<source lang='cli'>
<source lang='console'>
DISKPART> list disk
DISKPART> list disk


22번째 줄: 22번째 줄:
   디스크 2    온라인        119 GB      1024 KB
   디스크 2    온라인        119 GB      1024 KB
</source>
</source>
<source lang='cli'>
<source lang='console'>
DISKPART> exit
DISKPART> exit


32번째 줄: 32번째 줄:
==같이 보기==
==같이 보기==
*[[Windows 디스크 관리]]
*[[Windows 디스크 관리]]
* [[윈도우 mbr2gpt]]
*[[리눅스 fdisk]]
*[[리눅스 fdisk]]
*[[맥 디스크 유틸리티]]
*[[맥 diskutil]]


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/Diskpart
*https://en.wikipedia.org/wiki/Diskpart



2018년 3월 19일 (월) 11:30 기준 최신판

1 개요[ | ]

윈도우 diskpart, 디스크파트
C:\Windows\System32\diskpart.exe
  • 윈도우 CLI 디스크 파티션 도구
  • "디스크 파티션 속성을 표시하거나 구성합니다."

2 실행예시[ | ]

C:\Users\jmnote>diskpart

Microsoft DiskPart 버전 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
컴퓨터: JMNOTE-PC
DISKPART> list disk

  디스크 ###  상태           크기     사용 가능     Dyn  Gpt
  ----------  -------------  -------  ------------  ---  ---
  디스크 0    온라인        238 GB           0 B
  디스크 1    온라인       1863 GB           0 B
  디스크 2    온라인        119 GB       1024 KB
DISKPART> exit

DiskPart 마치는 중...

C:\Users\jmnote>

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}