You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a network share on my network that contains +-350TB/34 million files. The root listing is only 20 directories. I don't know if SFM is trying to automatically get the size of each directory (which I have turned off in settings), or what type of operation is happening, but when I try to access the share it just stays there as if loading but never finishes (I've waited quite a while). This happens even as a mounted network drive, so that I access it as a local letter.
SFM does not hang, but never shows anything. For comparison, Windows Explorer and xplorer2 have no issues at all on it.
Steps to reproduce
Open SFM
Click on mounted drive
Wait forever
Environment
OS: Windows 11 Enterprise, with all available updates deployed
App version: 1.7.0
The text was updated successfully, but these errors were encountered:
After some digging, I can add a few more details on this. Watching SFM activy with process monitor while this problem is happening, I see that it is repeatedly trying to get information on all the directories present at the root of the share. It just so happens that all of those are reparse points on the remote system, not regular directories. Again, sigma doesn't hang, it simply loops over all the entries on destination, over and over again.
These are the operations that are happening (as shown in process monitor):
IRP_MJ_QUERY_VOLUME_INFORMATION
IRP_MJ_QUERY_INFORMATION
IRP_MJ_CLEANUP
I assume those are operations triggered by whatever syscalls you're using to obtain information about the destination directories, and since they are not quite simple directories but reparse points, something is failing along the way.
Also, there is another related issue. SFM tries to create an entry (or the calls you're making try to create this) for the share under c:\Windows\CSC\v2.0.6\namespace<ip address of remote server<name of share>
The original permissions there are wrong, and SFM can not do that. After manually adding permissions for SFM to do this, it still hangs, but those entries get created for each visited share. I have never seen this behavior before.
Is there an existing issue for this?
Problem description
I have a network share on my network that contains +-350TB/34 million files. The root listing is only 20 directories. I don't know if SFM is trying to automatically get the size of each directory (which I have turned off in settings), or what type of operation is happening, but when I try to access the share it just stays there as if loading but never finishes (I've waited quite a while). This happens even as a mounted network drive, so that I access it as a local letter.
SFM does not hang, but never shows anything. For comparison, Windows Explorer and xplorer2 have no issues at all on it.
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: