The disk_read function reads sector(s) from the disk drive.
DRESULT disk_read ( BYTE Drive, /* Physical drive number */ BYTE* Buffer, /* Pointer to the read buffer */ DWORD SectorNumber, /* Sector number to read from */ BYTE SectorCount /* Number of sectros to read */ );