Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
28 views

Definition of a file system [duplicate]

I'm trying to understand what is exactly a file system. I found various answers on the web including the ones provided here: Is a file system just the layout of folders?. While these answers provide ...
yusuf's user avatar
  • 1
3 votes
3 answers
4k views

File system "extents" and "clusters"

I'm trying to learn about HFS+ and it keeps referring to "extents." Wikipedia Fork Data Attribute records contain references to a maximum of eight extents that can hold larger attributes. ...
rubixibuc's user avatar
  • 2,112
4 votes
2 answers
2k views

When referring to filesystems and disks, are "disk sectors", "disk blocks", "chunk size", and "disk records" the same thing?

I'm pretty sure that a sector is basically a block, but I was moreso confused about chunk sizes and especially records. Some system calls require that your area in memory that buffers data from disk ...
Kaitlyn Mcmordie's user avatar
8 votes
3 answers
10k views

What do we mean by mounting a filesystem?

I am new to filesystems and trying to understand mounting. Is it something like adding a node in tree?
user avatar