From: Matt B. <ma...@zi...> - 2004-01-31 21:56:09
|
Okay, it seems there are worse problems than just misreporting the size in cobd. It seems in e2fslibs that the size is actually determined by an algorithm I can't get my weekend brain around, but it does a lot of seeking and trying to read a byte to get the "real" size. Armed with this idea I tried to dd if=3D/dev/cobd0 of=3D/dev/null bs=3D1k count=3D128k (using my 128M image). I got a stream of I/O errors near the end and DebugView is filled with several messages starting with "block io failed: edbb6000 400 (reason: c0000011)". Goes up to edea6c00. I can't find the above DebugView message anywhere in the 0.5.2 colinux source I pulled today. So I think I'm stuck for the day... hopefully someone smarter than me can pick it up from here. --=20 Matt Behrens <ma...@zi...> <http://www.zigg.com/> Life's too short to recompile what you don't hack. <http://www.debian.org/> |