Finding total folder size
Moderator: MOD_nyhetsgrupper
Finding total folder size
Is there an easy way to learn what is the total size of a directory and
all of its subdirectories?
I'm running low on disk space and need to find the junk, among the many
sub-folders.
Tom Alciere
all of its subdirectories?
I'm running low on disk space and need to find the junk, among the many
sub-folders.
Tom Alciere
Re: Finding total folder size
On 11 Jan 2007 in soc.genealogy.computing, TomAlciere wrote:
You don't say what operating system you're on.
Windows: open a command window (Start>Run>cmd), then at the prompt:
c:\whatever>dir /s
Mac (maybe; I don't have one to test on, but this works on most Unix-
like systems): open a terminal window
[me@mycomputer ~]$ du
In either case, if you want an editable copy, add " > files.txt"
(without the quotes) to the end of the command.
--
Joe Makowiec
http://makowiec.org/
Email: http://makowiec.org/contact/?Joe
Is there an easy way to learn what is the total size of a directory
and all of its subdirectories?
I'm running low on disk space and need to find the junk, among the
many sub-folders.
You don't say what operating system you're on.
Windows: open a command window (Start>Run>cmd), then at the prompt:
c:\whatever>dir /s
Mac (maybe; I don't have one to test on, but this works on most Unix-
like systems): open a terminal window
[me@mycomputer ~]$ du
In either case, if you want an editable copy, add " > files.txt"
(without the quotes) to the end of the command.
--
Joe Makowiec
http://makowiec.org/
Email: http://makowiec.org/contact/?Joe
Re: Finding total folder size
On 11 Jan 2007 17:32:51 -0800, "TomAlciere"
<TomAlciere@TomAlciere.com> wrote in soc.genealogy.computing:
Start the prompt command and type:
the drive letter of the disk, i.e.
c:
cd \
dir /s >dir.c
then, edit the dir.c file and search all the lines with the size of
the directory.
Denis
--
0 Denis Beauregard -
/\/ Les Français d'Amérique - http://www.francogene.com/genealogie-quebec/
|\ French in North America before 1721 - http://www.francogene.com/quebec-genealogy/
/ | Maintenant sur cédérom, début à 1765
oo oo Now on CD-ROM, beginning to 1765
<TomAlciere@TomAlciere.com> wrote in soc.genealogy.computing:
Is there an easy way to learn what is the total size of a directory and
all of its subdirectories?
I'm running low on disk space and need to find the junk, among the many
sub-folders.
Start the prompt command and type:
the drive letter of the disk, i.e.
c:
cd \
dir /s >dir.c
then, edit the dir.c file and search all the lines with the size of
the directory.
Denis
--
0 Denis Beauregard -
/\/ Les Français d'Amérique - http://www.francogene.com/genealogie-quebec/
|\ French in North America before 1721 - http://www.francogene.com/quebec-genealogy/
/ | Maintenant sur cédérom, début à 1765
oo oo Now on CD-ROM, beginning to 1765
Re: Finding total folder size
"TomAlciere" <TomAlciere@TomAlciere.com> wrote in message
news:1168565571.778311.168630@a75g2000cwd.googlegroups.com...
In Windows Explorer*(1, 2), right click on the folder and select properties.
There is a freeware program available that will add a "Folder Size" column
to Windows Explorer, but it only works on the c: drive.
There may be Windows Explorer replacements that provide this information as
well
I suggest http://www.majorgeeks.com or http://www.cnet.com for freeware downloads.
*1Should also work in My Computer.
*2 as opposed to Explorer or Internet Explorer
news:1168565571.778311.168630@a75g2000cwd.googlegroups.com...
Is there an easy way to learn what is the total size of a directory and
all of its subdirectories?
I'm running low on disk space and need to find the junk, among the many
sub-folders.
In Windows Explorer*(1, 2), right click on the folder and select properties.
There is a freeware program available that will add a "Folder Size" column
to Windows Explorer, but it only works on the c: drive.
There may be Windows Explorer replacements that provide this information as
well
I suggest http://www.majorgeeks.com or http://www.cnet.com for freeware downloads.
*1Should also work in My Computer.
*2 as opposed to Explorer or Internet Explorer
Re: Finding total folder size
On 11 Jan 2007 17:32:51 -0800, "TomAlciere"
<TomAlciere@TomAlciere.com> wrote:
For Windows, download MouseSoft Directory Size (freebie). It will
list the sizes of all the directories on the drive and sorts them from
largest to smallest.
You can click on a directory to see the sizes of its sub-directories.
http://www.mousesoft.co.uk/index.php?mds
John
<TomAlciere@TomAlciere.com> wrote:
Is there an easy way to learn what is the total size of a directory and
all of its subdirectories?
I'm running low on disk space and need to find the junk, among the many
sub-folders.
Tom Alciere
For Windows, download MouseSoft Directory Size (freebie). It will
list the sizes of all the directories on the drive and sorts them from
largest to smallest.
You can click on a directory to see the sizes of its sub-directories.
http://www.mousesoft.co.uk/index.php?mds
John
Re: Finding total folder size
John wrote:
buy a usb drive and back up your hard disk on to that first
or at least "my documents" for each user
Hugh W
--
a wonderful artist in Denmark
http://www.ingerlisekristoffersen.dk/
Beta blogger
http://snaps4.blogspot.com/ photographs and walks
old blogger GENEALOGE
http://hughw36.blogspot.com/ MAIN BLOG
On 11 Jan 2007 17:32:51 -0800, "TomAlciere"
TomAlciere@TomAlciere.com> wrote:
Is there an easy way to learn what is the total size of a directory and
all of its subdirectories?
I'm running low on disk space and need to find the junk, among the many
sub-folders.
Tom Alciere
For Windows, download MouseSoft Directory Size (freebie). It will
list the sizes of all the directories on the drive and sorts them from
largest to smallest.
You can click on a directory to see the sizes of its sub-directories.
http://www.mousesoft.co.uk/index.php?mds
buy a usb drive and back up your hard disk on to that first
or at least "my documents" for each user
Hugh W
--
a wonderful artist in Denmark
http://www.ingerlisekristoffersen.dk/
Beta blogger
http://snaps4.blogspot.com/ photographs and walks
old blogger GENEALOGE
http://hughw36.blogspot.com/ MAIN BLOG
Re: Finding total folder size
In article <1168565571.778311.168630
@a75g2000cwd.googlegroups.com>,
TomAlciere@TomAlciere.com says...
Treesize - free at
http://www.jam-software.com/freeware/index.shtml
Used it for years
--
Martin - Pangbourne, UK
@a75g2000cwd.googlegroups.com>,
TomAlciere@TomAlciere.com says...
Is there an easy way to learn what is the total size of a directory and
all of its subdirectories?
Treesize - free at
http://www.jam-software.com/freeware/index.shtml
Used it for years
--
Martin - Pangbourne, UK
Re: Finding total folder size
In Windows XP just hover over the directory in the exploer window. Or
right click on the directory folder and check properties.
Dale
TomAlciere wrote:
--
_ _ Dale DePriest
/`) _ // http://users.cwnet.com/dalede
o/_/ (_(_X_(` For GPS and GPS/PDAs
right click on the directory folder and check properties.
Dale
TomAlciere wrote:
Is there an easy way to learn what is the total size of a directory and
all of its subdirectories?
I'm running low on disk space and need to find the junk, among the many
sub-folders.
Tom Alciere
--
_ _ Dale DePriest
/`) _ // http://users.cwnet.com/dalede
o/_/ (_(_X_(` For GPS and GPS/PDAs
Re: Finding total folder size
I'm running low on disk space and need to find the junk, among the many
sub-folders.
Then you may be interested in big files rather than just big folders.
I use the Windows Search command looking for files based on size. I usually
start by looking for > 100M files -- as they are the real space eaters, and
then reduce the limit until I've found enough I can delete to get the disk
usage down far enough.
I find it tends to be music (.WAV) files and various backup copies of my
main FTM database that are chewing up my space.
Kerry
Re: Finding total folder size
Tom:
I use a free program call TreeSize. You can get it at:
http://www.jam-software.com/freeware/index.shtml
It will show you the directory sizes in one window that allows you to
click down to analyze each directory. You can also sort the
directories by size. The price is right also.
Don Glenn
TomAlciere wrote:
I use a free program call TreeSize. You can get it at:
http://www.jam-software.com/freeware/index.shtml
It will show you the directory sizes in one window that allows you to
click down to analyze each directory. You can also sort the
directories by size. The price is right also.
Don Glenn
TomAlciere wrote:
Is there an easy way to learn what is the total size of a directory and
all of its subdirectories?
I'm running low on disk space and need to find the junk, among the many
sub-folders.
Tom Alciere
Re: Finding total folder size
My preferred application for this is treesize (freeware) at
http://www.jam-software.com/software.html or treesize pro (shareware)
at http://www.jam-software.com/treesize/.
Easy to use and to sort your directories by size.
The paid-for pro version adds a pie chart view and the ability to
delete files from within treesize.
Dan
http://www.jam-software.com/software.html or treesize pro (shareware)
at http://www.jam-software.com/treesize/.
Easy to use and to sort your directories by size.
The paid-for pro version adds a pie chart view and the ability to
delete files from within treesize.
Dan