Re: networking ?



Dennis wrote:
I would like to access files on my Desktop from my laptop. Can
anyone explain how I can do this or to a site that will explain this in
simple detail. I have a router and use DSL to connect to the Internet.
I use Feisty on both computers. when I click 'Connect to Server' - I
already stuck on what 'Service type' to use. --yes I'm new

There are at least 2 options, nfs and ssh. With ssh you can copy
individual files from one machine to another. With nfs you can mount
directories from one machine on the other machine.

For ssh you need a ssh server on the remote machine, i.e. on your desktop.
Install package openssh-server on the desktop. Then you can use the
command scp in a terminal on your laptop to copy files. For more info
about the scp command type "man scp" (without quotes) in a terminal. If
you use konqueror, you can access files on the remote machine with a URL
like <fish://login@machine> where you replace login with your username on
the desktop and machine with the IP address of the desktop. I don't know
if something similar is available for GNOME.

If you want to mount (parts of) the filesystem of your desktop to your
laptop, install the packages nfs-kernel-server and portmap on your
desktop. You should edit /etc/exports on your desktop to define which
part of the file system is visible to other machines. Use the
command "man exports" in a terminal on your desktop for details about
that file. Then you can use the mount command on your laptop to mount the
directories from your desktop (see "man mount" for details).


Nils

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: rsync and removable devices
    ... or mount the device on a know folder es: ... box> removable drive> laptop. ... can't do is find an rsync command that will address the removable drive. ...
    (Fedora)
  • Re: Local names resolution
    ... > to type the command: ... > ssh 192.168.0.1 because ssh athlon doesn't work. ... > on laptop to let it know that athlon refers to 192.168.0.1. ...
    (alt.os.linux)
  • [opensuse] Clueless about SSH
    ... On my laptop, I've run ssh-keygen, and I've copied the contents of ... when I issue the command ... ssh desktop_user@desktop I get the following error message ...
    (SuSE)
  • Re: Local names resolution
    ... > Whenever I want to open an ssh connection from laptop to athlon, ... > type the command: ... > ssh 192.168.0.1 because ssh athlon doesn't work. ...
    (alt.os.linux)
  • NFS mounts on startup fail in SuSE 9.1
    ... laptop using the 'mount -a' command after booting. ... My virtue of the -a extension, shouldn't these mount ...
    (alt.os.linux.suse)