Hi folks:
How can I get information regarding the drives in the system?, using Python, off course ;)
The information must include (at least in part) the following:
- Size
- Used space
- Free space (although you can calculate this value from the former two, some systems are tricky and don't reveal the real thing)
- File system
- Label
The main issue about this task is that the solution must be preferable unix-like, but it will be better if the solution can be multiplatform.
Thanks in advance