Recommended Posts

Are extended attributes handled, and if so, to what extent? For example, are resource forks synced between HFS+ file systems? Things could get tricky editing files across platforms.

If this isn't supported yet, I would like to add it to the wishlist, as a must have before use.

Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...
  • 7 months later...
  • 7 months later...
  • 10 months later...

From article:

 

  • Linux: xattr names MUST start with namespace (.used, .system, etc.) and cannot store more data than 1 filesystem block (usually 4Kb)

 

I Use KDE, and KDE (tags) attributes begins normally with user. Here is an example:
 
:~/Downloads$ getfattr -d KG1.pdf  
# file: KG1.pdf
user.baloo.rating="10"
user.xdg.comment="LLALALALA"
user.xdg.origin.url="http://www.kindergeld.org/download/KG1.pdf"
user.xdg.referrer.url="http://www.kindergeld.org/formulare.html"
user.xdg.tags="VASILIJ"

 
Seems KDE tagging and btsync are not compatible...
Is it very difficult too add support for user attributes?
Or whats is a problem to support all attributes?
Edited by bouillon
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.