On Wed, 9 Jun 2004, Mark M. Hoffman wrote: > Hello everyone: > > The kernel version is 2.6.7-rc3. I was getting filesystem errors, > so I dropped back to just this: > > $ dd if=/dev/sda1 of=/tmp/sda1.image > dd: reading `/dev/sda1': Input/output error > 52880+0 records in > 52880+0 records out
I don't see anything wrong with that. The input/output error message refers to dd trying to read past the end of /dev/sda1. It is a device, not a regular file. > This is the first time I've plugged my dig. camera into a box w/ > any 2.6 kernel, so I don't know if it's ever worked. I can do the > "rebuild kernel versions / binary search" thing to try and narrow > it down, but I won't have the time for that until this weekend or > later. Can you mount the device and do normal file I/O? You mentioned something about filesystem errors -- what errors do you see? 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
