9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] create /home
Date: Mon, 15 Mar 2010 19:23:26 -0400	[thread overview]
Message-ID: <2e961c4bda710d6b57492ae902fae684@ladd.quanstro.net> (raw)
In-Reply-To: <a560a5d01003151614if9b7b4cv95f464e872efdb84@mail.gmail.com>

> 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



  parent reply	other threads:[~2010-03-15 23:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-15 23:14 Rudolf Sykora
2010-03-15 23:20 ` andrey mirtchovski
2010-03-15 23:26   ` Rudolf Sykora
2010-03-15 23:43     ` Federico G. Benavento
2010-03-15 23:55       ` Rudolf Sykora
2010-03-15 23:47     ` andrey mirtchovski
2010-03-15 23:23 ` erik quanstrom [this message]
2010-03-15 23:51   ` Rudolf Sykora
2010-03-16  0:31     ` Federico G. Benavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e961c4bda710d6b57492ae902fae684@ladd.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).