If you have sshd installed on the remote system just do the following from your client terminal:<br>sudo apt-get install sshfs<br>mkdir /home/localuserid/some/mountpoint<br>sshfs <remoteuserid>@<your_remote_IPaddy>:/some/directory /home/localuserid/some/mountpoint<br>
<br>simple as that.. with one caveat;<br>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.<br>
<br>Currently I can watch all of my movies from pretty much anywhere I have my laptop and a decent pipe. Pretty cool actually.<br>Peace,<br>V<br><br><div class="gmail_quote">On Thu, Jun 24, 2010 at 2:20 PM, Florian Diesch <span dir="ltr"><<a href="mailto:diesch@spamfence.net">diesch@spamfence.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">ning luwen <<a href="mailto:ningluwen@gmail.com">ningluwen@gmail.com</a>> writes:<br>
<br>
> I have tried to mount a remote ubuntu filesystem. Just follow this<br>
> <a href="http://www.simplehelp.net/2008/11/03/how-to-mount-a-remote-filesystem-in-ubuntu/" target="_blank">http://www.simplehelp.net/2008/11/03/how-to-mount-a-remote-filesystem-in-ubuntu/</a><br>
> , I found it is ok to mount.<br>
> I wander how can I do the same thing in the Terminal.<br>
> I have tried use command : "sudo mount me@remote_ip:remote_folder<br>
> local_folder" or "sudo mount -t nft me@remote_ip:remote_folder<br>
> local_folder", but this didn't work.<br>
<br>
Mount can't do that for ftp or ssh. Either install a FUSE based file<br>
system like curlftpfs or use the GVFS command line utilities, e.g.<br>
<br>
gvfs-mount <a href="ftp://ftp.example.com" target="_blank">ftp://ftp.example.com</a><br>
<br>
That does exactly the same as mounting that server from the GUI. It<br>
gets mounted somewhere under ~/.gvfs/<br>
<br>
<br>
<br>
<br>
Florian<br>
<font color="#888888">--<br>
Any sufficiently advanced bug is indistinguishable from a feature.<br>
-- Rich Kulawiec<br>
</font><div><div></div><div class="h5"><br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>