Function getVolumeMountPoints
- getVolumeMountPoints(
opts?: Partial<
Partial<
Pick<
Options,
| "maxConcurrency"
| "timeoutMs"
| "linuxMountTablePaths"
| "includeSystemVolumes",
> & SystemVolumeConfig,
>,
>,
): Promise<MountPoint[]> Parameters
Optional
opts: Partial<
Partial<
Pick<
Options,
| "maxConcurrency"
| "timeoutMs"
| "linuxMountTablePaths"
| "includeSystemVolumes",
> & SystemVolumeConfig,
>,
>
List all active local and remote mount points on the system.
Only readable directories are included in the results.
Note that on Windows,
timeoutMs
will be used per system call and not for the entire operation.