diff --git a/Manual.md b/Manual.md index 3433f72..a6bef1f 100644 --- a/Manual.md +++ b/Manual.md @@ -202,5 +202,8 @@ Depending on your use-case, you can always try to restrict these permissions fur ### /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` +