On Sun, 17 Sep 2006 [EMAIL PROTECTED] wrote: > Hi, > > I can't get my mobile e60 mounted with kernel 2.6.17 and 2.6.18-rc6. Using > windows xp all went fine. > > A mount attempt ends with "mount: /dev/sdb: can't read superblock". > Please can anybody give me a hint how to solve this problem? > > The output from syslog, /proc/bus/usb/devices and lsusb -v is attached.
It looks like the E60, in common with Nokia's other phones and many other device, tells Linux that it has one more sector than it really does have. The patch below ought to fix the problem. It may turn out that the E60 also needs US_FL_IGNORE_RESIDUE; several of Nokia's other devices do. Alan Stern Index: 2.6.17.10/drivers/usb/storage/unusual_devs.h =================================================================== --- 2.6.17.10.orig/drivers/usb/storage/unusual_devs.h +++ 2.6.17.10/drivers/usb/storage/unusual_devs.h @@ -133,6 +133,13 @@ UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE ), +/* Reported by Jon Hart <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100, + "Nokia", + "E60", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY ), + /* Reported by Olaf Hering <[EMAIL PROTECTED]> from novell bug #105878 */ UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, "SMSC", ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Linux-usb-users@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users