디스크 관리자에 두 개의 파티션으로 표시되는 iSCSI 볼륨 및 병합/확장 필요

디스크 관리자에 두 개의 파티션으로 표시되는 iSCSI 볼륨 및 병합/확장 필요

방금 Windows 서버의 NAS에 LUN과 대상을 생성하고 iSCSI 초기자를 사용하여 마운트했습니다.

디스크가 디스크 관리자에 나타납니다.

diskpart읽기 전용 속성을 제거하고 디스크 크기에 맞는 파티션을 생성했습니다(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 제한.

감사해요

관련 정보