[502] in netbsd-help mailing list archive
Re: mount??share??
daemon@ATHENA.MIT.EDU (bdrosen@MIT.EDU)
Tue Dec 5 04:00:47 1995
From: bdrosen@MIT.EDU
To: ilin@MIT.EDU
Cc: netbsd-help@MIT.EDU
Date: Tue, 05 Dec 1995 04:00:27 EST
Instead of using mount on athena you may want to use the attach
command. mount requires that you be root , but attach is setuid root
so that you do not need to worry about this.
to use attach you can do this:
attach -n -t nfs -r -m /mit/bitbucket -e jason.mit.edu:/u1/bitbucket
to mount bitbucket onto /mit/bitbucket read-only with no authentification.
Brett