diff --git a/zfs.md b/zfs.md new file mode 100644 index 0000000..81e9cd0 --- /dev/null +++ b/zfs.md @@ -0,0 +1,12 @@ +# ZFS +## Create ZVOL + +* `-s` thin zfs volume +* `-v` verbose +* `-V ` size of the new zfs volume +* `` name of existing pool +* `` name of the new zfs volume + +``` +zfs create -s -v -V / +``` \ No newline at end of file