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