From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6100dd99aac1ee7fcbf556fb50b90387@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Mon, 7 Jul 2014 10:30:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Building a Raspberry Pi image / Keyboard support Topicbox-Message-UUID: 00dfe6a2-ead9-11e9-9d60-3106f5b1d025 > Why you named /dev/sdM0/dos not /dev/sdM0/9fat? > I prefer the latter, because it is accordant with other cpus. This is standard Plan 9 behaviour of disk/fdisp -p, on any cpu. The convention is that dos is the name for a primary dos partition, and 9fat is the name for a dos subpartition at the start of a plan9 partition. Perhaps you are thinking of one of the forks which does it differently? If you prefer different naming, you can change it yourself with a 'part' command to /dev/sdM0/ctl - /cfg/$sysname/termrc would be a sensible place to do this.