HeatWare.net header image
HeatWare.net
TwitterRSSEmail
  • Home
  • Windows
    • Windows 8
    • Windows 7
    • Windows Vista
    • Windows XP
  • Linux/Unix
  • Mac
  • Mobile
    • Android
    • iOS
    • Phones (Help / Resources)
  • Software / Programming
    • Free Software
    • Programming – General
    • PHP
    • Ruby/Rails
    • Quality Assurance (QA)
    • Software – General
    • Software Help
    • Databases
  • Cool Websites
  • Other
    • Deals & Bargains
    • News
    • Video Games
    • Hardware
    • Electronics
  • About

5 comments / November 24, 2008 / sood / Linux/Unix, Windows XP

Find largest files on your hard drive (Windows & Linux)

Are you running low on disk space or just curious to know what files are eating up your hard drive space? Finding out the biggest files in your hard drive is simple. This article will show you how to do this on Windows XP and Linux/Unix.

Windows XP

  1. Go to Start / Search / For Files or Folders
  2. Select the search option All Files and Folders
  3. Enter *.* in the file name search box
  4. Select the hard drive(s) you would like to search
  5. (Optional) Select the What size is it? option and choose Large
  6. Click the Search button
  7. Click the Size column to sort the results

Linux/Unix

Running the command below on a Linux/Unix machine (or Cygwin) will return the top 10 largest files recursively from the current path

find . -printf '%s %pn'|sort -nr|head

Digg This

Related Posts

  • How to encrypt all files on your hard drive in Linux and Windows
  • Using Linux ‘head’ command to preview a file
  • Free Linux utility to convert PDF to Text file
  • How to Find Files Owned by Users(s) in Linux
  • How to Find Files Owned by Group(s) in Linux

File System Linux Unix Windows XP

5 comments… add one
  1. Vimal Kumar August 22, 2010, 10:00 pm

    Nice simple method.But there are a few files which will not show up in the explorer view and you have to use a software called WIndirStat.My 20 Gb was missing from my hard disk and had a tough time which folder was using this.Found the answer here:http://sunil-bhaskar.blogspot.com/2010/08/windows-7-eating-disk-spacefinally-real.html

  2. TomP December 29, 2010, 8:28 pm

    Embarrassed i didn’t think of it

  3. Narmin April 6, 2011, 9:26 pm

    Great way to quickly find out what is eating up all the space.
    THANK YOU!

  4. s September 6, 2011, 4:02 pm

    simple and spot on, thanks so much

  5. Jatin November 3, 2013, 2:36 am

    For unix, you can also use below command – It will give you the output of 30 largest utilizing files :-

    du -h | sort -rn | head -30

    Accordingly you can decide, which files to be retained or housekeeped.

    PS – The command needs to be fired from within the directory.

Cancel reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • Why You Should Consider Diving Apps
  • How to Buy a Smartphone that Fits Your Budget
  • How to Overcome Frustrating PDF Stress
  • Convert PDF to Word: Easy, Reliable and Quality Conversion
  • PDF to Excel App ­ – A New Way of Handling Tricky Documents

Recent Comments

  • Valarie Walter on Basic Troubleshooting Steps for your Cell Phone
  • John Mists on A Brief History of Android OS
  • syarif on PostgreSQL: How to reload config settings without restarting database
  • Raghu on How to SSH to a server using Ruby – Part I
  • francisco clemente on Basic Troubleshooting Steps for your Cell Phone

Tags

ACSLS Android Bargain Cell Phones Cool Software Cool Websites Databases Deals Ebooks Facebook Free Software G2x Galaxy S5 iOS iPhone Kindle LG Linux Linux/Unix Mac Mobile mysql Office OpenStack OS X PHP Postgres PostgreSQL ruby Samsung Galaxy S6 Shell Smartphones Sun T-Mobile Tips Tips & Tricks Ubuntu Unix Virtualization VMWare Windows Windows 7 Windows 8 Windows Vista Windows XP

Latest Tweet

Follow @HeatwaredotNet

SP
@HeatwaredotNet

  • Why You Should Consider Diving Apps https://t.co/Is41cdUv2I #diving-apps
    about 6 years ago

All Categories

Other Links

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2015 — HeatWare