mirror of
https://github.com/pgsty/minio.git
synced 2026-08-12 09:40:28 +03:00
Support detecting mountpoints correctly (#7288)
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.
This commit is contained in:
committed by
kannappanr
parent
5085bef397
commit
5e69a107d8
+7
@@ -0,0 +1,7 @@
|
||||
// Copyright 2009 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package windows
|
||||
|
||||
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go eventlog.go service.go syscall_windows.go security_windows.go
|
||||
Reference in New Issue
Block a user