From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <2e961c4bda710d6b57492ae902fae684@ladd.quanstro.net> References: <2e961c4bda710d6b57492ae902fae684@ladd.quanstro.net> Date: Tue, 16 Mar 2010 00:51:39 +0100 Message-ID: From: Rudolf Sykora To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] create /home Topicbox-Message-UUID: e9c5caa2-ead5-11e9-9d60-3106f5b1d025 > i just created my home directory in /usr on linux to solve this problem. That's not enough if the linux filesystem is given > option a: remount with -c option. =A0requires permission to > scribble on /. > =A0 =A0 =A0 =A0mount -c /srv/boot /n/boot > =A0 =A0 =A0 =A0mkdir /n/boot/home I bumbed into permission problems... > option b: use fossil / ken fs console > =A0 =A0 =A0 =A0filsys main > =A0 =A0 =A0 =A0create home uid gid 755d > =A0 =A0 =A0 =A0create home uid gid 755 d =A0 =A0 =A0 # kenfs I finally did this: con -l /srv/fscons at the prompt wrote fsys main wrote create home ruda ruda 755 ctrl-\ q but I can't see any /home ... I didn't write 755d because it didn't like that... Ruda