djennings wrote:My client has this line in /etc/fstab
- Code: Select all
zero:/home/derek/Pictures /home/derek/Pictures nfs rsize=8192,wsize=8192,nosuid,soft 0 0
where zero is the host name of the server.
On boot the client automatically connects to the server.
NFS connections have been somewhat tricky with Mandrake/Mandriva/Mageia.
A number of times over the years we've run into problems. All, as in ALL,
of my experience has been where the NFS server is the same OS
as the NFS client so I can't tell you how a Ubuntu NFS server
will work with a Mageia client.
Do go through the process outlined by djennings above. That may be
successful. But, on occasion it may not. Open all the clients ports
as in turn off the firewall. Also the "zero" outlined in djennings
explanation may not work all the time. What I do is open a terminal,
log in as admin with a "su -", then launch kwrite in admin mode.
Open /etc/fstab and edit the the NFS command to reflect the IP
of the NFS server not the servers name. As follows:
192.168.1.5:/home/derek/Pictures /home/derek/Pictures nfs rsize=8192,wsize=8192,nosuid,soft 0 0
I find this change to work universally. The Mageia 1/2 NFS Server/Client
process presently works just fine. I have a local Mageia 1 server
and my Cauldron/Mageia 2 NFS tests are working just fine as of today.