Mac aliases


mledwards34

Recommended Posts

mledwards34, MacOS uses extended attributes for Aliases without them MacOS won't know that some file is the Alias. Information about them stored in the ._DS_Store file. You can try removing "._DS_Store" string from .sync/IgnoreList which is located in your folder.

If it doesn't help you can try creating symlinks with this command in the terminal:

ln -s "path_to_folder" "symlink_name"

Please note that in both cases folder should exist on both computers with the same path or symlink/alias would be broken.

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.