Linux Memory: Buffer vs Cache
Do you really understand the differences between buffer and cache?

Assuming you already know the definitions of “Buffer” and “Cache”:
- Buffers are temporary storage for raw disk blocks, that is, cache data write to disks, usually not very large (about 20MB). In this way, the kernel can centralize scattered writes and optimize disk writes…