docs: update ZFS-Commands
This commit is contained in:
parent
fb2fd299ab
commit
4e5a4711dd
1 changed files with 7 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
title: ZFS Common Commands
|
||||
description: ZFS Commands
|
||||
published: true
|
||||
date: 2026-01-31T15:26:03.716Z
|
||||
date: 2026-02-18T12:38:32.940Z
|
||||
tags: zfs commands
|
||||
editor: markdown
|
||||
dateCreated: 2026-01-31T15:23:07.585Z
|
||||
|
|
@ -42,6 +42,12 @@ zfs get -s local -r all vault
|
|||
|
||||
zfs get quota,refquota,reservation,refreservation -r vault
|
||||
|
||||
## Mount Encrypted Dataset
|
||||
|
||||
zfs load-key vault/Green/Pocket
|
||||
|
||||
zfs mount vault/Green/Pocket
|
||||
|
||||
## Pool I/O & Performance Monitoring
|
||||
|
||||
zpool iostat -v 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue