Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display disk usage for each volume #262

Open
pdirksen opened this issue Mar 18, 2018 · 3 comments
Open

Display disk usage for each volume #262

pdirksen opened this issue Mar 18, 2018 · 3 comments

Comments

@pdirksen
Copy link

pdirksen commented Mar 18, 2018

Please add the disk usage (total, used, available) for each volume.

Windows: wmic logicaldisk get has attributes Size,FreeSpace
Linux: df -T has Used,Available
MacOS: diskutil info -all should have those as well

@lurch
Copy link
Contributor

lurch commented Mar 19, 2018

Duplicate of #228 ?

@jhermsmeier
Copy link
Contributor

Yeah, we've dismissed it before, but might be worth having another look at. I don't think those values will be accurate though, as they'll depend on which file systems the respective OS support – in which case I don't think it'd make sense to put in.

@thom-nic
Copy link

thom-nic commented May 8, 2018

I'd be interested in this as well; in all of the most common cases it's easy to get used/free from the filesystem. I'm using drivelist on an embedded linux device and one of my motivating use cases is monitoring disk usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants