Comments on Setting Up An NFS Server And Client On OpenSUSE 11.3

Setting Up An NFS Server And Client On OpenSUSE 11.3 This guide explains how to set up an NFS server and an NFS client on OpenSUSE 11.3. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.

8 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Anonymous

Most of it is the same on Ubuntu / Debian just exchange "yast2 -i" for "apt-get install". You should also be able to skip "chkconfig --add nfsserver". It's been awhile since I last installed NFS but that should be all the changes you need.

By: Caldavien

I liked this walkthrough but would love to see the same this for a ubuntu server/client set up. Hopefully I can carry over some of this to help with my current ubuntu setup.

By: Juan

Thanks bud, great article! I had to replace yast2 for zypper, but otherwise great!

By: scarter

One thing, though -- if you're absent-minded, as I am, you may spend half a day trying to figure out why the mount operation sin step 4 times out even though the two machines can ping each other, before you remember to change your firewall settings to allow NIFS access on the ports it needs.

By:

Recently I discovered autofs and it's ability to automount nfs shares when the user tries to access it.

 Install autofs and in /etc/auto.master uncomment "#/net -hosts"

The system will now automatically access any system with it's name in the hosts file

For example '$ls /net/falko' will mount 192.168.0.100 right away (assuming /etc/hosts contains the line '192.168.0.100 falko'). 

I prefer that over boot time mounts in fstab.

By: Anonymous

Very, very nice. Thanks for your time

By: yasser

Hi,

Please i need help, this is a copy-paste from the terminal, i am using OpenSuse

client1:~ # yast2 -i nfs-kernel-server

client1:~ # chkconfig --add nfsserver

nfsserver: unknown service

Could someone tell me why do i get this, and how to fix it?

Thank you

By: Sreeraj

Hi my NFS server and client both are suse 11.When i tried to mount  from client i am getting error.

mount -t nfs4 10.11.1.5:/usr/sap/trans/ /usr/sap/transnfs/
mount.nfs4: No such device