윈도우 sysinternal du.exe 폴더별 용량 조회 가능
https://technet.microsoft.com/en-us/sysinternals/bb896651.aspx
Sysinternals 에서 du.exe를 다운로드 후 압출을 풀고 CMD에서 실행을 하면
옵션 du.exe
-c Print output as CSV. Use -ct for tab delimiting.
-l Specify subdirectory depth of information (default is one level).
-n Do not recurse.
-q Quiet (no banner).
-u Count each instance of a hardlinked file.
-v Show size (in KB) of all subdirectories. //하위 폴더 까지
CSV output is formatted as:
Path,CurrentFileCount,CurrentFileSize,FileCount,DirectoryCount,DirectorySize
Du.exe > c:\output.txt 해서 텍스트파일로 보면 됨
'기술(MS,Web,Windows,AWS) > [MS]Windows' 카테고리의 다른 글
Windows Server 2008 R2 on an HP Proliant DL380 G5 펌웨어 문제 BUGCODE_USB_DRIVER (0) | 2016.06.29 |
---|---|
IE 11 EnterpriseMode 개인 수동 설정 방법 (0) | 2016.06.09 |
시스템정보보기 cmd 명령어 systeminfo (0) | 2016.04.22 |
NAS 내 경로명/파일명이 길어 삭제가 불가할 때, 복사가 불가 할 때 (0) | 2016.04.11 |
VM 구별 방법 (0) | 2016.04.07 |