Folks As people are starting to use larger NAND partitions (4GB+), an inconsistency in the size field has become apparent. This is a unint32_t which is clearly too small for modern NAND arrays. The read/write funcions use loff_t which is correct. It would seem that size needs to be increated to loff_t too. -- Charles