From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1ea1b399ed76ef8bcb5569d60ea525c7@gmx.de> To: 9fans@9fans.net Date: Thu, 10 Apr 2008 14:04:00 +0200 From: cinap_lenrek@gmx.de In-Reply-To: <588ea322e3534e896d658adb414be77a@yourdomain.dom> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-whsadldorxnkbzcmemnotqnwie" Subject: Re: [9fans] Mount a usb ext2 hd? Topicbox-Message-UUID: 8bdbf710-ead3-11e9-9d60-3106f5b1d025 This is a multi-part message in MIME format. --upas-whsadldorxnkbzcmemnotqnwie Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit IIRC ext2srv doesnt understand the part:offset notation as dossrv does. You could make a FAT partition on the stick and put the ext2 as image file on it. Then you could left some space left free and use it also with Windows to exchange some files. But this depends on what you want to use the stick for. Other option would be to make usb/disk understand partition control messages like sd does... maybe thats even the case... My system here is not that up to date... Still using the usbsfs here. cinap --upas-whsadldorxnkbzcmemnotqnwie Content-Type: message/rfc822 Content-Disposition: inline Return-Path: <9fans-bounces+cinap_lenrek=gmx.de@9fans.net> X-Flags: 1001 Delivered-To: GMX delivery to cinap_lenrek@gmx.de Received: (qmail invoked by alias); 10 Apr 2008 12:51:27 -0000 Received: from gouda.swtch.com (EHLO gouda.swtch.com) [67.207.142.3] by mx0.gmx.net (mx050) with SMTP; 10 Apr 2008 14:51:27 +0200 Received: from localhost ([127.0.0.1] helo=gouda.swtch.com) by gouda.swtch.com with esmtp (Exim 4.67) (envelope-from <9fans-bounces@9fans.net>) id 1Jjw78-0005Fk-HO; Thu, 10 Apr 2008 12:42:50 +0000 Received: from arlo.cse.psu.edu ([130.203.14.76]) by gouda.swtch.com with esmtp (Exim 4.67) (envelope-from ) id 1Jjw75-0005Ff-Su for 9fans@9fans.net; Thu, 10 Apr 2008 12:42:48 +0000 Received: from localhost ([127.0.0.1] helo=arlo.cse.psu.edu) by arlo.cse.psu.edu with smtp (Exim 4.63) (envelope-from ) id 1Jjw70-0005yq-Ni for 9fans@cse.psu.edu; Thu, 10 Apr 2008 08:42:42 -0400 Received: from viefep25-int.chello.at ([62.179.121.45]) by arlo.cse.psu.edu with esmtp (Exim 4.63) (envelope-from ) id 1Jjw6x-0005yU-UF for 9fans@cse.psu.edu; Thu, 10 Apr 2008 08:42:42 -0400 Received: from edge02.upc.biz ([192.168.13.237]) by viefep25-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20080410123737.TOGP19148.viefep25-int.chello.at@edge02.upc.biz> for <9fans@cse.psu.edu>; Thu, 10 Apr 2008 14:37:37 +0200 Received: from plan9.9grid.dom ([212.186.9.157]) by edge02.upc.biz with edge02 id Bodc1Z00s3PHW9Q01oddQt; Thu, 10 Apr 2008 14:37:37 +0200 X-SourceIP: 212.186.9.157 Message-ID: <588ea322e3534e896d658adb414be77a@yourdomain.dom> To: 9fans@cse.psu.edu From: "Markus Sonderegger" Date: Wed, 9 Apr 2008 14:38:03 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-PSUCSE-Spam-Score: 0.9 X-PSUCSE-Spam-Level: / X-PSUCSE-Vexira: Scanned Subject: [9fans] Mount a usb ext2 hd? X-BeenThere: 9fans@9fans.net X-Mailman-Version: 2.1.9 Precedence: list Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.9fans.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: 9fans-bounces@9fans.net Errors-To: 9fans-bounces+cinap_lenrek=gmx.de@9fans.net X-GMX-Antivirus: -1 (not scanned, may not use virus scanner) X-GMX-Htest: 0.62 X-GMX-Antispam: 0 (Mail was not recognized as spam) X-GMX-UID: ZzXLc25rRkkfVIs90GRqKFBmdWkvKFMR Any clues or tips? I've tried: % usb/disk -l usb/disk: statusread: usb endpoint stalled % cat /n/disk/ctl 0: inquiry SAMSUNG HD320KJ geometry 625142448 512 % disk/fdisk -p /n/disk/0/data part linux 63 625137345 % ext2srv -f /n/disk/0/data:63 ext2 % ls /srv/ext2 /srv/ext2 % if(! test -e /n/usb) mkdir /n/usb % mount -c /srv/ext2 /n/usb mount: mount /n/usb: file does not exist --upas-whsadldorxnkbzcmemnotqnwie--