Skip to content
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

Open
jmandala opened this issue Jul 11, 2014 · 5 comments
Open

Any tips for linking across volumes? #19

jmandala opened this issue Jul 11, 2014 · 5 comments

Comments

@jmandala
Copy link

I get this error

╰─$ hardlink /Volumes/Nimbus/Box\ Sync Box\ Sync 1 ↵
hardlink: Cross-device link

@guoyida
Copy link

guoyida commented Aug 27, 2014

same here,how to solve this problem?

@dragonfax
Copy link
Contributor

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.

@jamespayne
Copy link
Contributor

Should be added to the issues section of README? Creating pull request.

@dragonfax
Copy link
Contributor

Well its an issue with hardlinks in general, on every OS.

On the otherhand, the limitation listed in the README (links under the same
directory root) is a weird osx specific issue.

On Thu, Sep 4, 2014 at 5:33 AM, James Payne notifications@github.com
wrote:

Should be added to the issues section of README?


Reply to this email directly or view it on GitHub
#19 (comment).

@holms
Copy link

holms commented Jan 19, 2017

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants