stevenxl
Members
-
Joined
-
Last visited
Solutions
-
stevenxl's post in Hardlinks, Cross-Seed, Data Share was marked as the answerTurns out that docker cannot hardlink across mount points. Solution was to remove the second mount point and then make hardlinks to same mount point as the original:
```
- /mnt/user/data/personal:/data/personal
```
And `/mnt/user/data/personal/cross-seed/links:/links` just gets converted to a "hardlink into "/data/personal/cross-seed/links".
Thanks to @ash2ruin on the UnraidOfficial discord.
-
stevenxl's post in Connected Over USB was marked as the answerThanks. At this point I think this is just the performance of these drives. I cheaped out on the whole setup thinking it would be enough. I think they are frankly, but the drives are crap.
Not to high-jack my own thread, but can you recommend one or two product lines for HDDs in the 8TB range that will give me better speeds than what I am seeing.
-
stevenxl's post in HTTPS In Local was marked as the answerIt turns out that the `.pem` file needed by unraid has to be a "bundle" - i.e., it includes both the cert and the key. This is easy to do by concatenating both files with `cat`. Now, you do have to manage updating the cert whenever `swag` updates it, but this is easy enough to do by having a script run on a regular basis.