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 data buffer */ DWORD SectorNumber, /* Start sector number */ BYTE SectorCount /* Number of sectros to read */ );