Everything posted by PeterDB
-
fortytwo - unRAID X399 build
Thanks for the response. This is good info! I actually started to do some test prints and glue tests, and also started to search for eva foam strips. First test prints were promising! However, while doing my research for eva foam, I discovered that one of the case manufacturers actually started producing a 28 vertical bay rack again, and I just ordered one of those. Only downside is that the rack uses 120mm fans instead of 140mm. Try searching for 4u 28 drives, and the case manufacturer pops up on Alibaba and a few sellers on AliExpress. Inter-Tech is selling them under the model 4F28 https://inter-tech.de/en/products/ipc/server-cases/4f28-mining-rack
-
fortytwo - unRAID X399 build
wow, this is really an elegant solution and just what I have been looking for. Any chance you can share the STLs or upload to Thingiverse? So many questions also, like: - How does the bottom part look like - How much tolerance do you have on the drives - Why not 15 drives instead of 14? - Any vibration issues? - How is the airflow and drive temps? - On the read, I see two squares, are these just there to hold up the mount? - How did you glue/stick/mount them together? - Did you screw the cage to the rack, or is it just sitting there loose?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
That solved it. Thanks so much!
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Thanks for the clarification. Unfortunately, I don't think that the issue here, as there is no script set to run and the option to collapse the tree is greyed out. It's like unassigned devices is "asking me" to run the script, while there shouldn't be a reason for it.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
In the last few days, I've noticed drive three is expanded and a lightning is shown next to one of my drives in Unassigned Devices. I don't seem to be able to find any real info about why this is, except it's to execute a script. However, when I do, I get the prompt it's completed, but the lightning doesn't go away. Any ideas?
-
HDD Auto spinup on Plex container activity
That is the error: /tmp/user.scripts/tmpScripts/emby_monitoring_spinup/script: line 18: mdcmd: command not found Only difference to your original script, was that I changed it to monitor for Emby rather than Plex.
-
HDD Auto spinup on Plex container activity
I'm trying to use this script to spin up the drives to avoid the Emby coverart loading time. However, when I try to run the script, I get the following error: /tmp/user.scripts/tmpScripts/emby_monitoring_spinup/script: line 18: mdcmd: command not found Right now, I'm just running it to test using the CA User Scripts "Run Script" option. Any ideas why it's reporting mdcmd not being found? I did try to run mdcmd status | grep "rdevLastIO.1}=" | cut -d '=' -f 2 | tr -d '\n' from the webterminal and that worked fine.