From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 24 Oct 2011 10:26:27 +0200 Message-ID: From: Gorka Guardiola To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] how to connect an usb drive Topicbox-Message-UUID: 398dbff8-ead7-11e9-9d60-3106f5b1d025 make sure you see it: usb/probe ls /dev/sdU* if it is not there (your usbd does not have disk support built in) run usb/disk if it is a fat, you can run usbfat: to directly mount it if not, take a look at it (it is a script) and usb(4) to understand how things work. G.