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
when i using samba server read then file under the fuse mount point, it get the file attributes by getattr function in fuse, use the file attribute block info to calculate the file size. but the adapter [co.paralleluniverse.javafs.FuseFileSystemProvider] does not complete set the file block info int stat struct.this issue making samba server uncorrectable read/write file.
when i using samba server read then file under the fuse mount point, it get the file attributes by getattr function in fuse, use the file attribute block info to calculate the file size. but the adapter [co.paralleluniverse.javafs.FuseFileSystemProvider] does not complete set the file block info int stat struct.this issue making samba server uncorrectable read/write file.
fix it:
function:[co.paralleluniverse.javafs.FuseFileSystemProvider.getattr]
The text was updated successfully, but these errors were encountered: