Skip to content

neilbowman666/disk-smart-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk S.M.A.R.T. tool

read disk S.M.A.R.T. of SATA disks and NVME disks

Dependency

# Debian / Ubuntu
apt-get install -y smartmontools
# RHEL / CentOS / Fedora
yum install -y smartmontools

Usage

from disk_smart_tool.smart_tool import check_disk

result = check_disk("/dev/sda")

About

Get S.M.A.R.T. of SATA and NVME disks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages