src/tools/disks/smart.rs: parse output from smartctl

This commit is contained in:
Dietmar Maurer
2020-06-05 18:30:06 +02:00
parent c26aad405f
commit eb80aac288
2 changed files with 183 additions and 0 deletions

View File

@ -20,6 +20,8 @@ mod zfs;
pub use zfs::*;
mod lvm;
pub use lvm::*;
mod smart;
pub use smart::*;
bitflags! {
/// Ways a device is being used.