> i'm new to the mtd . i wanted to know how mtd read and write > function called . For examples look at the fs/jffs2 source look for mtd->read and mtd->write. You probably don't need to use those unless you are creating a filesystem.