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
Von: meister@netz00.com
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
I think it is correct!! ;-) The path mnt/pc03_public is shorter than 70 chars! Things like user,defaults... should be wrote in an other field. Greetings Rainer -- Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko! Satte Provisionen f�r GMX Partner: http://www.gmx.net/de/go/partner
Am Dienstag, 6. September 2005 14:19 schrieb Rainer Kulhanek:
Von: meister@netz00.com ... "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)
I think it is correct!! ;-)
The path mnt/pc03_public is shorter than 70 chars! Things like user,defaults... should be wrote in an other field.
Hi Rainer, thats not the point. The message says "must start with a slash" and _that's_ not correct. You can use relative mountpoints. And of course I wrote "user,defaults..." in another field. -- mdc
participants (2)
-
meister@netz00.com
-
Rainer Kulhanek