This software can show you the information about the use of memory on disk.
You have to give the path and detect the device asociated to the path. Also you can give a file with a list of path. If not exists return info with 0.
Example:
cargo run --bin devicestatus -- --path ../testfiles --id 1 --name david --list
O bien, con solo el binario:
devicestatus --path ../testfiles --id 1 --name david
Para ver las opciones:
device_status --help