From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5a38f32b3b16f9577d031d0caff86c72@plan9.bell-labs.com> To: 9fans@9fans.net Date: Sun, 22 Nov 2009 14:40:58 -0500 From: geoff@plan9.bell-labs.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] usb disks in plan9 Topicbox-Message-UUID: 9e40183a-ead5-11e9-9d60-3106f5b1d025 There are two distinct issues: booting from USB devices and partitioning USB devices. I believe that if you follow the directions at the end of prep(8), you have a modern BIOS, and it isn't too buggy, you should be able to boot from a FAT file system on a USB device (that is, load a kernel from it). Depending upon your BIOS's treatment of USB boot devices, you may need to use 9load's bios0 device rather than, say, sdC0, and that in turn requires *nobiosload to not be defined in plan9.ini. I'm talking to nemo about what we should do to partition USB devices.