What is the Metadata stored with file and block storage? I assume that file storage has metadata regarding to the hierarchical nature of file system like,what files,what directories,files/sub-directories in directories and other metadata like creation date/permissions etc.
Now in block storage,from user perspective, we see file system arranged in hierarchical nature.But does block storage provide this as inbuilt feature?I think block storage does not know about hierarchical nature of file system. It can just break file in chunks and store it and while retrieving, it can combine and send a single file. So,my question is :
- Who exactly maintains hierarchical information in block storage?
- Who maintains metadata like creation date/last updated/permissions in block storage?