Hard link conditions in README
Opened this issue · 1 comments
medikoo commented
It would be good to add list of conditions that hard link must meet to README:
The file system must be journaled HFS+.
The parent directories of the source and destination must be different.
The source’s parent must not be the root directory.
The destination must not be in the root directory.
The destination must not be a descendent of the source.
The destination must not have any ancestor that’s a directory hard link.
Taken from: http://osxbook.com/blog/2008/11/09/hfsdebug-40-and-new-hfs-features/
selkhateeb commented
Can you create a pull request for this and I'll be happy to merge it.
Thank you