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