[question] NTFS vs ReFS .. what will i lose ??

Discussion related to "Everything" 1.5 Alpha.
Post Reply
asamirid
Posts: 127
Joined: Sat Oct 13, 2018 12:28 pm

[question] NTFS vs ReFS .. what will i lose ??

Post by asamirid »

greetings 👋🏼👋🏼..

from my understanding and from scrabbing the forum here for while, i know that "everything" deeply relay on NTFS file system.

now iam consider converting one of my drive from NTFS to ReFS 👀..

what will i lose if i made the move to ReFS, features and performance wize ??

sorry if it's a noob question but i appreciate any help regarding that ..
void
Developer
Posts: 16745
Joined: Fri Oct 16, 2009 11:31 pm

Re: [question] NTFS vs ReFS .. what will i lose ??

Post by void »

For the initial indexing:

NTFS has a master file table which will make initial index very fast.
ReFS doesn't have a master file table, so the initial index can take several minutes.

The initial index is normally only done once.



For monitoring changes to the volumes:

Everything uses the USN Journal for both NTFS and ReFS volumes.
You will see the same performance for both volume types.



Everything supports both NTFS and ReFS volumes.
Post Reply