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
While FUSE does not seem to natively support Btime, osxfuse does. On Darwin currently all files/dirs on a FUSE file system show as "Created on" 1970-01-01. According to the author of osxfuse the fix could be rather simple:
FUSE for macOS sends FUSE_GETXTIMES messages to your user space file system daemon. You need to reply with the creation time.
If someone points me into the right direction I can try and make a PR.
Thanks for your reply. I tried for a couple of hours but this is beyond my skillset. I don't have the feeling I know what I'm doing which in this case I fear would be of advantage.
While FUSE does not seem to natively support
Btime
, osxfuse does. On Darwin currently all files/dirs on a FUSE file system show as "Created on"1970-01-01
. According to the author of osxfuse the fix could be rather simple:If someone points me into the right direction I can try and make a PR.
See also:
macfuse/macfuse#501
rfjakob/gocryptfs#229
The text was updated successfully, but these errors were encountered: