Results 1 to 2 of 2

Thread: Check Your Disk! Provides Statistical Information of Hard Disk Usage

  1. #1
    Join Date
    Oct 2005
    Posts
    351

    Check Your Disk! Provides Statistical Information of Hard Disk Usage

    If your hard disk space is almost full and you would like to perform clean up in order to free up some space, you probably need to spend some times to browse through and identify which folders or files that are actually occupying most of the hard disk space and can be backup or deleted. This can be frustrating especially when you have hundred of folders that need to scan through. Instead of identifying each of folders or files manually, there is a utility, named as Check Your Disk! that is able to help you cleaning up your disk by providing statistical information about the usage of each of the folders or files.


    Check Your Disk! will scan your hard disk space and provide a useful information for the folder and its subfolders usage through a simple pie chart. You can recognize which subfolder or file that has consumed most of the space by looking at the chart at first glance. Clicking on any slice of the chart will breakdown the folder or file information with secondary information such as the largest file resides in this folder or even its subfolder. If you are interested to find out the subfolder’s statistical information, just double click on the folder. To display the statistical information for one level up, go to Options -> Level Up or pressing backspace.

    Check Your Disk! version 0.8 is released for both Windows and Linux OS. It is absolutely free for download and doesn’t require any installation. For the Windows version, just unzip the downloaded file and run the executable file directly, whereas for Linux version, you must execute the jar file with Java Runtime.

    Source: mydigitallife.info

  2. #2
    Join Date
    Nov 2005
    Posts
    344

    Re: Check Your Disk! Provides Statistical Information of Hard Disk Usage

    How to Check your Disk Usage on Ubuntu from the command line

    Ubuntu Linux, like all unix varieties, includes the du command line utility. du stands for Disk Usage, as I'm sure you assumed.

    Go ahead, just type the command in your home directory:

    Code:
    geek@ubuntu-desktop:~$ du
    8 ./.gconf/desktop/gnome/accessibility/keyboard
    12 ./.gconf/desktop/gnome/accessibility
    8 ./.gconf/desktop/gnome/screen/default/0
    12 ./.gconf/desktop/gnome/screen/default
    16 ./.gconf/desktop/gnome/screen
    8 ./.gconf/desktop/gnome/font_rendering
    40 ./.gconf/desktop/gnome
    44 ./.gconf/desktop
    8 ./.gconf/apps/panel/applets/clock_screen0/prefs
    16 ./.gconf/apps/panel/applets/clock_screen0
    8 ./.gconf/apps/panel/applets/trashapplet_screen0
    8 ./.gconf/apps/panel/applets/workspace_switcher_screen0/prefs
    16 ./.gconf/apps/panel/applets/workspace_switcher_screen0
    It shows you a very verbose output by default, which isn't always extremely useful. Thankfully it also includes a lot of extra options.

    To find the total size of files and folders in our current directory, listed by MB:

    Code:
    geek@ubuntu-desktop:~$ du -s -m *
    1 Desktop
    0 Examples
    17 VMwareTools-5.5.2-29772.tar.gz
    Now we are getting somewhere. That's some pretty useful output.

    Source: howtogeek.com

Similar Threads

  1. Replies: 3
    Last Post: 02-07-2011, 10:01 PM
  2. Replies: 4
    Last Post: 14-01-2011, 07:08 PM
  3. Vista Hard Disk Usage
    By EAJSewell@googlemail.com in forum Vista Help
    Replies: 6
    Last Post: 28-11-2009, 05:47 AM
  4. How to check disk usage on Ubuntu
    By rpatel in forum Operating Systems
    Replies: 3
    Last Post: 25-04-2009, 01:30 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,885,369.96254 seconds with 17 queries