|
@@ -24,7 +24,6 @@ func main() {
|
|
}
|
|
}
|
|
|
|
|
|
fullPath := "/dev/" + deviceFile.Name()
|
|
fullPath := "/dev/" + deviceFile.Name()
|
|
- fmt.Println(fullPath)
|
|
|
|
if !smart.IsRootDisk(fullPath) {
|
|
if !smart.IsRootDisk(fullPath) {
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
@@ -33,7 +32,7 @@ func main() {
|
|
fmt.Println("Unsupported disk type")
|
|
fmt.Println("Unsupported disk type")
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ fmt.Println(fullPath)
|
|
//Get the SMART data printout in json
|
|
//Get the SMART data printout in json
|
|
smartdata, err := smart.GetSMARTData(fullPath)
|
|
smartdata, err := smart.GetSMARTData(fullPath)
|
|
if err != nil {
|
|
if err != nil {
|