We followed Irvan’s post on how to run disk usage analyze on pcDuino.
NCDU is a du utility that shows the disk usage. To use it, we simply need to install ncdu by:
$sudo apt-get update $sudo apt-get install ncdu
To use it, simply navigate to any directory, and run:
$sudo ncdu
Leave a Reply
You must be logged in to post a comment.