macOS: Date Modified, Date Created, etc, all sync. Comments do not.

Get help for specific problems
Posts: 2
Joined: 20 Mar 2023

calinight@yahoo.com

Greetings, I'm on a Mac. I put extensive notes in the "Comments" section in my file data. "Date Modified", "Date Created", "Size", "Kind", etc, all sync. My "Comments" do not. Is this a known, unsupported issue, or is there a fix? Thanks!
Posts: 2
Joined: 20 Mar 2023

calinight@yahoo.com

Thank you for the links. Looks like there has been some related issues but no info on FFS. Still hoping to hear some fixes or workarounds.
User avatar
Site Admin
Posts: 7506
Joined: 9 Dec 2007

Zenju

According to the following article, Finder comments are stored in both .DS_Store and a file's extended attributes.

https://eclecticlight.co/2020/11/06/finder-comments-worth-avoiding/

• .DS_Store is excluded by FFS by default, but you can change the filter manually.
• extended attributes are copied by FFS by default, unless the target file system does not support them. (There's the workaround of AppleDouble files ._, but FFS does not allow creating them at this time)

In my tests, both .DS_Store and the "com.apple.metadata:kMDItemFinderComment" attribute are copied correctly, but Finder still won't show the comment. I have no idea why.