From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 23 Aug 2005 09:48:13 -0700 From: Micah Stetson To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] accesing a local fossil In-Reply-To: <005e01c5a740$6ee1e250$e000a8c0@OBLIVIONDT> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <666de0517e982a8cdbb3f45e0c278b16@quintile.net> <005e01c5a740$6ee1e250$e000a8c0@OBLIVIONDT> Topicbox-Message-UUID: 7b5b7dd2-ead0-11e9-9d60-3106f5b1d025 > % fossil/fossil -f /dev/sdC0/fossil -c 'srv -APW open' -c 'srv -p fscons' > % mount /srv/open /n/open ... > When I tried to cp some file there: >=20 > can't create "/n/open/PLAN9.INI" : mounted directory forbids creation As Robby said, you probably don't want to copy your plan9.ini there.=20 But the reason the copy fails is that Plan 9 mounts don't allow creation by default, you have to use 'mount -c /srv/open /n/open'. Micah