diskpart

 

 


# 進入 Shell

diskpart

DISKPART>

# disk

DISKPART> list disk

  磁碟 ###  狀態           大小     可用     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  磁碟 0    連線              465 GB  1024 KB
  磁碟 1    連線               14 GB      0 B

# volume

DISKPART> list volume

  磁碟區 ###   Ltr  標籤          Fs     類型         大小     狀態        資訊
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  磁碟區 0     O                        DVD-ROM         0 B  沒有媒體
  磁碟區 1         系統保留       NTFS   磁碟分割       100 MB  良好        系統
  磁碟區 2     C   OS            NTFS   磁碟分割       249 GB  良好        開機
  磁碟區 3     D   data          NTFS   磁碟分割       216 GB  良好
  磁碟區 4     E   DATADISK      FAT32  卸除式         14 GB   良好

# 對 Disk 2 進行操作

select disk 1

# 清除磁碟上所有分區資料

clean

"Diskpart 發生錯誤: 存取被拒。
如需詳細資訊,請參閱系統事件記錄檔。"

當 partition table 有問題時, 那會 clean 唔到

# 建立分區

create partition primary

# list partition

DISKPART> list partition

  磁碟分割  ###  類型              大小     位移
  -------------  ----------------  -------  -------
  磁碟分割  1    主要                  14 GB    64 KB

# 設定成可開機

DISKPART> select partition 1

active

 


ReadOnly Disk

 

Method 1: Physical Switch

Method 2: diskpart

Enter list volume

Enter select volume X (where X is the correct volume number from the previous command)

Enter att vol set readonly

Enter detail vol and ensure the read-only bit is set

Method 3: registry

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000001

Method 4: Security Permissions

 


Remove Letter

 

  1. diskpart
  2. list volume
  3. select volume 3
  4. remove

 


Get Windows NTFS Block Size

 

c:\>diskpart

diskpart>list disk

diskpart>select disk 0

diskpart>list partition

diskpart>select partition 1

diskpart>filesystems

目前檔案系統

  類型                 : NTFS
  配置單位大小         : 4096
  旗標 : 00000000

 


Check GPT or MBR

 

diskpart

list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          465 GB  1024 KB
  Disk 1    Online          238 GB      0 B

 


 

 

 

Creative Commons license icon Creative Commons license icon