You are not logged in.

#1 2007-10-23 07:33:24

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

remote symlink

How to make a symlink to a remote (LAN)  machine. I tried but not correct.

ln -s fish://192.168.0.22/ rasat

An error occurred while loading file:///root/rasat:
The file or folder /root/rasat does not exist.


Markku

Offline

#2 2007-10-23 15:57:16

tomato
Member
Registered: 2007-09-20
Posts: 72

Re: remote symlink

AFAIK it's not possible

if you want to mount another machine's root through ssh try sshfs:

sshfs user@192.168.0.1:/ /my/mount/point

you need to install fuse and sshfs beforehand
and then load fuse kernel module to use it

hope it helps!


sorry for my miserable english, it's my third language ; )

Offline

#3 2007-10-23 20:03:50

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: remote symlink

Thanks! It works well.


Markku

Offline

Board footer

Powered by FluxBB