Re: Where are my bytes hiding?

2016-05-05 Thread Jens Alfke
> On May 5, 2016, at 12:01 PM, Martin Wierschin wrote: > > Is there any way a user file might be compressed in such a way through normal > user actions? Yes, there are various user-level utilities for compressing files, like Clusters (http://clustersapp.com

Re: Where are my bytes hiding?

2016-05-05 Thread Gary L. Wade
Extended attributes have been part of the Macintosh operating system in a few different forms since 1984. Up until Mac OS 9, the only alternative was a resource fork. In Mac OS 9, named forks were introduced, although only data and resource were practically available, and under the Mac's

Re: Where are my bytes hiding?

2016-05-05 Thread Chris Ridd
> On 5 May 2016, at 20:01, Martin Wierschin wrote: > >> Those files are compressed by the filesystem. In HFS+/MacOS Extended that >> means that the data fork is empty and the file contents are stored in the >> resource fork or extended attributes structure. >> >>

Re: Where are my bytes hiding?

2016-05-05 Thread Charles Srstka
> On May 5, 2016, at 2:01 PM, Martin Wierschin wrote: > >> Those files are compressed by the filesystem. In HFS+/MacOS Extended that >> means that the data fork is empty and the file contents are stored in the >> resource fork or extended attributes structure. >> >>

Re: Where are my bytes hiding?

2016-05-05 Thread Martin Wierschin
> Those files are compressed by the filesystem. In HFS+/MacOS Extended that > means that the data fork is empty and the file contents are stored in the > resource fork or extended attributes structure. > > http://wiki.sleuthkit.org/index.php?title=HFS#HFS.2B_File_Compression Huh, that's

Re: Where are my bytes hiding?

2016-05-05 Thread Greg Weston
> Second question: > Finder says about the containing folder: 11,239 bytes (33 KB on disk) for 9 > items > 11,239 = sum of TotalFileSizes of the 8 files in this folder. > But where do the “33 KB on disk” come from? 8 times “Zero bytes on disk” > should be zero, shouldn’t it? Surely "xxx on

Re: Where are my bytes hiding?

2016-05-05 Thread Jens Alfke
> On May 5, 2016, at 4:38 AM, Gerriet M. Denkmann wrote: > > The sum of all decmpfs in the folder is 4057 bytes - still no idea how Finder > gets its: “29 KB on disk” . Any file, even if empty, occupies at least one 4k disk sector. In this case I would guess there are 7

Re: Where are my bytes hiding?

2016-05-05 Thread Gerriet M. Denkmann
> On 5 May 2016, at 13:13, Stephen J. Butler wrote: > > Those files are compressed by the filesystem. In HFS+/MacOS Extended that > means that the data fork is empty and the file contents are stored in the > resource fork or extended attributes structure. > >

Re: Where are my bytes hiding?

2016-05-05 Thread Stephen J. Butler
Those files are compressed by the filesystem. In HFS+/MacOS Extended that means that the data fork is empty and the file contents are stored in the resource fork or extended attributes structure. http://wiki.sleuthkit.org/index.php?title=HFS#HFS.2B_File_Compression If it's in the extended

Where are my bytes hiding?

2016-05-04 Thread Gerriet M. Denkmann
I just did: > cd > /Applications/Xcode.app/Contents/Developer/Documentation/DocSets/com.apple.adc.documentation.watchOS.docset/Contents/Resources/Tokens/C/tag/- > > ls -skl There are 8 files. Finder → File → Get Info → Size: has for each: xxx bytes (Zero bytes on disk), where “xxx” is the