디스크3 디스크 용량이 부족하다? 어떤 파일을 지울까? 큰 파일 찾기. TreeSize, SpaceSniffer 저처럼 파일을 지우지 않고 그냥 쓰다보면 디스크 용량이 부족할 때가 있습니다 그럴때마다 제가 쓰는 프로그램 2개를 소개합니다 TreeSize JAM Software - Customer Area Download Area Enter your valid installation key and download your software directly. Send purchase orders to: JAM Software GmbH Am Wissenschaftspark 26 54296 Trier Germany info2@jam-software.com If you have any problems or questions, do not hesitate to con customers.jam-software.de Treesiz.. System 2022. 1. 9. 리눅스 디스크 및 레이드 정보 초기화 Initializing Disk 리눅스 디스크 및 레이드 정보 초기화 Initializing Disk 1. Linux OS 부팅 (Boot Linux Media) 2. Rescue 모드 진입 (Enter Rescue Mode) ]# fdisk -l 3. 초기화할 디스크 확인 Determine which Disk to initialize. sda? sdb? ]# dd if=/dev/zero of=/dev/sda bs=1024 count=10000 4. 3회정도 실행 upper line command about 3 times ]# cat /dev/zero > /dev/sda 5. 5분 정도 기다린 후 Ctrl + C를 눌러 중단 Wait about 5 minutes. then Pause via Ctrl + C ]# exit 6. 재부팅 u.. System/Linux 2018. 3. 15. 디스크 사용량 확인 Check disk usage (du) du 옵션설명 -h : human readable format (읽기 쉽게 MB, GB 단위로 표시) -s : summarize (요약, 총 용량만 보여줌) --exclude=PATTERN : exclude PATTERN (PATTERN을 제외시킴) --max-depth=N : directory depth (--max-depth=0 same as --summarize) (최대 디렉토리 깊이) 명령 예제 [root@JJuno ~]# du -sh 36G . 현재 디렉토리의 총 용량을 간단하게 보여줌 [root@JJuno ~]# du -h --max-depth=1 4.0K ./Pictures 29M ./.cache 4.0K ./Desktop 4.0K ./.gvfs 4.0K ./.nautilus 16K ./.t.. System/Linux 2018. 3. 13. 이전 1 다음 💲 추천 글