- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
하드디스크(HDD) 에러 확인 ( smartctl, fsck ) 본문
celemics_admin@celemicsFS:~$ smartctl
The program 'smartctl' is currently not installed. To run 'smartctl' please ask your administrator to install the package 'smartmontools'
celemics_admin@celemicsFS:~$ sudo apt-get install smartmontools
cf) https://www.howtoforge.com/tutorial/monitor-harddisk-with-smartmon-on-ubuntu/
$ sudo smartctl -i /dev/sda -P showall
For information about adding a drive to the database see the FAQ on the
smartmontools home page: http://smartmontools.sourceforge.net/
<Linux 파일 시스템 체크>
http://jesus119.net/bbs/board.html?board_table=guide&write_id=163
http://devanix.tistory.com/242
문제가 되는 부분만 확인하고 싶을 때는 아래와 같은 명령어를 입력한다.
root@> smartctl -q errorsonly -H -l selftest -l error /dev/sda
cf) http://yujuwon.tistory.com/entry/우분투에서-하드-상태-체크하기
'LINUX' 카테고리의 다른 글
Samba 서버에 IP 번호 대신에 host 이름으로 접근하려면 (0) | 2016.12.02 |
---|---|
dmesg 로그의 timestamp를 날짜로 변경하는 스크립트 (0) | 2016.11.15 |
How to check if a user can access a given file? (0) | 2016.09.12 |
setfacl / getfacl (0) | 2016.08.16 |
리눅스 tee, 화면과 파일에 동시 출력하기 / screen / nohup (0) | 2016.08.12 |