디스크 관리 및 Windows 탐색기에 서로 다른 할당 된 크기가 표시됨


11

메인 부트 캠프 NTFS 파티션에서 50GB를 줄였습니다. 재부팅 후 Windows 탐색기에 이제 C 드라이브의 총 크기가 90GB 인 것으로 표시되지만 Windows (및 EaseUS Partition Manager)의 디스크 관리 도구에는 여전히 140GB가 표시됩니다 (할당되지 않은 공간은 없음).

50GB를 어떻게 다시 받습니까?

디스크 0은 500GB 여야합니다.

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
* Disk 0    Online          465 GB      0 B

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            200 MB    512 B
  Partition 2    Primary            325 GB   200 MB
  Partition 3    Primary            619 MB   325 GB
  Partition 4    Primary            140 GB   325 GB

다른 100MB를 줄이려고하면 (다시로드해야합니까?) 다음 메시지가 나타납니다.

파라미터가 잘못되었습니다.

파티션 4는 C :로 마운트되지만 90GB는 on :

(스크린 샷)

TotalCommander는 또한 총 90GB를 보여줍니다.

나는 chkdsk와 EaseUS의 오류 검사를 운없이 사용했습니다.

C:\Users\JorisWin>chkdsk
The type of the file system is NTFS.
Volume label is BOOTCAMP.

WARNING!  F parameter not specified.
Running CHKDSK in read-only mode.

CHKDSK is verifying files (stage 1 of 3)...
  187648 file records processed.
File verification completed.
  262 large file records processed.
  0 bad file records processed.
  2 EA records processed.
  66 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 3)...
  259512 index entries processed.
Index verification completed.
  0 unindexed files scanned.
  0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 3)...
  187648 file SDs/SIDs processed.
Security descriptor verification completed.
  35933 data files processed.
CHKDSK is verifying Usn Journal...
  37017704 USN bytes processed.
Usn Journal verification completed.
Windows has checked the file system and found no problems.

  95691775 KB total disk space.
  68771188 KB in 139744 files.
     85044 KB in 35934 indexes.
         0 KB in bad sectors.
    293491 KB in use by the system.
     65536 KB occupied by the log file.
  26542052 KB available on disk.

      4096 bytes in each allocation unit.
  23922943 total allocation units on disk.
   6635513 allocation units available on disk.

2
Diskpart 유틸리티에서 "Disk 0"은 500GB가 아닌 465GB 여야합니다.
Zain Patel

1
디스크 관리자의 화면 캡처가 필요하다고 생각합니다.
Jamie Hanrahan

Easus를 사용하는 대신 파티션을 보려면 Windows Native 도구를 살펴 봐야합니까? 제어판> 관리 도구> 컴퓨터 관리> 저장소> 디스크 관리로 이동합니다. 디스크 0의 상태를 확인하고 (인쇄 화면을 게시 할 수 있음) "정지 파티션"에서 50GB를 찾으십니까?
MahNas92

답변:


6

다음과 같이 diskpart 내에서이 문제를 해결할 수 있습니다.

list volume
select volume #
extend filesystem

"#"는 볼륨 목록에 표시된 영향을받는 볼륨을 나타냅니다.


우트는, 윈도우 (10)에은 ShadowProtect에서 이미지 후 재생 새로운 공간을 복원
제프 F.
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.