-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original Date/Time is changed when Copy / View #17
Comments
Unfortunately this is a bug of macOS that causes Preview to change file modification time (mtime) on an NFS volume |
Then, we can only wait and hope they will fix it. Thank you for your quick reply. |
Hey Alex @macos-fuse-t , thank you for all the work you've put in on getting the project this far. kexts are a pia!
I'm not a filesystem developer and don't know where to dig to help get this fixed. You say it's a bug in macOS, is the core OS using an old or buggy version of NFS? Has this been reported to Apple and is the core of the NFS open source? Looks like we're not alone here! https://apple.stackexchange.com/questions/452957/mac-quick-preview-change-file-datetime-in-nfs-shares Happy to do some grunt work to help get this solved if you need the help. |
I will report this bug although I'm pretty sure it was already reported in the past |
A workaround is available in 1.0.22 |
It is great news that For completeness could you also add |
|
How did you test? |
Also some reference to other project findings when dealing with NFS on macOS https://github.com/me-io/docker-machine-mac-nfs-mount/blob/master/README.md |
fuse-t with |
You should use with -o nomtime. noatime is for access time |
Try with a libfuse sample fusexmp_fh which would mirror your hard disk. |
Yes - but this is exactly what I want - to have mtime and prevent its changes by software like Finder trying to change atime. Actually I think this is the most common case - people usually do not care about atime and want mtime to be accurate. |
Correct, that's why you should mount with "-o nomtime". It won't change modify time when hitting Preview. Access time would still get updated. |
Yes it wont change - ever:) I want to know when I edited my file... But yes I do understand that people might have different requirement so great we have both options available. With |
Use experimental "-o backend=smb" which doesn't have this issue. I don't know what Mountain Duck is or how it works. |
Thanks for create this great module,
I have a problem with Original Date/Time is changed when Copy / Viewing. I created an issue in Cryptomator also ->
cryptomator/cryptomator#2700
Here is what I got :
When Copy
When Preview in Finder according to julesallen
The text was updated successfully, but these errors were encountered: