Updated Manual (markdown)
@ -202,5 +202,8 @@ Depending on your use-case, you can always try to restrict these permissions fur
|
|||||||
|
|
||||||
### /dev/zfs permissions
|
### /dev/zfs permissions
|
||||||
|
|
||||||
On some distributions, you will need to change the permissions of /dev/zfs, so that regular users can write to it. This is safe, since the zfs kernel module handles access restrictions internally. (via zfs allow etc)
|
On some distributions like Alpine linux, you will need to change the permissions of /dev/zfs, so that regular users can write to it. This is safe, since the zfs kernel module handles access restrictions internally. (via zfs allow etc)
|
||||||
|
|
||||||
|
If you have trouble, make sure to check this, or just fix it with `chmod 666 /dev/zfs`
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user