NFS Shares - unable to complete connection...

I tried setting up wireless NFS sharing between 2 Mageia pc's and was elated to find that it worked first time - I could both share & browse shares from both pc's! I then got a little more bold and installed NFS server s/w on my Ubuntu pc, added one line to exports, started the NFS-server and lo and behold, this also was visible and browseable from both Mageia boxes! And just when I thought I was on a roll, almost everything stopped working and I'm clueless as to why. I can still find & mount the Ubuntu pc from Mageia but although both Mageia pc's find each other when Searched for, the mounting always fails. Note that firewalls on both Mageia pc's are disabled.
As the log-window doesn't show errors, I have copied & run the mounting command in root-mode - specifically;
- with no success either, but the error message it produces is;
I've also tried removing 'secure' from the 'exports' file and even using an IP address rather than the default '*' - again without success. btw, I tried changing the server name, "linux" to something more imaginative, but 'Hosts definitions' just shows the computer name as 'localhost' on both Mageia computers even though one computer shows up as "omelette-laptop", while the other is named simply "linux", when NFS shares are searched for.
I'd really like to get this working as when is was running it seemed far faster than Samba, and as I don't have any M$ pc's to begin with, I'd dump Samba in a heartbeat.
As the log-window doesn't show errors, I have copied & run the mounting command in root-mode - specifically;
- Code: Select all
su -c 'mount -t nfs linux:/home/omelette/AMD_NFS_Public /media/AMD_NFS_Public -o rsize=8192,wsize=8192,nosuid,soft'
- with no success either, but the error message it produces is;
- Code: Select all
mount.nfs: Failed to resolve server linux: Name or service not known
I've also tried removing 'secure' from the 'exports' file and even using an IP address rather than the default '*' - again without success. btw, I tried changing the server name, "linux" to something more imaginative, but 'Hosts definitions' just shows the computer name as 'localhost' on both Mageia computers even though one computer shows up as "omelette-laptop", while the other is named simply "linux", when NFS shares are searched for.
I'd really like to get this working as when is was running it seemed far faster than Samba, and as I don't have any M$ pc's to begin with, I'd dump Samba in a heartbeat.