diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 32a86ff..cb6c4b9 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -135,16 +135,30 @@ "state": { "type": "markdown", "state": { - "file": "_Inbox/2026-04-23 1544 initial install and setup of a proxmox host.md", + "file": "Daily Notes/2026-04-24.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "2026-04-23 1544 initial install and setup of a proxmox host" + "title": "2026-04-24" + } + }, + { + "id": "ad33cacc5764af0c", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "_Inbox/2026-04-24 1836.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "2026-04-24 1836" } } ], - "currentTab": 9 + "currentTab": 10 } ], "direction": "vertical" @@ -304,10 +318,10 @@ "state": { "type": "file-properties", "state": { - "file": "_Inbox/2026-04-23 1544 initial install and setup of a proxmox host.md" + "file": "_Inbox/2026-04-24 1836.md" }, "icon": "lucide-info", - "title": "File properties for 2026-04-23 1544 initial install and setup of a proxmox host" + "title": "File properties for 2026-04-24 1836" } }, { @@ -325,7 +339,8 @@ } ], "direction": "horizontal", - "width": 409.5 + "width": 409.5, + "collapsed": true }, "left-ribbon": { "hiddenItems": { @@ -352,10 +367,12 @@ "obsidian-git:Open Git source control": false } }, - "active": "67163cd92f212eec", + "active": "ad33cacc5764af0c", "lastOpenFiles": [ - "Attachments/ThinkStation_P520_Spec.pdf", + "Daily Notes/2026-04-24.md", + "_Inbox/2026-04-24 1836.md", "_Inbox/2026-04-23 1544 initial install and setup of a proxmox host.md", + "Attachments/ThinkStation_P520_Spec.pdf", "_Inbox/2026-04-24 1123.md", "_Inbox/2026-04-23 1005.md", "_Inbox/2026-04-22 1302.md", @@ -387,7 +404,6 @@ "References/Toshiba 2TB HDD DT01ACA200.md", "References/Toshiba 3TB HDD Low-Energy E300.md", "References/Sandisk 120GB SSD SDSSDA.md", - "References/Amazon Fire Tablet Bella.md", "Attachments/H87M-ITX.pdf", "Attachments/ThinkPad_X1_Yoga_Gen_7_Spec.pdf", "Attachments/Pasted Image 20260223141434_201.png", diff --git a/Daily Notes/2026-04-24.md b/Daily Notes/2026-04-24.md new file mode 100644 index 0000000..61a03c3 --- /dev/null +++ b/Daily Notes/2026-04-24.md @@ -0,0 +1,14 @@ +--- +date: 2026-04-24 +created: 2026-04-24T18:36:17 +category: + - "[[Daily Notes]]" +--- +# Friday 24th April 2026 +[[Home]] | [[PARA|PARA Board]] | [[2026-04-23|< Back]] | [[2026-04-25|Forward >]] +## today's activity +![[Daily note today.base]] + +## in focus +![[PARA.base]] + diff --git a/_Inbox/2026-04-24 1836.md b/_Inbox/2026-04-24 1836.md new file mode 100644 index 0000000..37e66f6 --- /dev/null +++ b/_Inbox/2026-04-24 1836.md @@ -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` \ No newline at end of file