# Functions
DetectFilesystem returns filesystem type if device has a filesystem.
IsMounted returns true if device is mounted on target.
Mknod wrapped a golang.org/x/sys/unix.Mknod function to handle EINTR signal for Go 1.14+.
NewResizeFs returns new instance of resizer.
Stat wrapped a golang.org/x/sys/unix.Stat function to handle EINTR signal for Go 1.14+.
Statfs Stats wrapped a golang.org/x/sys/unix.Statfs function to handle EINTR signal for Go 1.14+.