On Wed, 21 Apr 2004, torben friese wrote:
> # mount -t nfs 192.168.1.6:/data/data2 /mnt/opa/media/media1/
> mount: opa:/data/data2 failed, reason given by server: Keine
> Berechtigung
Du hast versucht, read-write zu mounten, aber nur ro-Access erlaubt?
Ansonsten sagt Dir "showmount -e", was das System aus Deinen
exports-Eintraegen gemacht hat.
Dies noch als Tip aus exports(5), wenn Du in exports was aenderst, muss
mountd das lesen:
The mountd(8) utility can be made to re-read the exports file by sending
it a hangup signal as follows:
kill -s HUP `cat /var/run/mountd.pid`
Es gruesst
Peter
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 21 Apr 2004 - 15:36:38 CEST