c:

even shorter :)


On Thu, Aug 15, 2013 at 12:17 AM, erik quanstrom <quanstro@labs.coraid.com> wrote:
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