On Sun, 12 Dec 2004 04:46:46 +0200, ocl wrote: > I am trying to create a hardlink to a remote directory > but it gets rejected
Hard links must be on the same filesystem as the target. Hard links to
directories are (almost certainly) rejected.
> What am I doing wrong?
You can't do that. If you need a link, use a symbolic ("soft") link.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

