9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@labs.coraid.com>
To: 9fans@9fans.net
Subject: Re: [9fans] (RPi) Added new user - now what?
Date: Thu, 15 Aug 2013 03:17:28 -0400	[thread overview]
Message-ID: <008a892f8aeeef25d1f8a1c212f31332@coraid.com> (raw)
In-Reply-To: <cf7a93922cd571e76e20b7dd186b4340@hamnavoe.com>

On Thu Aug 15 03:15:31 EDT 2013, 9fans@hamnavoe.com wrote:
> > Check your plan9.ini (in the 9fat partition), it probably has a
> > "user=glenda" line in there. Remove it and it'll prompt for a user name.
>
> Correct, except on the pi it's cmdline.txt instead of plan9.ini
>
> ... and it's a dos partition instead of 9fat.  Mount with 'dosmnt 1 /n/d'
>
; 9diff 9fat:
/n/sources/plan9/rc/bin/9fat::1,7 - 9fat::1,7
  #!/bin/rc

  rfork e
- part=`{ls /dev/fs/9fat /dev/sd*/9fat >[2]/dev/null}
+ part=`{ls /dev/fs/9fat /dev/sd*/9fat /dev/sd*/dos >[2]/dev/null}
  if(~ $#part 0) {
  	echo 'no 9fat partition found' >[1=2]
  	exit no.9fat

- erik



  reply	other threads:[~2013-08-15  7:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-14 23:29 Roswell Grey
2013-08-14 23:53 ` Deepak Chawla
2013-08-15  7:08   ` Richard Miller
2013-08-15  7:14   ` Richard Miller
2013-08-15  7:17     ` erik quanstrom [this message]
2013-08-15  7:30       ` Skip Tavakkolian
2013-08-15  7:08 ` Bakul Shah

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=008a892f8aeeef25d1f8a1c212f31332@coraid.com \
    --to=quanstro@labs.coraid.com \
    --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).