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!

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux