Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Python
- centos 7.5
- Shell
- K8S
- RHEL
- Audit Log
- bash
- 파이썬
- zabbix
- Linux
- 서울시민카드
- Chrome
- 빅데이터
- yum
- log
- rsyslog
- Kubernetes
- GPU
- GNOME
- JSON
- PostgreSQL
- Elk
- syslog
- 크롬
- C
- 디렉토리
- docker
- audit
- CentOS
- Elasticsearch
Archives
- Today
- Total
Sysops Notepad
[Linux] Disk type check(SSD,HDD) 본문
728x90
Disk type이 SSD, HDD인지 확인하기
Linux automatically detects SSD, and since kernel version 2.6.29, you may verify sda with:
# cat /sys/block/sda/queue/rotational
1 for HDD
0 for SSD
or
# lsblk -d -o name,rota
NAME ROTA
sda 0
sdb 0
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] CRLF LF 변환하기 (0) | 2020.10.05 |
---|---|
[Linux] ssl ,tls 인증서 만료일 및 상세 정보 확인 방법(.crt, .pem) (0) | 2020.10.05 |
[Linux] PAM 파일 상세 설명 및 설정 방법 (1) | 2019.12.05 |
[Linux] Centos 8 / Redhat 8 DNS 설정방법 (0) | 2019.11.12 |
[Linux] passwd 명령어 에러시 해결 방법 (0) | 2019.10.29 |
Comments