
On 10/01/2014 07:21 PM, Patrick Shanahan wrote:
* Joseph Loo <jloo20111002@gmail.com> [10-01-14 22:17]: [...]
What is exports file look like? I generally have to reboot my machine after I configure it. My exports looks like:
/export *(fsid=0,crossmnt,rw,root_squash,sync,no_subtree_check) /export/home0 192.168.20.0/9(rw,root_squash,sync,no_subtree_check) 127.0.0.0/8(rw,root_squash,sync,no_subtree_check) cat /etc/exports /mnt/usb3.1 192.168.1.1/22(rw,no_root_squash,sync,no_subtree_check) /192.168.56.1(rw,no_root_squash,sync,no_subtree_check,insecure)
man exportfs
a reboot is *not* necessary. although I have had to restart the nfs daemon
Make sure it is a single line and not 2 lines. Are you sure the mount occurs before the nfs process start? If it does not, it will error out. Opensuse is not suppose to require a reboot, but I always see it error out. Try /etc/init.d/nfs restart or /etc/init.d/nfsserver restart at the command line. Sometimes it generates error messages that will give you a clue. -- Joseph Loo jloo@acm.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org