FATFS_LinkDriver() function
Links a compatible diskio driver and increments the number of active linked drivers.
Arguments
drv
pointer to the disk IO Driver structure
path
pointer to the logical drive path
Return value
Returns 0 in case of success, otherwise 1.
Notes
The number of linked drivers (volumes) is up to 10 due to FatFs limits
Examples
FATFS_LinkDriver() is referenced by 138 libraries and example projects: