#path #devices #information #disk #status #info #show

bin+lib device_status

This crate allow you to obtain information of the disk space in a particular device where a given path is located

2 releases

0.1.2 May 3, 2023
0.1.1 May 3, 2023

#1229 in Filesystem

38 downloads per month

MIT and GPL-3.0-only

10KB
252 lines

#+TITLE: Device Status Info

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:

#+begin_src bash cargo run --bin device_status -- --path ../test_files --id 1 --name david --list #+end_src

O bien, con solo el binario:

#+begin_src bash device_status --path ../test_files --id 1 --name david #+end_src

Para ver las opciones:

#+begin_src bash device_status --help #+end_src

Dependencies

~5–16MB
~145K SLoC