Hacker News new | ask | show | jobs
by minitech 285 days ago
That doesn’t sound like the intended meaning of “on disk”.
1 comments

Kernel doesn't really care about "on disk", it cares about "on filesystem".

The "on disk" distinction is a simplification.

The kernel absolutely does care about the "on disk" distinction because it determines what driver to use.
The interface is handled by the kernel.