We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aa3cf commit 7a6cc32Copy full SHA for 7a6cc32
1 file changed
src/data/blog/2026/smb-for-lxc.md
@@ -5,7 +5,7 @@ featured: true
5
draft: false
6
pubDatetime: 2026-02-26T12:00:00
7
slug: hello-world-again
8
-tags: [ "LXC", "systemd", "Proxmox" ]
+tags: ["LXC", "systemd", "Proxmox"]
9
description: "Passing an SMB share from the proxmox host to LXC"
10
---
11
@@ -50,7 +50,7 @@ chmod 700 *
50
### Mount Unit
51
52
```ini
53
-# mnt-filehost-documents.mount
+# mnt-filehost-documents.mount
54
[Unit]
55
Description=samba mount for //filehost.internal/documents for the proxmox user
56
Requires=systemd-networkd.service
@@ -71,7 +71,7 @@ WantedBy=multi-user.target
71
### Automount Unit
72
73
74
-# mnt-filehost-documents.automount
+# mnt-filehost-documents.automount
75
76
Description=Automount for mnt-filehost-documents
77
0 commit comments