Computer Science, asked by mareeswaran9622, 10 months ago

What is the journaling concept in linux file system?

Answers

Answered by Anonymous
0

A journaling file system is a file system that keeps track of changes not yet committed to the file system's main part by recording the intentions of such changes in a data structure known as a "journal", which is usually a circular log.

Similar questions