From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 15 Mar 2010 19:23:26 -0400 To: 9fans@9fans.net Message-ID: <2e961c4bda710d6b57492ae902fae684@ladd.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] create /home Topicbox-Message-UUID: e999220e-ead5-11e9-9d60-3106f5b1d025 > I'd like to create a directory /home and then bind it to /usr. > (This is because I want some paths from linux that start with /home > were valid paths in my plan 9, too.) i just created my home directory in /usr on linux to solve this problem. > However, I can't create a directory in my / --- when writing 'mkdir > /home' I get the message > > mkdir: can't create /home: '/home' mounted directory forbids creation option a: remount with -c option. requires permission to scribble on /. mount -c /srv/boot /n/boot mkdir /n/boot/home option b: use fossil / ken fs console filsys main create home uid gid 755d create home uid gid 755 d # kenfs - erik