You may find a hidden file named desktop.ini in those folders. The autorun
feature writes it.

Signature
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer
Mark L. Ferguson
.
I don't think a hidden desktop.ini explains the difference. I use the
following command to create a directory of archived data on CD / DVD for
later searching:
dir /w /s /A /OGN > [filename]
I believe using this syntax, all types of files should be included in the
directory output, including system and hidden files.
Here's an example output:
=======================================
Directory of F:\PDF_120605
02/07/2007 01:03 PM <DIR> .
02/07/2007 01:03 PM <DIR> ..
12/06/2005 05:20 PM 799,804 Figure-1.pdf
1 File(s) 801,288 bytes
=======================================
Though the folder only has one file, the total bytes for the folder is
larger than the bytes for the file, so bytes for the . and .. folders is
being included.
Here is an example from an empty folder:
=======================================
Directory of F:\Projects\Modeling
02/07/2007 12:45 PM <DIR> .
02/07/2007 12:48 PM <DIR> ..
0 File(s) 1,060 bytes
=======================================
> You may find a hidden file named desktop.ini in those folders. The autorun
> feature writes it.
Jim Dell - 23 May 2008 12:32 GMT
> I don't think a hidden desktop.ini explains the difference. I use the
> following command to create a directory of archived data on CD / DVD for
[quoted text clipped - 30 lines]
>> You may find a hidden file named desktop.ini in those folders. The autorun
>> feature writes it.
I think the space might be for the file system itself. Record a CD or
DVD with no files on it and see how much space is taken up.
Jim