The pf_mount fucntion mounts a volume.
FRESULT pf_mount ( FATFS* fs /* [IN] Pointer to the work area */ );
The pf_mount() function registers a work area to the Petit FatFs module. The volume is mounted on registration. The volume must be mounted with this function prior to any other file function and after every media changes.
Always available.