Hi Rich, apparently we need some more information to understand this problem. To be honest, at the moment it seems rather more like a configuration problem than a bug to me, but we'll try to work this out.
I missed something the first time: your fstab is still not entirely correct: The lines /dev/sdg /media/usb1 rw,user,noauto 0 0 /dev/sdh /media/usb2 rw,user,noauto 0 0 are missing a filesystem type like this (assuming they use FAT): /dev/sdg /media/usb1 vfat rw,user,noauto 0 0 /dev/sdh /media/usb2 vfat rw,user,noauto 0 0 Could you please do the following: - post the output of lsusb - post the result an attempt at manually mounting one of your USB devices: sudo mount -t vfat /dev/sdg /mnt (this example is assuming the device has a VFAT filesystem) - post the output of dmesg, once more Thanks a lot for helping us. Best, Luca -- cannot mount usb sticks after upgrade https://bugs.launchpad.net/bugs/372496 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
