vault backup: 2026-04-24 19:24:17

This commit is contained in:
2026-04-24 19:24:17 +01:00
parent af5feb1d82
commit f3838dc27d
3 changed files with 55 additions and 9 deletions
+16
View File
@@ -0,0 +1,16 @@
---
category:
- "[[Note]]"
type:
- "[[Log]]"
title: linux zfs storage pool setup
created: 2026-04-24T18:36:22
date: 2026-04-24
tags:
---
### smb sharing
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`