From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: erik quanstrom Date: Mon, 20 Oct 2008 09:05:56 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] mount followed by srvfs needs a sleep? Topicbox-Message-UUID: 218ac25a-ead4-11e9-9d60-3106f5b1d025 > #to solve the authentication --- see the text bellow > mount /srv/penelopa $home/shared/penelopa > unmount $home/shared/penelopa i don't see an explination for this below. what does this accomplish? if you are trying to load more keys into your factotum, this can be more cleanly be done by putting them in secstore(1). secstored(8) will serve them. > local mount /srv/penelopa $home/shared/penelopa > #sleep 1 # --- see the text bellow; this pertains to my main the plumber doesn't require that the command it runs finish before returning. (think of plumbing a file. you don't want to hang until the editor exits.) > question > local srvfs CALC $home/shared/penelopa/home/ruda/CPA-CALC #**** > local mount /srv/CALC $home/shared/CALC why are you doing this? - erik