02. Microsoft/Windows Server
시스템 폴더별 용량 확인 방법 DU Util
검짱돌이
2013. 5. 18. 09:46
Windows 시스템의 c 드라이브 용량이 부족한데 폴더별 용량을 확인하고 싶을 때 아래 툴을 이용하면 됩니다.
http://technet.microsoft.com/en-us/sysinternals/bb896651
위 URL에서 DU(Disk Usage v1.5)를 다운 받습니다.
아래와 같이 옵션값을 입력하여 용량을 확인할 수 있습니다.
Usage: du [-c[t]] [-l <levels> | -n | -v] [-u] [-q] <directory>
-c Print output as CSV. Use -ct for tab delimiting.
-l Specify subdirectory depth of information (default is all levels).
-n Do not recurse.
-v Show size (in KB) of intermediate directories.
-u Count each instance of a hardlinked file.
-q Quiet (no banner).
c:\의 폴더별 용량을 확인할 수 있습니다.