In the konsole
df
Examples:
or
du
Examples:
or
Few programs with gui
Filelight
xdiskusage
KDirStat
kdf
Links
DISK USAGE MONITOR
http://www.penguin.ch/dokuwiki/doku....ries:diskusage
Topic: HELP KUBUNTU 7.04
http://kubuntuforums.net/forums/inde...opic=3086180.0
Topic: Kubuntu fails to give an out of memory warning
http://kubuntuforums.net/forums/inde...opic=3086089.0
Topic: How to tell how much drive space left?
http://kubuntuforums.net/forums/inde...opic=3086335.0
Topic: Disk FreeSpace
http://kubuntuforums.net/forums/inde...opic=3086311.0
Topic: Disk shows 100G used but when I total up folders it should be <45G
http://kubuntuforums.net/forums/inde...opic=3082439.0
df
NAME
df - report file system disk space usage
SYNOPSIS
df [OPTION]... [FILE]...
DESCRIPTION
This manual page documents the GNU version of df. df displays the
amount of disk space available on the file system containing each file
name argument. If no file name is given, the space available on all
currently mounted file systems is shown.
df - report file system disk space usage
SYNOPSIS
df [OPTION]... [FILE]...
DESCRIPTION
This manual page documents the GNU version of df. df displays the
amount of disk space available on the file system containing each file
name argument. If no file name is given, the space available on all
currently mounted file systems is shown.
Code:
:~$ df
Code:
:~$ df -h -T
-h, --human-readable
print sizes in human readable format (e.g., 1K 234M 2G)
-T, --print-type
print file system type
print sizes in human readable format (e.g., 1K 234M 2G)
-T, --print-type
print file system type
NAME
du - estimate file space usage
SYNOPSIS
du [OPTION]... [FILE]...
du [OPTION]... --files0-from=F
DESCRIPTION
Summarize disk usage of each FILE, recursively for directories.
du - estimate file space usage
SYNOPSIS
du [OPTION]... [FILE]...
du [OPTION]... --files0-from=F
DESCRIPTION
Summarize disk usage of each FILE, recursively for directories.
Code:
:~$ du
Code:
:~$ du -h
-h, --human-readable
print sizes in human readable format (e.g., 1K 234M 2G)
print sizes in human readable format (e.g., 1K 234M 2G)
Few programs with gui
Filelight
It is like a pie-chart, but the segments nest, allowing you to see not only which directories take up all your space, but which directories and files inside those directories are the real culprits.
xdiskusage is a user-friendly program to show you what is using up
all your disk space. It is based on the design of the "xdu" program
written by Phillip C. Dykstra. Changes have been made so it runs "du"
for you, and can display the free space left on the disk, and produce
a PostScript version of the display.
all your disk space. It is based on the design of the "xdu" program
written by Phillip C. Dykstra. Changes have been made so it runs "du"
for you, and can display the free space left on the disk, and produce
a PostScript version of the display.
KDirStat (KDE Directory Statistics) is a small utility program that sums up
disk usage for direcory trees, very much like the Unix 'du' command. It
displays the disk space used up by a directory tree, both numerically and
graphically.
disk usage for direcory trees, very much like the Unix 'du' command. It
displays the disk space used up by a directory tree, both numerically and
graphically.
KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.
Links
DISK USAGE MONITOR
http://www.penguin.ch/dokuwiki/doku....ries:diskusage
Topic: HELP KUBUNTU 7.04
http://kubuntuforums.net/forums/inde...opic=3086180.0
Topic: Kubuntu fails to give an out of memory warning
http://kubuntuforums.net/forums/inde...opic=3086089.0
Topic: How to tell how much drive space left?
http://kubuntuforums.net/forums/inde...opic=3086335.0
Topic: Disk FreeSpace
http://kubuntuforums.net/forums/inde...opic=3086311.0
Topic: Disk shows 100G used but when I total up folders it should be <45G
http://kubuntuforums.net/forums/inde...opic=3082439.0
Comment