Re: Hardlinks to remote directories

2004-12-11 Thread Jules Dubois
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

Re: Hardlinks to remote directories

2004-12-11 Thread Steve Lamb
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

Hardlinks to remote directories

2004-12-11 Thread ocl
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