Try mounting the entire disk (i.e. /dev/sda) instead of a partition. Try dd to read raw data off the disk, just to see if the interface works.
Matt On Tue, Dec 17, 2002 at 01:19:28AM +0100, Robert Joop wrote: > after realizing that i was looking for the wrong vendor/product ids > before, i looked at the device list > (http://www.qbik.ch/usb/devices/index.php) again. > i'm quite surprised to see that it lists 0x05ab:0x0060 five times, once > as a CDRW instead of a HDD, and all five times as *fully supported*! > > On 02-12-17 00:13:19 CET, Robert Joop wrote: > > On 02-12-16 23:59:56 CET, rj wrote: > > > # fdisk -l /dev/sda > > > > > > Disk /dev/sda: 64 heads, 32 sectors, 38154 cylinders > > 64 * 32 * 512 * 38154 = 40007368704 which looks like the correct capacity, > 40 GB. > > > > Units = cylinders of 2048 * 512 bytes > > > > > > Device Boot Start End Blocks Id System > > > /dev/sda1 ? 945195 1765432 839922362 20 Unknown > > > Partition 1 does not end on cylinder boundary: > > > phys=(356, 117, 46) should be (356, 63, 32) > > > /dev/sda2 ? 649505 912677 269488144 6b Unknown > > > Partition 2 does not end on cylinder boundary: > > > phys=(269, 101, 46) should be (269, 63, 32) > > > /dev/sda3 ? 263179 945973 699181456 53 OnTrack DM6 Aux3 > > > Partition 3 does not end on cylinder boundary: > > > phys=(324, 77, 19) should be (324, 63, 32) > > > /dev/sda4 * 680971 680981 10668+ 49 Unknown > > > Partition 4 does not end on cylinder boundary: > > > phys=(335, 78, 2) should be (335, 63, 32) > > > > > > Partition table entries are not in disk order > > > # > > > > > > this doesn't look right(?) and none of the partitions can be mounted. > > # mount -t vfat -o ro /dev/sda1 /mnt > mount: wrong fs type, bad option, bad superblock on /dev/sda1, > or too many mounted file systems > # ^1^2 > mount -t vfat -o ro /dev/sda2 /mnt > mount: wrong fs type, bad option, bad superblock on /dev/sda2, > or too many mounted file systems > # ^2^3 > mount -t vfat -o ro /dev/sda3 /mnt > mount: wrong fs type, bad option, bad superblock on /dev/sda3, > or too many mounted file systems > # ^3^4 > mount -t vfat -o ro /dev/sda4 /mnt > mount: wrong fs type, bad option, bad superblock on /dev/sda4, > or too many mounted file systems > > strange, isn't it...? > > during the `fdisk -l /dev/sda` the xconsole adds: > > Dec 17 01:15:34 lintendo2 kernel: usb-storage: queuecommand() called > Dec 17 01:15:34 lintendo2 kernel: usb-storage: *** thread awakened. > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Command READ_10 (10 bytes) > Dec 17 01:15:34 lintendo2 kernel: usb-storage: 28 00 00 00 00 00 00 00 02 00 00 00 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk command S 0x43425355 T 0x90 Trg >0 LUN 0 L 1024 F 128 CL 10 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk command transfer result=0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): xfer >1024 bytes > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_bulk_msg() returned 0 >xferred 1024/1024 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): transfer >complete > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk data transfer result 0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Attempting to get CSW... > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk status result = 0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk status Sig 0x53425355 T 0x90 R 0 >Stat 0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: scsi cmd done, result=0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: *** thread sleeping. > Dec 17 01:15:34 lintendo2 kernel: usb-storage: queuecommand() called > Dec 17 01:15:34 lintendo2 kernel: usb-storage: *** thread awakened. > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Command READ_10 (10 bytes) > Dec 17 01:15:34 lintendo2 kernel: usb-storage: 28 00 00 00 00 02 00 00 06 00 00 00 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk command S 0x43425355 T 0x91 Trg >0 LUN 0 L 3072 F 128 CL 10 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk command transfer result=0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): xfer >3072 bytes > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_bulk_msg() returned 0 >xferred 3072/3072 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): transfer >complete > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk data transfer result 0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Attempting to get CSW... > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk status result = 0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk status Sig 0x53425355 T 0x91 R 0 >Stat 0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: scsi cmd done, result=0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: *** thread sleeping. > Dec 17 01:15:34 lintendo2 kernel: usb-storage: queuecommand() called > Dec 17 01:15:34 lintendo2 kernel: usb-storage: *** thread awakened. > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Command READ_10 (10 bytes) > Dec 17 01:15:34 lintendo2 kernel: usb-storage: 28 00 00 00 00 08 00 00 20 00 00 00 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk command S 0x43425355 T 0x92 Trg >0 LUN 0 L 16384 F 128 CL 10 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk command transfer result=0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): xfer >4096 bytes > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_bulk_msg() returned 0 >xferred 4096/4096 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): transfer >complete > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): xfer >4096 bytes > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_bulk_msg() returned 0 >xferred 4096/4096 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): transfer >complete > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): xfer >4096 bytes > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_bulk_msg() returned 0 >xferred 4096/4096 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): transfer >complete > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): xfer >4096 bytes > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_bulk_msg() returned 0 >xferred 4096/4096 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: usb_stor_transfer_partial(): transfer >complete > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk data transfer result 0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Attempting to get CSW... > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk status result = 0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: Bulk status Sig 0x53425355 T 0x92 R 0 >Stat 0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: scsi cmd done, result=0x0 > Dec 17 01:15:34 lintendo2 kernel: usb-storage: *** thread sleeping. > > looks ok, doesn't it? > > rj > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-users -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver What, are you one of those Microsoft-bashing Linux freaks? -- Customer to Greg User Friendly, 2/10/1999
msg05769/pgp00000.pgp
Description: PGP signature
