Extents
Everything on SkillVeris tagged Extents — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is ext4 and What Improvements Does It Bring?
ext4 is the default Linux file system that improves on ext3 by using extents instead of pure block-mapping for large files, adding delayed allocation and multi…
What are File Allocation Methods in an OS?
File allocation methods are the strategies a file system uses to map a file’s logical blocks onto physical disk blocks, and the three classic approaches are co…