Date: Wed, 8 Aug 2001 17:45:15 -0500 From: Steve Price <steve@havk.org> To: stable@freebsd.org Subject: SanDisk ImageMate II problems Message-ID: <20010808174515.J11400@bsd.havk.org>
next in thread | raw e-mail | index | archive | help
Has anyone had any success getting a SanDisk ImageMate to work successfully on -stable? usbd is running and when I plug in the USB device this is what I see in /var/log/messages. Aug 8 17:25:21 bsd /kernel: umass0: SanDisk Corporation ImageMate CompactFlash USB, rev 1.10/0.09, addr 2 Aug 8 17:25:21 bsd /kernel: umass0: Get Max Lun not supported (STALLED) Aug 8 17:25:22 bsd /kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Aug 8 17:25:22 bsd /kernel: da0: <SanDisk ImageMate II 1.30> Removable Direct Access SCSI-2 device Aug 8 17:25:22 bsd /kernel: da0: 650KB/s transfers Aug 8 17:25:22 bsd /kernel: da0: 46MB (94465 512 byte sectors: 64H 32S/T 46C) I plugged this same device into my wife's iMac and it said it was in MS-DOS format which is what I was expecting. Yet when I try this on my box here's what I see. root@bsd(~)# mount -t msdos /dev/da0c /mnt msdos: /dev/da0c: Invalid argument root@bsd(~)# mount -t msdos /dev/da0 /mnt msdos: /dev/da0: Invalid argument root@bsd(~)# ls -l /dev/da0* crw-r----- 2 root operator 13, 0x00010002 Aug 8 17:37 /dev/da0 crw-r----- 2 root operator 13, 0 Aug 8 17:37 /dev/da0a crw-r----- 2 root operator 13, 1 Aug 8 17:37 /dev/da0b crw-r----- 2 root operator 13, 2 Aug 8 17:37 /dev/da0c crw-r----- 2 root operator 13, 3 Aug 8 17:37 /dev/da0d crw-r----- 2 root operator 13, 4 Aug 8 17:37 /dev/da0e crw-r----- 2 root operator 13, 5 Aug 8 17:37 /dev/da0f crw-r----- 2 root operator 13, 6 Aug 8 17:37 /dev/da0g crw-r----- 2 root operator 13, 7 Aug 8 17:37 /dev/da0h crw-r----- 2 root operator 13, 0x00020002 Aug 8 17:37 /dev/da0s1 crw-r----- 2 root operator 13, 0x00030002 Aug 8 17:37 /dev/da0s2 crw-r----- 2 root operator 13, 0x00040002 Aug 8 17:37 /dev/da0s3 crw-r----- 2 root operator 13, 0x00050002 Aug 8 17:37 /dev/da0s4 root@bsd(~)# uname -a FreeBSD bsd.havk.org 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed Jun 20 14:40:03 CDT 2001 steve@bsd.havk.org:/b/src/sys/compile/bsd i386 Any suggestions on what I might be doing wrong? Thanks. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010808174515.J11400>