Question:
What is NTFS journaling?
SkeetOnYoChick
2007-10-02 11:56:38 UTC
What is NTFS journaling?
Four answers:
Answer Here
2007-10-02 12:18:38 UTC
==============================

"NTFS journaling" refers to the NTFS change journal which provides a persistent log of changes made to files on a volume. NTFS maintains the change journal by tracking information about added, deleted, and modified files for each volume.



An automatic backup application is one example of a program that must check for changes to the state of a volume to perform its task. The brute force method of checking for changes in directories or files is to scan the entire volume. However, this is often not an acceptable approach because of the decrease in system performance it would cause.



Also, if a large number of directories and files must be backed up, the amount of processing and memory overhead for such an application might also cause the operating system's performance to decrease.



To avoid these disadvantages, the NTFS file system maintains a change journal. When any change is made to a file or directory in a volume, the change journal for that volume is updated with a description of the change and the name of the file or directory.



Change journals are also needed to recover file system indexing - for example after a computer or volume failure. The ability to recover indexing means the file system can avoid the time-consuming process of reindexing the entire volume in such cases.

==============================
?
2016-11-11 04:54:00 UTC
Ntfs Journaling
Lucine
2015-08-15 17:50:45 UTC
This Site Might Help You.



RE:

What is NTFS journaling?

What is NTFS journaling?
2016-03-17 12:53:16 UTC
This is the file system developed by microsoft concerning the purposes of security, compression, reliability, protection and larger volume size support. Previously, fat and fat32 dont provide any security, any one command any thing in FAT and FAT32 while NTFS doesnt permit anyone if account created with strong password. It includes also permission features for different level of security. One can encrypts files also on it. And it is also the good at hard drive volume consistency. For this it using standard transaction logging and recovery techniques. If system shut downs improperly then it doesnt scan everytime at restarting because it proved very well at maintainnig the partition. This is my personal experince too. It is also performing well if your HDD has bad cluster, it will manage them also


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...