From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <79A13864-FA53-4827-A509-DA75D91C5A4B@ar.aichi-u.ac.jp> Content-Transfer-Encoding: 7bit From: arisawa@ar.aichi-u.ac.jp Subject: Re: [9fans] ipod + plan9 Date: Tue, 25 Dec 2007 19:21:29 +0900 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 217689b2-ead3-11e9-9d60-3106f5b1d025 Hello, My system does not have "/bin/usbfat:" I thing "usbfat:" is not implemented yet. However, if iPod nano is formated in FAT, the following sequence might help you. term% usb/disk usb/disk: maxlun 0 term% ls /n/disk /n/disk/0 /n/disk/ctl term% ls /n/disk/0 /n/disk/0/data /n/disk/0/raw term% disk/partfs /n/disk/0/data term% disk/fdisk -p /n/disk/0/data part dos 63 249887 part dos1 249921 258048 term% dossrv -f /n/disk/0/data:63 usbstorage dossrv: serving #s/usbstorage term% mount -c /srv/usbstorage /n/d: term% ls /n/d: /n/d:/.Trashes /n/d:/._.Trashes term% Kenji Arisawa On 2007/12/25, at 15:02, josh@utopian.net wrote: >> If it's a FAT-formatted (Windows =B230GB) one, >> then use usbfat: (described in the usbfs man page). > > Actually it is described in usbdisk(4). But that's the only > place I can find usbfat: -- I don't have it on local systems, > and I don't find it in /n/sources/plan9/rc/bin or > ../../386/bin/usb*. > > Do you have a /bin/usbfat:? > > -- > Josh