From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <744006197cfe0bbf68d86feb09f5f935@hamnavoe.com> References: <744006197cfe0bbf68d86feb09f5f935@hamnavoe.com> Date: Wed, 11 Jan 2012 11:15:56 +0100 Message-ID: From: Rudolf Sykora To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] usb flash drive with ext2 Topicbox-Message-UUID: 57e66978-ead7-11e9-9d60-3106f5b1d025 On 11 January 2012 11:06, Richard Miller <9fans@hamnavoe.com> wrote: > It appears you have no partition table and an ext2 fs occupying > the whole device. =C2=A0This should be OK. Yes, I think the ext2 is really occupying the whole device. This is in accord with what linux has said. > Try 'mount -a /srv/usb /dev' and see if /dev/sdUx.y appears. I will when I back home. > 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: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0enabled control rw speed high maxpkt 64 polliv= al 0 samplesz 0 hz 0 hub 5 port 6 busy > =C2=A0 =C2=A0 =C2=A0 =C2=A0storage csp 0x500608 vid 0x058f did 0x6387 Gen= eric '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. This I tried yesterday (cat /dev/usb/ep4.0/ctl), and I saw both 'busy' and 'storage'. So perhaps 'mount -a /srv/usb /dev' will help. Thanks! Ruda