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
ocl wrote:
I am trying to create a hardlink to a remote directory
but it gets rejected --even when I am doing it as root.
What am I doing wrong?
Trying to hardlink to a remote directory. Remote, I presume, means on a
different file system? If so, can't be done, use a symlink.
The reaso
I am trying to create a hardlink to a remote directory
but it gets rejected --even when I am doing it as root.
When I issue
ln -d
where "remote_folder_path" does exist.
This is the error message I get:
"Invalid cross-device link"
What am I doing wrong?
Cheers,
Ray
--
To UNSUBSCRIBE, email to
3 matches
Mail list logo