Primer on file and block level access

Primer on file and block level access

Question: Would you explain briefly about file level and block level access?

    Requires Free Membership to View

    When you register for SearchStorage.com, you’ll also receive targeted emails from my team of award-winning editorial writers. Our goal is to keep you informed on the hottest topics, the latest news and the biggest challenges you face as a storage professional today.

    Rich Castagna, Editorial Director

    By submitting your registration information to SearchStorage.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchStorage.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Sure.

Storage devices use block addresses to figure out where data is stored on them. To get something on or off a storage device, you use its block address. People don't use blocks, file systems and databases use them because they are too complicated for mortals.

Block access is access made by a file system or database (if it's not using a file system) for data. Block access has no knowledge of the file or object -- it just moves data in and out of "block containers."

Files are abstractions made by file systems in an attempt to make it easier for mortals to store and retrieve data.

Files are accessed by "semantics" instructions that tell a file system what to do. Data inside files is accessed by byte-ranges within the file (for instance, the first 20 bytes of a file). File access is made when an application or user submits an instruction to a file system to do something with the data in a file. File access specifies the file that is being worked with.

Regards,
Marc

Editor's note: Do you agree with this expert's response? If you have more to share, post it in one of our .bphAaR2qhqA^0@/searchstorage>discussion forums.

This was first published in June 2003