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
Use fuse to mount to G disk, and it is very stuck after opening
According to my observation, when I open a directory, I will trigger the automatic download of video/image files in the directory (it may be that the window system needs to display thumbnails, and must first read all the contents of the file)
If there are many video/image files in the directory, they will crash directly and have no response until all the files are downloaded.
Is there any way to solve it? How can I not let it download automatically?
The text was updated successfully, but these errors were encountered:
Usually Explorer does this when you mount as disk file system. Mounting as network file system usually mitigates this problem. To mount as network file system use the VolumePrefix option.
Usually Explorer does this when you mount as disk file system. Mounting as network file system usually mitigates this problem. To mount as network file system use the VolumePrefix option.
this is my code : opts := []string{"-o", "volname=work", "-o", "FileSystemName=mywork"} mount := host.Mount(mp, opts)
Under Windows system:
Use fuse to mount to G disk, and it is very stuck after opening
According to my observation, when I open a directory, I will trigger the automatic download of video/image files in the directory (it may be that the window system needs to display thumbnails, and must first read all the contents of the file)
If there are many video/image files in the directory, they will crash directly and have no response until all the files are downloaded.
Is there any way to solve it? How can I not let it download automatically?
The text was updated successfully, but these errors were encountered: