-
Notifications
You must be signed in to change notification settings - Fork 46
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
Any tips for linking across volumes? #19
Comments
same here,how to solve this problem? |
Hardlinks don't work across volumes. This is a classic unix and file system design issue. Its because hardlinks are file system feature, not an OS feature. You can create a symlink across volumes. (ln -s) and OSX has various other forms of links (aliases) that you can create across volumes. |
Should be added to the issues section of README? Creating pull request. |
Well its an issue with hardlinks in general, on every OS. On the otherhand, the limitation listed in the README (links under the same On Thu, Sep 4, 2014 at 5:33 AM, James Payne notifications@github.com
|
Crap... simple Alias won't work also. For example logic studio will download files again.. there was some kind of GUI utility for OSX to solve this, and as I remember it was hardlinking also... |
I get this error
╰─$ hardlink /Volumes/Nimbus/Box\ Sync Box\ Sync 1 ↵
hardlink: Cross-device link
The text was updated successfully, but these errors were encountered: