help to mount remote ubuntu filesystem

K V vale.kenny at gmail.com
Thu Jun 24 18:36:47 UTC 2010


Oh, and you need to know the IP of your 'gateway' or router from your ISP..
again, refer to the manual for your router.

On Thu, Jun 24, 2010 at 2:35 PM, K V <vale.kenny at gmail.com> wrote:

> If you have sshd installed on the remote system just do the following from
> your client terminal:
> sudo apt-get install sshfs
> mkdir /home/localuserid/some/mountpoint
> sshfs <remoteuserid>@<your_remote_IPaddy>:/some/directory
> /home/localuserid/some/mountpoint
>
> simple as that.. with one caveat;
> you have to have a rule forwarding port 22 to your destination machine if
> that machine is on a home network and has an IP that starts with 10 or 192.
> Refer to your router documentation on how to set up port forwarding on your
> router, or you can just hack around the interface until you find it, usually
> pretty straightforward once you see it.
>
> Currently I can watch all of my movies from pretty much anywhere I have my
> laptop and a decent pipe.  Pretty cool actually.
> Peace,
> V
>
>
> On Thu, Jun 24, 2010 at 2:20 PM, Florian Diesch <diesch at spamfence.net>wrote:
>
>> ning luwen <ningluwen at gmail.com> writes:
>>
>> >   I have tried to mount a remote ubuntu filesystem. Just follow this
>> >
>> http://www.simplehelp.net/2008/11/03/how-to-mount-a-remote-filesystem-in-ubuntu/
>> > , I found it is ok to mount.
>> >   I wander how can I do the same thing in the Terminal.
>> >   I have tried use command : "sudo mount me at remote_ip:remote_folder
>> > local_folder" or "sudo mount -t nft me at remote_ip:remote_folder
>> > local_folder", but this didn't work.
>>
>> Mount can't do that for ftp or ssh. Either install a FUSE based file
>> system like curlftpfs or use the GVFS command line utilities, e.g.
>>
>>  gvfs-mount ftp://ftp.example.com
>>
>> That does exactly the same as mounting that server from the GUI. It
>> gets mounted somewhere under ~/.gvfs/
>>
>>
>>
>>
>>   Florian
>> --
>> Any sufficiently advanced bug is indistinguishable from a feature.
>>   -- Rich Kulawiec
>>
>> --
>> ubuntu-users mailing list
>> ubuntu-users at lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20100624/7f155040/attachment.html>


More information about the ubuntu-users mailing list