Skip to content

F FAT16 error codes

azertyfun edited this page Feb 12, 2016 · 1 revision
  • 0x0000 : No error
  • 0x0001 : No disk reader / no disk / not compatible disk
  • 0x0002 : No disk (returned by FFAT16_init, called by mount)
  • 0x0003 : malloc error
  • 0x0004 : Read/write error. Triggered if the disk reader didn't return B = 1.
  • 0x0005 : Disk not FFAT16 compatible (!FFAT16). Returned by FFAT16_init.
  • 0x0006 : No files (=> action impossible)
  • 0x0007 : Disk full
  • 0x0008 : No such file
  • 0x0009 : File too big to be read
  • 0x000A : File size is smaller than data in FAT

Clone this wiki locally