Skip to content

zfs

Copy-on-write pooled storage filesystem.

Implements filesystem.Filesystem. No cgo, no root.

Status

Read Write Format Label Symlinks On-disk format
Single pool / single vdev (test-oriented subset)

Supported

  • Read/write basic file I/O on a ZPL dataset
  • Create pool image (Format)
  • Directories, rename
  • Pool info (Info)
  • Grow (Resizer) — shrink unsupported

Not implemented

  • Snapshots & clones not implemented
  • Compression and data-block checksums not implemented
  • Single vdev only

Install

go get github.com/go-filesystems/zfs

Note

See the module's README for full, up-to-date details.