Malcolm Dodds wrote:

> However, I have been experiencing problems with my filesystems which I suspect are
> down to the compact flash. Amongst these are UncorrectableError and
> AddrMarkNotFound. These only appear on a very small number of cards after they have
> been used for a few weeks.

I recently had those errors on the hard drive of my laptop. It turned
out that the disk was faulty and the errors came up when trying to read
a bad sector.

DOS automatically handles bad sectors, but Ext2 does not (neither does
ReiserFS, what I was using). Linux seems to assume that all disks are
good.

If you format with, I think, 'mke2fs -i', bad sectors will me marked...
Or is it 'e2fsck -i'? One or the other.

Hope that helps.

-- 
James Oakley
Engineering - SolutionInc Ltd.
[EMAIL PROTECTED]
http://www.solutioninc.com

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to