Before embedding filter data, I would like to check the following NTFS settings:
1) 8.3 naming status (this is disabled using fsutil behavior set disable8dot3 1)
2) last access status (this is disabled using fsutil behavior set disablelastaccess 1)
3) cluster size (this is set using format F: /FS:NTFS /V:MyFILESTREAMContainer /A:64K)
Fresh flow control should disable (1) and (2) and set (3) to 64 KB.
But before setting this, I would like to know the existing settings. How to check it? The answer may be in Delphi, but not necessarily.
source
share