From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <744006197cfe0bbf68d86feb09f5f935@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Wed, 11 Jan 2012 10:06:06 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] usb flash drive with ext2 Topicbox-Message-UUID: 57d94ab8-ead7-11e9-9d60-3106f5b1d025 > (When I plug it into my plan9 machine, I don't see any entry like > /dev/sdUXX, I see 3 entries under /dev/usb/, ep4.0, ep4.1 and ep4.2, > which appear/disappear as I plug/unplug the device. Running usb/disk > claims sth. like 'there is no disk unhandled'). It appears you have no partition table and an ext2 fs occupying the whole device. This should be OK. Try 'mount -a /srv/usb /dev' and see if /dev/sdUx.y appears. If yes, try 'ext2srv -f /dev/sdUx.y/data && mount /srv/ext2 /n/linux' If no, try 'cat /dev/usb/ep4.0/ctl' and see if you get something like: enabled control rw speed high maxpkt 64 pollival 0 samplesz 0 hz 0 hub 5 port 6 busy storage csp 0x500608 vid 0x058f did 0x6387 Generic 'Mass Storage' ehci where "storage" means it's been recognised as a mass storage device, and "busy" means it's already being handled by the usb/disk driver.