1
0
mirror of https://github.com/minio/minio.git synced 2025-03-29 08:43:40 -04:00
Harshavardhana 5e69a107d8 Support detecting mountpoints correctly ()
Currently windows support was relying on Symlink as
a way to detect a drive, this doesn't work in latest
Windows 2016, fix this to use a proper mechanism by
using win32 APIs.

Additionally also add support for detecting bind mounts
on Linux.
2019-02-26 18:04:53 -08:00
..