
我剛剛在我的 NAS 上建立了一個 LUN 和目標,來自 Windows 伺服器,使用 iSCSI 啟動器來安裝它。
磁碟在磁碟管理員中顯示為已停用。
使用diskpart
i 刪除唯讀屬性並為磁碟大小建立分割區(unalloc)
diskpart 拋出異常:
No usable free extent could be found. It may be that there is insufficient
free space to create a partition at the specified size and offset. Specify
different size and offset values or don't specify either to create the
maximum sized partition. It may be that the disk is partitioned using the MBR disk
partitioning format and the disk contains either 4 primary partitions, (no
more partitions may be created), or 3 primary partitions and one extended
partition, (only logical drives may be created).
並且仍然繼續分割磁碟機。
diskpart
....select disk=6
沒有list partition
顯示。
我如何“合併”這些分區並創建一個簡單的捲?
我已經嘗試了很多事情,從創建 LUN 到各種 diskpart 操作。
謝謝
答案1
抱歉,已找到解決方案
diskpart
select disk=6
clean
convert GPT
MBR 預設 2TB 限制。
謝謝