On 9/4/25 20:03, Gareth Evans wrote:
On Thu 04/09/2025 at 20:42, David Christensen <dpchrist@holgerdanske.com> wrote:I am aware of `zfs status` ...Hi David, I was intrigued, but:$ sudo zfs status unrecognized command 'status'$ sudo zfs status rpool unrecognized command 'status'Were your backticks intended to indicate something other than a (sub) command? Did you mean zpool status? Thanks, Gareth
You are correct -- `zfs status` was an error. The correct command is: 2025-09-05 14:10:13 dpchrist@f5 ~ $ zpool status pool: p5 state: ONLINEscan: scrub repaired 0B in 05:21:35 with 0 errors on Tue Aug 5 02:07:23 2025
config: NAME STATE READ WRITE CKSUM p5 ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/REDACTED1.eli ONLINE 0 0 0 gpt/REDACTED2.eli ONLINE 0 0 0 mirror-1 ONLINE 0 0 0 gpt/REDACTED3.eli ONLINE 0 0 0 gpt/REDACTED4.eli ONLINE 0 0 0 special mirror-2 ONLINE 0 0 0 gpt/REDACTED5.eli ONLINE 0 0 0 gpt/REDACTED6.eli ONLINE 0 0 0 errors: No known data errors David