On Thu, 3 Jun 2004, Christoph Burghardt wrote: > I've turned debugging on and restarted with the attached device. I've > shortened the logfile because of the size, i hope didn't cut anything > important. I hope it helps. > > Greetings, > > Christoph
It looks like the problems are caused by some programs, probably daemons, running on your system. Something is trying to read or mount the sda1, sda2, sda3, and sda4 partitions but apparently the MPin3 uses the whole-disk approach -- i.e., you should be trying to mount /dev/sda, not /dev/sda1. Then there was a second problem, caused by your smartd program. It sent a command to the device which the device didn't know how to handle, causing it to crash. Turn off smartd, or tell it not to look at the MPin3. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
