On Thu, 10 Jun 2004, Mark M. Hoffman wrote: > I.e. using kernel 2.4, dd is able to read the whole 128M without any I/O > errors. Then I am able to mount the image via loopback like this: > > $ mount -t vfat -o ro,loop=/dev/loop0 sda1.image /mnt/camera > > No errors, all the pictures are there, etc. Using kernel 2.6 dd won't > even read the whole device, as you see above from my first message.
Really? Your kernel log from 2.6 shows that the device only claims to have 52949 512-byte sectors, which is 27 MB. Maybe it needs some sort of low-level reinitialization? 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
