[984] in netbsd-help mailing list archive
No subject found in mail header
daemon@ATHENA.MIT.EDU (Yoav Yerushalmi)
Fri Jul 26 00:51:44 1996
To: Chris Lopes <lopes@MIT.EDU>
Cc: Yoav Yerushalmi <yoav@MIT.EDU>, netbsd-help@MIT.EDU, raghinii@MIT.EDU,
ddaniel@MIT.EDU
In-Reply-To: Your message of "Thu, 25 Jul 1996 20:38:38 EDT."
<199607260038.UAA03016@goody-budda.mit.edu>
Date: Fri, 26 Jul 1996 00:47:41 EDT
From: Yoav Yerushalmi <yoav@MIT.EDU>
okay -o in attach passes flags to mount
mount -p {flags} passes flags to the next program spawned
(in this case, mount_nfs).
so I think you might need to do
attach -n -e -o "-o -P" (etc)
as for unmounting, try
umount host:/path
this is just a guess.. alternatively, you can
umount_nfs {blah blah.. see the manpage)
--
------------------------------------------------------------
| Yoav Yerushalmi | My opinions are mine.. |
| M.I.T student at large | (I hope.. don't sue) |
| http://www.mit.edu/afs/sipb/user/yoav/html/homepage.html |
------------------------------------------------------------