Hi list, I just tried to mount a nfs share via YaST (10.0 beta4). I opened the configuration via nfs client and clicked on "Add", entered the needed data and click ok, but it says: "Fehler Der eingegebene Pfad ist ungueltig. Er muss kuerzer sein als 70 Zeichen und mit einem Schraegstrich (/) beginnen." Translation "Error The entered path is incorrect. It must be shorter than 70 chars and it must start with a slash (/)" That's not correct! in my /etc/fstab I entered: pc03:/home/public mnt/pc03_public nfs user,defaults,noauto,rw 0 0 and do a # cd # mkdir mnt/pc03_public # mount mnt/pc03_public this works fine. The export entry on pc03 is: /home/public 192.168.0.0/255.255.255.0 (secure,rw,async,nohide,subtree_check,root_squash) -- mdc