Hello! I've written a program that does checksums for my files on a stablebit drive pool. It uses the NTFS id for the file as an identifier. https://learn.microsoft.com/en-us/windows/win32/api/fileapi/ns-fileapi-by_handle_file_information?redirectedfrom=MSDN
I notice across scans that the ntfs id for the file is changed, even if no changes were made to the file (file was not replaced either). Is this expected behavior?
My workaround is just to scan the drives directly rather than the pool.