package
0.13.0
Repository: https://github.com/carina-io/carina.git
Documentation: pkg.go.dev

# 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+.

# Structs

ResizeFs Provides support for resizing file systems.