From e76f96df443df9f01c30c8f4187b14416076fcc2 Mon Sep 17 00:00:00 2001 From: bobbie Date: Fri, 24 Apr 2026 20:46:45 +0100 Subject: [PATCH] vault backup: 2026-04-24 20:46:45 --- _Inbox/2026-04-24 1836.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_Inbox/2026-04-24 1836.md b/_Inbox/2026-04-24 1836.md index 37e66f6..90fbada 100644 --- a/_Inbox/2026-04-24 1836.md +++ b/_Inbox/2026-04-24 1836.md @@ -13,4 +13,7 @@ tags: smb is case insensitive and linux is case sensitive. of the few settings that a data-set will not inherit from it's parent is 'casesensitivity' which is on by default. Therefore you must remember to set casesensitivity=insensitive!! command to setup dataset suitable for smb sharing -`zfs create -o casesensitivity=insensitive -o acltype=posixacl -o xattr=sa -o compression=lz4 poolname/datasetname` \ No newline at end of file +`zfs create -o casesensitivity=insensitive -o acltype=posixacl -o xattr=sa -o compression=lz4 poolname/datasetname` + +then also set the permissions afterwards +`chgrp sudo /poolname/datasetname chmod 2770 /poolname/datasetname` \ No newline at end of file