Date: Sun, 2 Feb 2003 00:50:33 +0100 (CET) From: Mats Dufberg <dufberg@narnia.pp.se> To: <freebsd-questions@freebsd.org> Subject: Re: Support for Memorybird USB mass storage Message-ID: <20030202004722.N29971-100000@aslan.narnia.pp.se> In-Reply-To: <20030202000039.Y29971-100000@aslan.narnia.pp.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 2, 2003, 00:20 (+0100) Mats Dufberg <dufberg@narnia.pp.se> wrote: > FreeBSD version: 5.0 > > I try to connect a Fujitsu Memorybird, a USB mass storage device, to my > computer. When I connect it to the USB bus I get the follwing message: > > umass0: Fujitsu Memorybird, rev 1.10/1.00, addr 3 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: <Fujitsu Memorybird 1.06> Removable Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 125MB (256000 512 byte sectors: 64H 32S/T 125C) > (da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing > minimum_cmd_size to 10 (...) > But how do I access it? Can I access it? Well, the following actually works, # mount -t msdos /dev/da0s1 /memorybird Since the there is support for hot-swapping of the device, I guess that there should be some kind of automatic mount/umount of the device. Mats ----------------------------------------------------------------- Mats Dufberg dufberg@narnia.pp.se Blaoarvsgraend 42 +46-8-38 48 59 SE-162 45 Vaellingby, Sweden +46-70-258 2588 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030202004722.N29971-100000>