Folder size/calculation

This is a two parter:
The problem has to do with obtaining the size of a folder's contents when viewing the contents of a folder. It would be nice to look down at the bottom of the folder window and see a display such as:
Desktop/Pod Movies - 1.52GB (1,129,771,439), 4 files
1. Is there a way within OSX 10.4.8 to display the size of the contents of a folder when the folder is opened without having to go to "get info" which is a kludge (and I know many would agree with me), or
2. Is there a third party application or utility addon that can do the same thing? I have a third party application called "WhatSize" and it reports exactly what I want and need but I have to run it as a separate application (another kludge). It is monotonous and time consuming to have to keep opening little applications to do simple things. I have a 23" Apple HD Display and my dashboard is crammed with little apps that offer one feature.
[Rant] I'm a bit disappointed that OSX doesn't come with all of these little useful things built right in ala (God forbid Windows or OS/2). With Windows you still have to jump a few hoops and Microsoft is known to actually steal such items from third party developers who can't fight back whereas with OS/2, IBM thought out the design first and then implemented it so when you open a folder the objects inside are sized and counted automatically for you at the bottom of the folder. (They may have done this because OS/2 had so few developers to begin with.)
I'm really hoping Leopard addresses many of these small OSX shortcomings because in the long run, gathered together, they are a very big part of a successful OS. I know Apple is bright enough to see these small shortcomings. And they may keep them out on purpose to ensure the livelihoods of little developers but - enough already! I don't want the best OSX, I want an AMAZING OSX! [Rant end]

Ahh now that does work but remains a kludge, i.e., you have to open the folder, select the four items (hold down shift select first file move to bottom of list and select last file to highlight all four at once) right mouse click, select "show inspector" and a separate window opens to reveal related information on the four files, including a full calculation of all four files.
How many hoops did I have to jump through to get that calculated size information? 5 clicks of a mouse
I want to jump through one hoop (perform one click): open the folder and see, in that bottom menu, the total amount of disk space all files in that folder are taking up.
Now you may be asking yourself, why is this so important? I want to know the ongoing size of a particular folder because I don't want that folder to exceed 4Gig. Yet I find myself having to jump through all kinds of hoops everytime I add a file to a folder to see how much space all the files are taking up in that folder.
Thanks for the time and effort.
John

