|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
| |||
| Inaccurate File and Byte Count in File Explorer: a bug? I wonder if I've discovered a bug in File Explorer in Windows XP Home Edition SP2. When I click on the folder name on the left in the file tree I see a TOTAL different number of files and bytes (sic) than is reflected in reality. Indeed, the status bar as the bottom of the file window indicates a different number and byte count. Is this a known issue? Or is something else going on for me? |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? try running a chkdsk and see if the results change... "Shawnews" <kbtaverner@shaw.ca> wrote in message news:u45DrxSWHHA.4404@TK2MSFTNGP03.phx.gbl... I wonder if I've discovered a bug in File Explorer in Windows XP Home Edition SP2. When I click on the folder name on the left in the file tree I see a TOTAL different number of files and bytes (sic) than is reflected in reality. Indeed, the status bar as the bottom of the file window indicates a different number and byte count. Is this a known issue? Or is something else going on for me? |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? "Shawnews" <kbtaverner@shaw.ca> wrote in message news:u45DrxSWHHA.4404@TK2MSFTNGP03.phx.gbl... > I wonder if I've discovered a bug in File Explorer in Windows XP Home > Edition SP2. When I click on the folder name on the left in the file tree I > see a TOTAL different number of files and bytes (sic) than is reflected in > reality. Indeed, the status bar as the bottom of the file window indicates a > different number and byte count. Is this a known issue? Or is something else > going on for me? > The number of files shown depends on the presence of hidden files and if you configured Explorer to show or to hide them. Explorer calculates the amount of space used by taking the number of bytes per file, then dividing that number by 1024 (to show kBytes) or by 1024x1024 (to show MBytes), then adding up all the numbers. This is based on a long standing discrepancy in computing: Whether 1 MByte is 1,000,000 bytes or 1,048,576. It causes some people to complain that their new hard disk does not have the stated capacity. |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? Nope. Thanks for the suggestion. But I have hidden files enabled. So that isn't an issue. I wonder if it could be a shell extension that's distorting the stats.... "Pegasus (MVP)" <I.can@fly.com> wrote in message news:Ozj%23nDTWHHA.4720@TK2MSFTNGP04.phx.gbl... > > "Shawnews" <kbtaverner@shaw.ca> wrote in message > news:u45DrxSWHHA.4404@TK2MSFTNGP03.phx.gbl... >> I wonder if I've discovered a bug in File Explorer in Windows XP Home >> Edition SP2. When I click on the folder name on the left in the file tree > I >> see a TOTAL different number of files and bytes (sic) than is reflected >> in >> reality. Indeed, the status bar as the bottom of the file window >> indicates > a >> different number and byte count. Is this a known issue? Or is something > else >> going on for me? >> > > The number of files shown depends on the presence of hidden > files and if you configured Explorer to show or to hide them. > > Explorer calculates the amount of space used by taking the > number of bytes per file, then dividing that number by 1024 > (to show kBytes) or by 1024x1024 (to show MBytes), then > adding up all the numbers. This is based on a long standing > discrepancy in computing: Whether 1 MByte is 1,000,000 > bytes or 1,048,576. It causes some people to complain that > their new hard disk does not have the stated capacity. > > |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? i like to see big letters and see posting from others with bolded or italics or gifs.... it's a good feature that i like and available to everyone using outlook.... - db "Augustus" <no_one@nowhere.net> wrote in message news:GGoEh.100656$Fd.85491@edtnps90... >:try running a chkdsk and >see if the results change... Why do insist in repeated posting in HTML format? |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? I think what you are referring to is the actual file size differing from the storage space used on your computer. When formatted, your hard drive is divided into clusters and the size of the cluster is dependent on the file system used (the default cluster size for NTFS is 512 bytes). Think of a cluster as a container, and each container can hold one file or a piece of a larger file. If you create a 10 byte text file, it will actually be taking up 512 bytes of space (using the default size in NTFS). If you have a 600 byte file, it will actually be taking up 1k (1024 bytes) of hard drive space, or two clusters. It seems wasteful, and it is if you have a large number of small files, but with large files it is mostly irrelevant. If you right-click on your folder in question and select properties you will see "size" and "size on disk". The former showing the actual size of your file(s) and the latter showing how much disk space is actually being used. Shawnews wrote: > I wonder if I've discovered a bug in File Explorer in Windows XP Home > Edition SP2. When I click on the folder name on the left in the file > tree I see a TOTAL different number of files and bytes (sic) than is > reflected in reality. Indeed, the status bar as the bottom of the > file window indicates a different number and byte count. Is this a > known issue? Or is something else going on for me? |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? Thank you for this! Most helpful. Now I know the difference between those two numbers I'm seeing....despite the momentary diversion with large characters in another reply. "GO" <aa533@remove.this.chebucto.ns.ca> wrote in message news:uprCYhTWHHA.2212@TK2MSFTNGP02.phx.gbl... >I think what you are referring to is the actual file size differing from >the > storage space used on your computer. When formatted, your hard drive is > divided into clusters and the size of the cluster is dependent on the file > system used (the default cluster size for NTFS is 512 bytes). Think of a > cluster as a container, and each container can hold one file or a piece of > a > larger file. If you create a 10 byte text file, it will actually be > taking > up 512 bytes of space (using the default size in NTFS). If you have a 600 > byte file, it will actually be taking up 1k (1024 bytes) of hard drive > space, or two clusters. It seems wasteful, and it is if you have a large > number of small files, but with large files it is mostly irrelevant. If > you right-click on your folder in question and select properties you will > see "size" and "size on disk". The former showing the actual size of your > file(s) and the latter showing how much disk space is actually being used. > > > > Shawnews wrote: >> I wonder if I've discovered a bug in File Explorer in Windows XP Home >> Edition SP2. When I click on the folder name on the left in the file >> tree I see a TOTAL different number of files and bytes (sic) than is >> reflected in reality. Indeed, the status bar as the bottom of the >> file window indicates a different number and byte count. Is this a >> known issue? Or is something else going on for me? > > |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? Shawnews wrote: > Thank you for this! Most helpful. Now I know the difference between > those two numbers I'm seeing....despite the momentary diversion with > large characters in another reply. But be aware that the message below is not accurate. The default NTFS cluster size is 4K-bytes, not 512 bytes. -- Ken Blake - Microsoft MVP Windows: Shell/User Please reply to the newsgroup > "GO" <aa533@remove.this.chebucto.ns.ca> wrote in message > news:uprCYhTWHHA.2212@TK2MSFTNGP02.phx.gbl... >> I think what you are referring to is the actual file size differing >> from the >> storage space used on your computer. When formatted, your hard >> drive is divided into clusters and the size of the cluster is >> dependent on the file system used (the default cluster size for NTFS >> is 512 bytes). Think of a cluster as a container, and each >> container can hold one file or a piece of a >> larger file. If you create a 10 byte text file, it will actually be >> taking >> up 512 bytes of space (using the default size in NTFS). If you have >> a 600 byte file, it will actually be taking up 1k (1024 bytes) of >> hard drive space, or two clusters. It seems wasteful, and it is if >> you have a large number of small files, but with large files it is >> mostly irrelevant. If you right-click on your folder in question >> and select properties you will see "size" and "size on disk". The >> former showing the actual size of your file(s) and the latter >> showing how much disk space is actually being used. Shawnews wrote: >>> I wonder if I've discovered a bug in File Explorer in Windows XP >>> Home Edition SP2. When I click on the folder name on the left in >>> the file tree I see a TOTAL different number of files and bytes >>> (sic) than is reflected in reality. Indeed, the status bar as the >>> bottom of the file window indicates a different number and byte >>> count. Is this a known issue? Or is something else going on for me? |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? Your welcome. Shawnews wrote: > Thank you for this! Most helpful. Now I know the difference between > those two numbers I'm seeing....despite the momentary diversion with > large characters in another reply. > > > "GO" <aa533@remove.this.chebucto.ns.ca> wrote in message > news:uprCYhTWHHA.2212@TK2MSFTNGP02.phx.gbl... >> I think what you are referring to is the actual file size differing >> from the >> storage space used on your computer. When formatted, your hard >> drive is divided into clusters and the size of the cluster is >> dependent on the file system used (the default cluster size for NTFS >> is 512 bytes). Think of a cluster as a container, and each >> container can hold one file or a piece of a >> larger file. If you create a 10 byte text file, it will actually be >> taking >> up 512 bytes of space (using the default size in NTFS). If you have >> a 600 byte file, it will actually be taking up 1k (1024 bytes) of >> hard drive space, or two clusters. It seems wasteful, and it is if >> you have a large number of small files, but with large files it is >> mostly irrelevant. If you right-click on your folder in question >> and select properties you will see "size" and "size on disk". The >> former showing the actual size of your file(s) and the latter >> showing how much disk space is actually being used. >> >> >> >> Shawnews wrote: >>> I wonder if I've discovered a bug in File Explorer in Windows XP >>> Home Edition SP2. When I click on the folder name on the left in >>> the file tree I see a TOTAL different number of files and bytes >>> (sic) than is reflected in reality. Indeed, the status bar as the >>> bottom of the file window indicates a different number and byte >>> count. Is this a known issue? Or is something else going on for me? |
| |||
| Re: Inaccurate File and Byte Count in File Explorer: a bug? My bad! You're right, not sure what I was thinking. :) Ken Blake, MVP wrote: > But be aware that the message below is not accurate. The default NTFS > cluster size is 4K-bytes, not 512 bytes. > > > Shawnews wrote: > >> Thank you for this! Most helpful. Now I know the difference between >> those two numbers I'm seeing....despite the momentary diversion with >> large characters in another reply. > > >> "GO" <aa533@remove.this.chebucto.ns.ca> wrote in message >> news:uprCYhTWHHA.2212@TK2MSFTNGP02.phx.gbl... >>> I think what you are referring to is the actual file size differing >>> from the >>> storage space used on your computer. When formatted, your hard >>> drive is divided into clusters and the size of the cluster is >>> dependent on the file system used (the default cluster size for NTFS >>> is 512 bytes). Think of a cluster as a container, and each >>> container can hold one file or a piece of a >>> larger file. If you create a 10 byte text file, it will actually be >>> taking >>> up 512 bytes of space (using the default size in NTFS). If you have >>> a 600 byte file, it will actually be taking up 1k (1024 bytes) of >>> hard drive space, or two clusters. It seems wasteful, and it is if >>> you have a large number of small files, but with large files it is >>> mostly irrelevant. If you right-click on your folder in question >>> and select properties you will see "size" and "size on disk". The >>> former showing the actual size of your file(s) and the latter >>> showing how much disk space is actually being used. Shawnews wrote: >>>> I wonder if I've discovered a bug in File Explorer in Windows XP >>>> Home Edition SP2. When I click on the folder name on the left in >>>> the file tree I see a TOTAL different number of files and bytes >>>> (sic) than is reflected in reality. Indeed, the status bar as the >>>> bottom of the file window indicates a different number and byte >>>> count. Is this a known issue? Or is something else going on for me? |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't delete 0 byte file, with no file type | michaeld121@hotmail.com | Windows XP | 18 | 06-03-2008 11:20 AM |
| zero byte tmp file on the desktop | sgopus | Windows XP | 4 | 02-13-2008 05:41 AM |
| Zip file data loss, zero-byte file | Paul A. | Windows Vista | 0 | 05-07-2007 05:20 AM |
| inaccurate unread mail count at windows xp login | gardenerstouch | Windows XP | 1 | 04-01-2007 01:45 PM |
| 0 byte file | Mike O'Brien | Windows XP | 5 | 01-30-2007 08:15 PM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |