Skip to content

Commit ffdbb1f

Browse files
committed
Update zfs
1 parent ace2d27 commit ffdbb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Other/zfs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Test the alerts:
9898
```bash
9999
cd /tmp
100100
dd if=/dev/zero of=sparse_file bs=1 count=0 seek=512M
101-
zpool create test /tmp/sparse_file
102-
zpool scrub test
101+
sudo zpool create test /tmp/sparse_file
102+
sudo zpool scrub test
103103
```
104104

105105
Remove the test file:

0 commit comments

Comments
 (0)