Re: Nother question, on nfs this time

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gene Heskett wrote:
> Greetings;
> 
> I have not previously used nfs, mainly because I could never get it to 
> work on FC2 and below systems.  
> 
> However I'm now equipt with an FC5 lappy. and this FC6 tower, so its time 
> to see if I can make it work, I have about 10G's of a wedding movie to 
> transfer.
> 
> I have, using system-config-nfs, set up shares of / with full r/w perms on 
> both machines.
> 
> Now my question is "how do I mount that share on the other machine?"
> 
> man nfs somehow isn't leading me down the garden path for this.
> 
You need to read the mount man page instead. What you are after is
something like:

mount -t nft <server>:<share> <mountpoint>

mount -t nfs server.localnet.net:/data /mnt/network

In /etc/fstab, you would use:

<server>:<share> <mountpoint> nfs defaults 0 0

A couple of things to keep in mind - user number, and not user name
control access, so if gene is 501 on one machine and 512 on the
other, he will not be able to access the nfs mounted files. Also, by
default, root is mapped to user nobody, and so has almost no access
to nfs mounted file systems.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux