Jump to content

What do you mean "how many bytes is a folder"?

A folder takes no storage space on the disk. It is purely a file system abstraction. It exists as a pointer/reference in the file system's tree... It takes up some space in the file system tables/tree because it has a name, some security/permissions information and some other metadata. Other than that it doesn't take up space in the same sense that a file does. It doesn't really have a size...

Link to post
Share on other sites

1 hour ago, LukeTim said:

*snip*

 It doesn't really have a size...

Like you said, it takes space in the MFT (NTFS) so while it doesn't take disk space in the same sense that a file would, the name and properties of each and every folder do take some space on the disk but it's usually so small that it's not taken into account!

 

If someone is interested to see roughly the size of their NTFS MFT, NTFSinfo is a good tool, it's usually between 150 to 200 MB.

If you need help with your forum account, please use the Forum Support form !

Link to post
Share on other sites

20 hours ago, LukeTim said:

What do you mean "how many bytes is a folder"?

A folder takes no storage space on the disk. It is purely a file system abstraction. It exists as a pointer/reference in the file system's tree... It takes up some space in the file system tables/tree because it has a name, some security/permissions information and some other metadata. Other than that it doesn't take up space in the same sense that a file does. It doesn't really have a size...

So it would take some space in the file system tree for the date modified and name?

1474409643.6492558

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×