hardlink icon indicating copy to clipboard operation
hardlink copied to clipboard

Hard link conditions in README

Open medikoo opened this issue 11 years ago • 1 comments

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/

medikoo avatar Dec 27 '12 13:12 medikoo

Can you create a pull request for this and I'll be happy to merge it. Thank you

selkhateeb avatar Jan 21 '13 19:01 selkhateeb