On Sat, 19 Oct 2002 11:54:10 -0700
"Randall J. Parr" <[EMAIL PROTECTED]> wrote:

> I am trying to use NFS to transfer data between a RH 7.3 (s7) and an RH 
> 8.0 (s8) system.
> 
> I have tried the following on both system (ie coming from both directions).
> [only the names have been changed to proected the innocent]
> 
> /etc/exports:
> -------------------------
> /    [servername](rw,sync,no_root_squash,nohide)
> 
> /etc/fstab
> -------------------------
> servername:/      /servername    nfs    noauto,noac,intr,timeo=15

/etc/exports should be:
/dir_you_want_to_share name.ofmachine.toshareto(rw,otheroptions)

example of this:
/mnt/shared/  wifes.machine.lan(rw)

/etc/fstab should read:
name_of_server_sharing:shared_dir mountpoint_to_mount_share nfs some options

exmple of this:
main.machine.lan:/mnt/shared /mnt/shared nfs timeo=14,intr

-- 
/dTd
Perl 6 will give you the big knob. - Larry Wall




Reply via email to