Similar Messages

  • Finder Folder Size Calculations

    When I'm archiving, I have to do a lot of Get Info to calculate the folder sizes for DVD burning. Problem I'm having is the file size calculations start taking forever after working for a few minutes, or they don't calculate at all. Usually works fine when I start but after a minute or so It's like the computer get's tired and just stops. Even if it's a 1mb folder it will have trouble.
    Is this normal? Seems really odd that something so incredibly simple can make my archiving process so difficult.
    Files reside on a network HD.
    Thanks for any help.

    I'd create a disk image of appropriate size, mount it, copy items to it until it tells you there's no more room. Then, burn it.

  • Stop Finder from "calculating folder size" or just move along little doggie

    My iMac OSX 10.6.7 has recently adopted some new behavior.
    Frequently, but not always, when I go to either save a document or attach a document to an email, or otherwise access the Finder from somewhere other than in Finder itself, I get a folder icon and an indication that Finder is "Calculating folder size" before it will display into the next column to allow for saving or accessing. 
    I saw in the magazine Macworld that I should try unchecking the "Calculate All Sizes" options in FInder>View>Show View Options window, but that checkbox and option do not appear.  When I go to FInder>View>Show View Options, all I have are:  Always Open in Column View (checkbox), Text Size (dropdown), Show Icons (checkbox), Show Icon Preview (checkbox), Show Preview Column (checkbox) and Arrange By (dropdown).
    The problem is particularly pernicious with Word/Office 2011.  When I go to "Save As" I get a spinning beachball for a good 15 to 20 seconds before Finder even appears, and then when it does, I get another 5 to 15 seconds of "calculating folder size."  I have read that Word 2011 has this problem, but I'm not sure if my circumstance is normal or worse. 
    So, why is this doing this now when it has never done it before, and if unchecking "calculate all sizes" is a possible fix, where is that option?
    I did empty all caches, repaired all permissions, and did the other things that a good little mac owner is supposed to do to keep the machine squeaky clean.   

    This is about as minimal as Finder lets it get -
    As far as I can tell that arrangement is displayed only when viewing the Desktop.
    Finder uses a slightly longer one for a window whose view is set to Icon -
    ...and the one I posted previously for windows whose view is set to List.
    In Finder, there is actually only one View Options display and it is live; what is shown in it will change as you change the view mode for a window, and also will change to reflect the choices/settings if you click on a different window.
    Perhaps Path Finder has altered how that behaves. However, try some experimenting. Open the View Options display, and then try navigating into a nest of folders. Try highlighting different things in the Path Finder displays - the name of a folder in a list, the name of a column display, etc. At some point you may be able to access the long form for the particular folder's window.
    On the other hand, Path Finder seems to act by changing how Finder's info is displayed. In doing so, it may also be interfereing with Finder's ability to present applicable choices in the View Options screen (perhaps because Finder is not coded to understand Path Finder). If you determine that is indeed the case, suggest you send a 'bug' report back to the publisher, explaining the problem and asking them to fix it in a future release of Path Finder.

  • Folder Size Exceed Disk Size

    I am using Western Digital 2TB external HDD for Time Machine backup for 3 Mac. The remaining disk space now is 733GB. I am confused that one of the backup folder occupy more than 2TB. And the other 2 folders are still calculating since I started about 6 hours ago.
    My 2 questions are:
    1) Why the folder size is 3.13TB which is more than the physical size of the harddisk
    2) Why it is taking such a long time to compute the disk space for the other two folder

    Hi,
    Actually, it may be a display error, anyway I would record this issue.
    Although, I would give you some short description about this issue.
    Files would have two properties about size:
    Size: is the actual size of the file in bytes.
    Size on disk: is the actual amount of space being take up on the disk.
    I believe Windows Explorer is invoking  GetCompressedFileSize function to retrieves the actual number of bytes of disk storage used to store a specified file. If the file is located on a volume that supports compression and the file is
    compressed, the value obtained is the compressed size of the specified file.
    We can see everything works well in Windows 8 and previous versions. To prove this is a misread issue, let’s use GetCompressedFileSize function to see if we can retrieve the right value of compressed file size.
    Here is the first picture in Windows 8:
    The second is in Windows 8.1, but we use PowerShell script to retrieve the right value:
    About the whole process, you can refer to this article:
    Get the size of a file on disk
    http://www.powershellmagazine.com/2013/10/31/pstip-get-the-size-of-a-file-on-disk/
    GetCompressedFileSize function
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa364930(v=vs.85).aspx
    So, I think it just don't read the compressed file size successfully, so it use the "Size" value directly to calculate the Size on disk.
    Hope this could make it clear.
    Alex Zhao
    TechNet Community Support

  • How do I get folder sizes?

    How can I get the finder to calculate folder sizes?
    I've clicked Calculate all sizes in view options.
    Even when I ask for info on a particular folder, I get a blank.
    It gives the sizes of files but never for folders: just two little dashes
    Is this a bug, or is there some extra button I now have to push?

    I believe there's a bug in the Finder that will prevent it from calculating folder sizes. I've only run into it a couple times: for example, Size in the Finder's Inspector window always shows -- (which is normal until the Finder calculates the size). In this case, the Finder doesn't calculate the size, but quitting and relaunching the Finder works to restore proper behavior.

  • Is there a way to put more apps (increase the folder size limit) in iOS 5.0.1 on iPad2

    I read on some site that there is an app that allows one to increase the desktop folder size limit in iOS 5.0.1 on an iPad2 does anyone have any info please?
    Thanks for any thoughts in advance.....
    Dave

    Firstly, Thanks for taking the time to reply :-) 
    It's not that I want gazillions of apps, I just wanted to put more in each folder so I don't have to have multiple folders with similar names....Weather1, 2, 3,etc.... but I see your point and appreciate the thoughts.
    Dave

  • Outlook 2010 - Data File Properties/Folder Size verses Windows Explorer pst file size

    I am running Outlook 2010 32bit Version 14.0.6129.5000 on a Windows PC running Windows 7 Professional.  All updates from MS are up to date.
    I have several pst files I open with Outlook 2010. The size of the files displayed in Outlook are very different than what is displayed in Windows Explorer. 
    For example one of the pst file called "business.pst" when opened Outlook displays it under "Data File Properties -> Folder Size" that the Total Size (including subfolders) is 764,354 KB.  Windows Explorer says
    the file size is 1,190,417 KB.
    For some reason MS Outlook 2010 is displaying the wrong folder size.  Any ideas why this is the case?
    Thanks,
    Pat

    Outlook mailbox grows as you create and receive items. When you delete items, the size of the Outlook Data File (.pst and .ost) file might not decrease in proportion to the data that you deleted, untill it has been compacted.
    Normally, after you have deleted items from an Outlook Data File (.pst), the file will be automatically compacted in the background when you’re not using your computer and Outlook is running.
    For an exception, when the Outlook Data File (.pst) is somehow corrupt, the compaction might not finish correctly. So the size of the Outlook Data File (.pst) file might remain the same before compaction.
    To solve this, try run the
    scanpst to fix the Outlook Data File (.pst) file first, after that, we can
    manually start the compact command.
    When finished, compare the file size again.
    Max Meng
    TechNet Community Support

  • Finder won't display folder size in "Size" column or Info window

    Normally, the Finder window will display a folder's size in the Size column. However, I have one folder which shows as "Zero KB" in the Size column. When I open the General Info window, the Size reads as "Zero KB on disk (Zero bytes) for 0 items."
    In order to get the folder size I have to go into the folder, select all folders (there's many), then with either the Summary Info or Inspector window, it'll show the folder size ("185.32 GB on disk").
    Why is this occurring in only this folder? Is it because it's a large folder or a folder with many subfolders?
    I'm running Snow Lep 10.6.2. The folder is on an external drive in FAT32 format. I've already tried deleting the "com.apple.finder.plist" file and rebooting.
    Thanks for any help.

    go to view menu->show view options and check the box 'calculate all sizes". then click "use as defaults".

  • File / Folder size... How do Finder gets it?

    Hi there!
    While checking some of my hardrives for sucessfull shell script execution backups, i noticed that Finder took a loooot of time to provide the info about the Folder / File size on the Information window, while a simple ls -l could provide on the fly values regarding file or folder size, as always, fast simple and faithfull unix mindset!
    Well, that makes me wonder, how does Finder calculates those values? Anyone got an hint?
    Does it make it all by himself, if so. WHY? Been an "posix" system, shouldn't he be using whats already provided by its *nix heritage?
    In this case, the value is already there, why don't use it and simply parse it to the desired format (MB / GB / TB)?
    Maybe this could be only one of several features (GUI) that could improve it's performance from being more "conscious" of the system natively provided "toolkit".
    Please, this is only my humble thouhgts on this, and please do shut me up if totally wrong!
    Hope to get some nice and interesting feedback from the OS X community!
    If there's a better spot to start this kind of discussion, please do mention it, i will appreciate it!
    Best regards.

    Properties. Short Cuts, Change Icon resolved the issue after restarting. Problem resolved.. Thank you for all the help Dwain

  • How is the font size calculated in pixel sized documents?

    Hello to all,
    I am working with Illustrator CS4 on a web design. In the document setup, I set the size to 1000*1600 pixels. Then, I tried to add some text in font size 12 pt. The font appears *very* small. My objective was to use the same font size settings in my Illustrator file as I will later do in the HTML/CSS coding. How do I get Illustrator to scale the fonts in the same way as the browser does - i.e. a 12 pt text in the browser has the same size as a 12 pt text in Illustrator? Infact, I am looking for a setting where I can define the resolution of text size calculation.
    Best regards
    Joerg

    Illustrator is a print-oriented, object-based vector drawing program, not a web-oriented, pixel-based raster painting program.
    Illustrator's ruler is designed to represent real-world measure, not counts of pixels.
    A pixel is not a measure. Pixels have no real-world measure.
    Therefore, when Illustrator's ruler pretends to represent "pixels," it has to assign some real-world scale to them. It defaults to the measure of a point. A point is a real-world measure.
    Similarly, a computer's operating system has to decide how many screen pixels it will use to represent a real-world measure at 100% zoom.
    Mac OS defaults to using 1 pixel to represent 1 point. (72 PPI)
    Windows and web browsers default to using 1.33 pixels to represent 1 point. (96 PPI)
    So tell a browser to display 12 point type, and it will use 16 pixels to do that.
    Given Illustrator's default that 1 pixel measures 1 point at 100%, Illustrator uses about 9 pixels to render the cap height of 12 point Verdana.
    GIven the browsers' default that 1 point renders to 1.3 pixels, the browser uses about 12 pixels to render the cap height of 12 point Verdana.
    So given that Illustrator and the browser are going to use different numbers of pixels to rasterize 12 point type, how do you get a browser to use the same number of pixels to render 12 point Verdana as Illustrator does? Simple: Specify the type size in the HTML code by pixels, not by points. This is a screenshot of Internet Explorer on Windows displaying a web page which contains:
    A raster image of 12 point Verdana exported from Illustrator, using its default 72 PPI rasterization
    Live 12 pixel Verdana HTML text.
    Live 12 point Verdana HTML text.
    Inversely, there are other ways to work around Illustrator's 72 PPI default when you want to rasterize Illustrator type so that it looks the same as the same-point-size text in HTML.
    When using Save For Web & Devices, specifiy 133% instead of the default 100%.
    Scale the artwork to 133% before exporting via Save For Web & Devices using the default 100%
    When rasterizing, rasterize to 96 PPI instead of 72 PPI. (1.33 as many pixels)
    When exporting, export to 96 PPI instead of 72 PPI. (1.33 as many pixels)
    Or, do what I do: Get a decent screenshot utility. When I want to rasterize something from Illustrator that contains text that I want to appear online at the same scale that it appears to me when working in Illustrator, I simply zoom to 133% and take a screenshot.
    JET

  • Share Point folder size limit - File Services

    I created a new folder inside a share point using Server Admin. Is there a way to set a folder size limit (quota) for that folder.
    P.S. I am NOT talking about user accounts quotas for home folders created using Workgroup Manager! ...Just any new folder created, to be used on any volume, is there a way to set a mamimum size?
    For example I have a 1TB volume on my Xserve RAID. I create a new folder but want to set its maximum capacity to 200GB. Is that possible?
    Thank you very much in advance for any feedback.

    There's no direct way to set a limit on a folder size.
    The 'simplest' method I can think of is to create partitions on your disk of the appropriate sizes and share these - they will have inherent size limits based on the size of the partition. It's a little messier but should solve your issue.
    :: thinking :: you might be able to use disk images rather than partitions, although I've never tried sharing a mounted disk image, and you'd need to address automounting the disk images when the server starts, so it might not be viable.

  • Maximum folder size in 10.5.2?

    What is the maximum folder size now in 10.5.2?
    For around 10 years I've been using numerous partitions to organize my files and for easy backup, but I know that quite a while ago (years) the maximum folder size was dramatically increased (2GB > ?).
    Has anyone had problems with these larger folders?
    My files are extremely important (clients' files) so safety and stability are more important to me than anything else (i.e. the simplicity of fewer partitions perhaps).
    Of course I could simply do a search for specs regarding this on Apple's website, but it would not indicate as to just how stable such huge folders have been for everyone.
    Thanks for any info on this.

    I went to
    http://en.wikipedia.org/wiki/HierarchicalFileSystem
    And I did carefully read the Apple white paper but still no where do I see a maximum folder size for within a volume
    So I can only assume there is no maximum... that is... that you can actually have literally all of your files and folders in a volume within one folder even if it takes up 90% of the volume's/partition's space.
    I originally posted this because rather than reformatting a couple of my hard drives... I was considering moving a couple of the partitions contents (each with around 40 GB of important files) to a larger partition and place each partition's contents in to individual folders. In-other-words... moving two 40 GB partitions to two separate folders within another 100 GB + partition. Thereby freeing up two 40 GB partitions without having to reformat my drives.
    Anyone see a problem with that?

  • Why does Time Machine folder sizes exceed physical capacity?

    I have a MAC G3 Server Serving multiple MACs as a Storage, Media Server, and Time Machine storage. These other external MACs are all running Version 10.8.3. Only the Storage server is running 10.5.8.
    All of the extenal Macs use Time Machine to backup to the served Storage media volume called "Time Machine".
    The physical size of the "Time Machine" volume is 2.0 TB.
    Yet when I am on the G3 Server, and perform a "Get Info" on the "Time Machine" volume, and also the folder that contains the Server's backups, the stored capacities exceed the physical capacity of the drive to which the volume resides.
    The single physical drive is 2.0 GB and only has one partition called "Time Machine". In the root directory of this volume there is the one folder called Backups.backupdb, and a .sparsebundle DMG file for each of the remote systems that are bing backed up by Time Machine.
    Each of the sparsebundles are well below the dirve's physical capacity, but both the local server's backup folder (Backups.backupdb) and the G3 server's local volume "Time Machine" show a used capcity that well exceeds the physical capacity of the drive on which it resides.
    For example, here is the information from "Get Info" on the Backups.backupdb folder on the "Time Machine" volume when viewed from all systems:
    Kind: Folder
    Size: 3,456,930,478,415 bytes (3.46 TB on disk) for 122,254 items
    But the Physical Volume "Get Info" shows this:
    Kind: Volume
    Capacity: 2.0 TB
    Available: 169.92 GB
    Used: 3,456,930,478,415 bytes (3.46 TB on disk) for 122,254 items
    (NOTE: this is identical to the size
    My guess is that there is some sort of deduplication involved.
    If so, I would like to know the type of deduplication is performed?
    Is it File Level deduplication, Block Level, or Content Level?
    Also, is the deduplication inhererant on the volume (File System) level, or only specifically for Time Machine, via symbolic links?
    Thank you in advance.
    Jeff Cameron

    This is due to the way Time Machine stores files. While there is only one copy of each version of each file stored, there are multple links to that file, and each link is reported in Get Info at its restored size.
    How Time Machine Works its Magic

  • Folder size is twice that of its contents????

    Startup Disk > Users > Username
    My Username folder shows a folder size that is just about double the size of all of its visible folders.  I can see this when viewed in the Finder in List View with Folder Size Shown as my default View setting.    Any idea how I can figure out what is going on?
    thanks
    Brad

    Topher,
    Before I saw your reply, I emptied my trash and that brought the folder size down to what it should be to match its contents.  I should have remembered that.  None the less, I did what you suggested once I read your message and here it is:
    total 2240
    drwxr-xrwx  34 brad  503       1156 Feb 27 16:13 .
    drwxr-xr-x   7 root  admin      238 Dec  1 08:00 ..
    -r--------   1 brad  503          7 Dec  1 07:48 .CFUserTextEncoding
    -rw-r--r--@  1 brad  503      12292 Mar  1 16:22 .DS_Store
    drwx------   5 brad  503        170 Mar  1 16:42 .Trash
    drwxr-x--x   4 brad  503        136 Apr 19  2011 .adobe
    drwxr-xr-x@  3 brad  503        102 Apr 27  2011 .autodesk
    -rw-------   1 brad  503        546 Feb 15  2012 .bash_history
    drwxr-xr-x   6 brad  503        204 Aug 28  2014 .blurb
    drwx------   3 brad  503        102 Feb 27  2014 .cache
    drwxr-xr-x   4 brad  503        136 Feb 27  2014 .config
    drwx------   3 brad  503        102 Dec  6  2010 .cups
    -rw-r--r--   1 brad  503    1109647 Sep 23  2011 .fonts.cache-1
    drwxr-xr-x   2 brad  503         68 Jun 18  2013 .gs5
    drwxr-xr-x   3 brad  503        102 Sep  6  2011 .local
    -rw-r--r--   1 brad  503        239 Sep  6  2011 .mailcap
    -rw-r--r--   1 brad  503        368 Sep  6  2011 .mime.types
    drwxr-xr-x   3 brad  503        102 Dec 18  2012 .viewcd
    -rw-r--r--   1 brad  503         90 Apr 17  2013 .vuescanrc
    drwxr-xr-x   8 brad  503        272 Jun 26  2014 .wapi
    drwxr-xr-x   4 brad  503        136 Dec  4 12:23 Applications
    drwx------@  3 brad  503        102 Dec 20 11:44 Creative Cloud Files
    drwx---rwx@ 40 brad  503       1360 Mar  1 16:48 Desktop
    drwx---rwx+  7 brad  503        238 Nov 12 18:30 Documents
    drwx------+  3 brad  503        102 Feb 20 16:42 Downloads
    drwx------@  4 brad  503        136 Feb 22 22:43 Google Drive
    drwxrwxr-x   5 brad  admin      170 Dec  7 18:07 Incompatible Software
    drwx------+ 66 brad  503       2244 Mar  1 15:07 Library
    drwx------+  5 brad  503        170 Sep 21 19:42 Movies

  • Search on Folder size?

    Hi, everyone.
    When I use command-F to search in Finder, the Folder Size option doesn't seem to work at all. Whenever I type some number (ie, greater than 1 kb), nothing was found. Is this function broken? Nor does the Size of Application or the File pathname work also.
    Thanks for any suggestions.

    Hi Tempura
    I believe that both Mike and I haven't yet to experience a corrupt index. Certainly in one case, I initiated it myself.
    Although there appears a number have, if you analyse the postings, you find that more than not, the issues are not related to corrupt indexes.
    Many issues are simply not understanding Spotlight, setting the Preference pane improperly, not letting Spotlight do a proper and complete indexing, messing around with the System prefs, not running Disk Utility to repair permissions after installing, updating or revising applications and the OS, insufficient ram, trying to index CDs, DVDs, servers, etc.
    Personally, I find Spotlight amazing fast and accurate except when I have forgotten that I had adjusted the Preferance pane. I have tested various third-party products, and have tossed them out. Not that I don't share their unique functionalities, I just haven't found it to be advantageous to have them on board. Note that if you do install any third-party app, check to see how it may affect Tiger and all its utilities. There are some that will reset the preferences including Spotlight's and its ability to index.
    If you haven't as yet, Apple and The XLab (the book especially) have some great stuff on Spotlight that is well worth reading. I say this, because no doubt, Spotlight is not going away and the introduction of Leopard will advance it even further, e.g., as described (http://www.apple.com/macosx/leopard/spotlight.html), and certainly in Time Machine.
    Good luck
    Daniel

Maybe you are looking for

  • Swf not loading all the way

    I used a flash gallery to embed on a site for school, and I cant get the swf file to load all the way. If you go to the actual file it works, but when i try to embed the file it jut says its loading page http://www.whatbethyname.com/portfolio.htm fil

  • Opening new window in xMII Portal navigation tree

    I'm doing a 5-level deep drilldown where each drilldown needs a new window (browser page). I do it with JavaScript and window.open(strURL); and xMII 11.5. This works well with "standalone" pages, but I would like to use xMII Portal navigation tree al

  • How can i use Oracle interMedia with Oracle forms  Urgent

    Hi all, I have a requirment from one of our client that they want to manage a large amount of Images,by seeing the documents about the oracle interMedia we got some idea to manage this images ,but the client is alredy having a software which is been

  • Error showing your device is not eligible

    Error showing your device is not eligible....im having iphone 3gs and im trying to update to ios 5 and this erroe is appearing...pls help.

  • Broken replication

    Dear all , I establish a Transaction with update and merge replication between two SQL 2005 servers. every thing is OK and working fine. but when the publisher/subscriber is broken, i tired to rebuild the replication because both DB (at publisher and