Re: The WEP thing

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: plug-discuss
Subject: Re: The WEP thing
On Wed, 2005-02-02 at 16:55 -0700, Lee Einer wrote:
> I have a PC running Mandrake Linux 8.2, and a laptop running Simply
> Mepis. Both are connected to a D-Link 624 router, the PC via cable, the
> laptop via wireless card. I would like to back up my home directory on
> the PC to my laptop through the router.
>
> Is this feasible, and what do I need to do to accomplish it?

----
from the 'server'
# cat /etc/exports
/home (insecure,no_root_squash,rw)

then the 'client'
# a single line in /etc/fstab
linuxserver.azapple.com:/home /home/linuxserver nfs user 0 0

or you can do this manually...
mount -t nfs linuxserver.azapple.com:/home /home/linuxserver

files you may wish to check for options...
man mount
man exports

this is all as root. /home/linuxserver has to
exist...mkdir /home/linuxserver first before you can mount it there.

Craig

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss