stock 2.2.9, in my dmesg I have:
EXT2-fs warning (device sd(8,3)): ext2_getblk: block < 0
this is an otherwise perfectly working system.
This error *might* have happened when creating a 2GB file. I assume
this comes from 2^32 -1 going 2^32 and that being seeing as
MIN_SIGNED_INT or something. By ``creating a 2 GB file'', I mean
going into it breaks with a file too big error.
However, as this is a BLOCK number (I believe), it should be far below
2 GB for a 2GB file, or am I mistaken somehow ?
Thank you for any comment on this