visualize disk space and usage with ncdu
Forum » Forum / Installing & Configuring Programs » visualize disk space and usage with ncdu
started by: CyberpetCyberpet
on: 1190636907|%e %b %Y, %H:%M %Z|agohover
number of posts: 3
rss icon RSS: new posts
visualize disk space and usage with ncdu
CyberpetCyberpet 1190636907|%e %b %Y, %H:%M %Z|agohover

NCDU is a ncurses version of Linux "du" (disk usage) tool. It analyzes your hard disk and shows the amount of disk space every folder uses.
This way it's very simple to find those folders with the largest files. You can even delete files and folders from within ncdu.

After installing ncurses as described at http://www.welped.com/2007/09/03/an-easier-editor-option-for-mybook/ you can easily install "ncdu" on your mybook.

browse2.png

Get ncdu from http://dev.yorhel.nl/ncdu/


wget http://dev.yorhel.nl/download/ncdu-1.3.tar.gz
tar xzvf ncdu-1.3.tar.gz
./configure —prefix=/usr
make
make install

Have fun! :-)

unfold visualize disk space and usage with ncdu by CyberpetCyberpet, 1190636907|%e %b %Y, %H:%M %Z|agohover
Re: visualize disk space and usage with ncdu
starkstark 1206452441|%e %b %Y, %H:%M %Z|agohover
wget http://dev.yorhel.nl/download/ncdu-1.3.tar.gz
tar zxvf ncdu-1.3.tar.gz
cd ncdu-1.3.tar.gz
./configure -prefix=/usr
make
make install
unfold Re: visualize disk space and usage with ncdu by starkstark, 1206452441|%e %b %Y, %H:%M %Z|agohover
Re: visualize disk space and usage with ncdu
fraterfrater 1214334136|%e %b %Y, %H:%M %Z|agohover
cd /opt
wget http://dev.yorhel.nl/download/ncdu-1.3.tar.gz
tar zxvf ncdu-1.3.tar.gz
cd ncdu-1.3
./configure -prefix=/usr
make
make install

Compiling gave me an error. I just ran:
ipkg update
ipkg install ncdu
last edited on 1214337714|%e %b %Y, %H:%M %Z|agohover by frater + show more
unfold Re: visualize disk space and usage with ncdu by fraterfrater, 1214334136|%e %b %Y, %H:%M %Z|agohover
new post
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License