From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 15 Aug 2013 03:17:28 -0400 To: 9fans@9fans.net Message-ID: <008a892f8aeeef25d1f8a1c212f31332@coraid.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] (RPi) Added new user - now what? Topicbox-Message-UUID: 712011cc-ead8-11e9-9d60-3106f5b1d025 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