The disk_readp function reads a partial sector from the disk drive.
DRESULT disk_readp ( BYTE* buff, /* [OUT] Pointer to the read buffer */ DWORD sector, /* [IN] Sector number */ WORD offset, /* [IN] Byte offset in the sector to start to read */ WORD count /* [IN] Number of bytes to read */ );