Hi. I've got what I think is a simple
problem, but I haven't been able to solve
this myself.
I have a v3 Iopener that I've hacked to run
Jailbait Linux (http://jailbait.sourceforce.net). I'd like
to attach an Iomega usb zip100 drive to the
machine. When I do this, it appears to
correctly recognize the drive, but I never
see an /dev/sd* device that I can mount.
I've booted the machine with a disk in the
drive, and the zipdisk is formatted FAT16.
Here is a relevant portion of the boot log:
scsi : 0 hosts.
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
scsi : 1 host.
Vendor: IOMEGA Model: ZIP 100 Rev: 11.V
Type: Direct-Access ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
lsmod shows that usb-storage and scsi_mod are
both loaded; /proc/scsi/usb-storage-0/0 and
/dev/scsi/host0/bus0/target0/lun0/ get
created.
I've attempted to mknod /dev/sda and
/dev/sda4, then reload the modules, but
that didn't seem to help.
I think I'm close and I'm I'm probably
missing something obvious. Has anyone
else gotten this device to work with a
similar setup? Any suggestions for new
things to try?
Thanks for any help you can provide.