Skip to content

Commit 072535b

Browse files
committed
unraid: fixup setup guide
1 parent 538f1d6 commit 072535b

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

docs/dev-notes/unraid/unraid-setup.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Unraid Setup
22

3-
## Config
4-
5-
### Docker
3+
## Docker Config
64

75
- create custom network
86

@@ -16,7 +14,7 @@
1614
- this triggers the expected write amplification from `BRTFS` copy-on-write
1715
- [details](https://forums.unraid.net/bug-reports/stable-releases/683-docker-image-huge-amount-of-unnecessary-writes-on-cache-r733/page/22/?tab=comments#comment-13653)
1816

19-
### Advanced Disk Settings
17+
## Advanced Disk Settings
2018

2119
- Query/Disable/Enable Write Caching [(Reference)](https://forums.unraid.net/topic/72862-drive-write-speeds-really-slow-solved/?do=findComment&comment=670028)
2220

@@ -45,7 +43,9 @@
4543
4644
- <https://wiki.unraid.net/Tips_and_Tweaks#Turn_on_Reconstruct_Write>
4745
48-
### VM
46+
## VM Config
47+
48+
### Host Config Tweaks
4949
5050
- disable `Copy-on-write` on share storing VM vdisk image files (default is `domains`)
5151
@@ -65,7 +65,7 @@
6565
> ```
6666
6767
>
68-
> \[!note\] Restore _**on-demand**_ cpu governor\_
68+
> \[!note\] Restore _**on-demand** cpu governor_
6969
>
7070
> ```bash
7171
> #!/bin/bash
@@ -98,22 +98,29 @@
9898
- use direct disk path for cache only shares instead of the user share mount path e.g.
9999
100100
- _Default VM Storage Path:_ `/mnt/user/domains/` => `/mnt/cache_nvme/domains/`
101-
- Windows VM Guest tweaks
102-
103-
- install the VirtIO drivers
104-
- install the QEMU Guest Agent
105-
- disable Hiberfil.sys: `powercfg -h off`
106-
- set power plan to maximum performance
107-
- disable index and/or cortana search
108-
- Nvidia control panel: `3D settings` -> `Manage 3D settings` -> `Global settings`
109-
- set `Power Management mode` = `Prefer maximum performance`
110-
- set `Low Latency Mode` = `On`
101+
102+
### Windows VM Guest Tweaks
103+
104+
- install the VirtIO drivers
105+
106+
- install the QEMU Guest Agent
107+
108+
- disable Hiberfil.sys: `powercfg -h off`
109+
110+
- set power plan to maximum performance
111+
112+
- disable index and/or cortana search
113+
114+
- Nvidia control panel: `3D settings` -> `Manage 3D settings` -> `Global settings`
115+
116+
- set `Power Management mode` = `Prefer maximum performance`
117+
- set `Low Latency Mode` = `On`
111118
- references
112119
113120
- https://resplendence.com/latencymon
114121
- https://forums.unraid.net/topic/135867-is-there-a-current-guide-for-setting-up-a-windows-11-vm/
115122
116-
### SMB
123+
## SMB
117124
118125
- SMB hardening
119126
```config

0 commit comments

Comments
 (0)