Get free disk space on mount points


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. for path in `mount | awk '/^\/dev/ {print $3}'`; do df -h "$path"; done;

URL: http://www.cricava.com/blogs/index.php?blog=6&title=get-free-disk-space-on-mount-points&more=1&c=1&tb=1&pb=1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.