Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func IsNFS(path string) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsNFS ¶ func IsNFS(path string) (bool, error) IsNFS checks if the path is on NFS. If the path does not exist yet, it will walk up parent directories until one exists, or it hits '/' or '.'. Any other stat errors will cause IsNFS to fail. Types ¶ This section is empty. Source Files ¶ View all Source files fsutil_linux.go Click to show internal directories. Click to hide internal directories.