hardlink
hardlink copied to clipboard
Any tips for linking across volumes?
I get this error
╰─$ hardlink /Volumes/Nimbus/Box\ Sync Box\ Sync 1 ↵ hardlink: Cross-device link
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 directory root) is a weird osx specific issue.
On Thu, Sep 4, 2014 at 5:33 AM, James Payne [email protected] wrote:
Should be added to the issues section of README?
— Reply to this email directly or view it on GitHub https://github.com/selkhateeb/hardlink/issues/19#issuecomment-54466828.
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...