From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200302170347.h1H3lZM15671@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Unix trampoline. In-Reply-To: Your message of "Sun, 16 Feb 2003 22:37:10 EST." <200302170337.h1H3bAM15543@augusta.math.psu.edu> From: Dan Cross Date: Sun, 16 Feb 2003 22:47:35 -0500 Topicbox-Message-UUID: 63f74b58-eacb-11e9-9e20-41e7f4b1d025 > It works like a charm; sources is now mounted on /n/sources. If I: > > bind /n/sources /n/dist Whoops, did you catch the error here? It should be: bind /n/sources/plan9 /n/dist > mount -c /srv/boot /n/inst > replica/pull -v /n/dist/dist/replica/inst [...] > #!/bin/rc > rfork n > srv -m tcp!sources.cs.bell-labs.com sources /n/dist Similarily here. This should be: 9fs sources bind /n/sources/plan9 /n/dist > mount -c /srv/boot /n/inst > replica/pull -v /n/dist/dist/replica/inst > > Put this into a script and you're good to go; that's how I update my > system. Okay, I lied; I use a working script. Now, if you'll excuse me, I've got to catch a train to St. Petersburg.... - Dan C.