From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 12 Jan 2012 11:21:30 +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 Subject: Re: [9fans] usb flash drive with ext2 Topicbox-Message-UUID: 58a26aa6-ead7-11e9-9d60-3106f5b1d025 On 12 January 2012 11:07, Richard Miller <9fans@hamnavoe.com> wrote: >> 3) 'ext2srv -f /dev/sdU0.0/data && mount /srv/ext2 /n/linux' goes smoothly. >> However. >> ; cd /n/linux >> ; lc >> ls: .: I/O error >> >> Any more help? > > Try invoking ext2srv with '-v' to get more diagnostics. ext2srv 220: serving ext2 destroy(fid=302) attach(fid=302,uname="ruda",aname="",afid="-1")...alloc "/dev/sdU0.0/data", dev=3...good super block...OK > Try 'dd -if /dev/sdU0.0/data -of /dev/null' to see if usb driver > is having trouble reading the device. 0+1 records in 0+1 records out The last bit is strange, isn't it? Ruda