Computer Science, asked by amir5195, 1 year ago

Explain the term ‘journaling’. Name and explain two file systems which use journaling.

Answers

Answered by omegads04
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