Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ConnerVT

Members
  • Joined

  • Last visited

Everything posted by ConnerVT

  1. If you are still using the Quadro P2000 you will want to stay on 580.xx.xx. Nvidia has obsoleted the Pascal based cards and is removing support for them from 590.xx.xx. Best to manually select a 580.xx.xx version (latest one is fine).
  2. Another option you can take is to preemptively replace the parity drive with a larger one, then put the removed drive in a drawer as a cold spare. You then won't be worrying and scurrying when you have a drive fail.
  3. Here. If Enabled, will download the latest driver version and send a notification. When rebooted, the new driver takes affect.
  4. This message means that Plex did not find a USB TV Tuner device. 99%+ of all Plex users in the world have this in their log. It can be ignored.
  5. Yes, this is the typical write speed to a parity enabled Array. Each write requires a read of the data drive being written and the parity drive(s), a parity calculation, then a write to the data drive and parity drives(s). If you have a cache set up for the Share being written, it does "speed up" the write access time - But just to make your "While you wait" at the keyboard time go more quickly. The write speed will be the same when the Mover transfers the data from Cache -> Array.
  6. Assuming all drives are functioning correctly, the 40 hour parity rebuild is due to the small capacity drives. A spinning hard drive's access time is at it's fasted when accessing its first sector, and its slowest accessing the last. The difference is approximately 50% slower. The parity rebuild can only run as fast as the slowest drive in the array, at the sector which is being read at at hat time. So let's use an example that is a bit simpler than your server - 3 drives, a 8TB, 4TB and 2TB. I'll assume that all have identical access times (which in real life, won't be true, as the smaller drives typically are older technology and are slower at both first and last sector). Let's say 200MB/s to start, 100MB/s at last sector. At starting the parity check, speeds are at 200MB/s. At 1TB done, the 2TB drive is at 150MB/s. Just before 2TB, at 100MB/s. (An 8TB drive would be capable of 175 and 150MB/s respectively) Once past 2TB, the speed will jump back up to 150MB/s, as the 2TB drive is now idle. It will work its way back down to 100MB/s at the 4TB mark. Now just 8TB drives are being red, so speeds again jump to 150MB/s, ramping down to 100MB/s until the parity is completed. As your server now is just a Proof Of Concept test, these old drives are fine to do your testing with. Ideally, a smaller number of larger capacity drives are a better choice, as you benefit from faster access speeds, lower power consumption and less things to go wrong or fail. My main server has 18TB and 16TB drives. My parity checks, run quarterly, average 185MB/s and run for just under 27 hours. The image is a screenshot from the DiskSpeed docker, available on Community Applications. It is a great benchmark/diagnostic tool to see the performance of your drives. Oh... And welcome to Unraid.
  7. Honestly, I didn't look there. After the swap, first thing I encountered was my Plex container not starting. First thought was a driver issue, but it was that I had the GUID (of the old P400) rather than ALL in my Plex template. After I got that running, and saw the new GPU was transcoding according to Plex, I then revisited the GPU Statistics on the Dashboard. It was still showing the "unparsable data" message, so started working with the GPU Statistics settings.
  8. Sorry I was late to the party. I saw the same thing, and figured out the same solution, as I recently replaced my Quadro P400 for a RTX A400. Was interesting, as the new A400 was shown (and selected) in the plugin config page. I believe I needed to unselect the card, hit Apply, select the card, hit Apply again.
  9. That's the way to do it.
  10. There is no issue moving files using Unraid built in File Manager, Midnight Commander (mc), Krusader or Unbalance (plugin). Just be sure you are moving files from drive to drive. Never move files from Share to Drive or Drive to Share. This is when problems can happen. Is your Parity Drive 18TB or bigger? Parity Drive must be equal/greater in size to all of the data drives in your array.
  11. Your card is more sparkly than most? 🙃
  12. First question is what do you plan to do with a GTX970? This old Maxwell based card cannot transcode 4K h.265 and is pretty limited even for HD h.264 media files. If just using the card for a local video display, or to pass through to a VM, the driver isn't required.
  13. While waiting for someone to chime in, I would likely run a memtest. Especially with a HW change.
  14. So, nothing really changed except for your shirt? 😀 Congrats for the deserved recognition of the work you do.
  15. Unraid's File Manager works like most computer directory interfaces (like Windows Explorer, in Details view) Click Shares and you will see a list of your shares. My media is in the Media share (imaginative, ain't I?). A Share in Unraid is basically a top level folder in Windows. If you click on the icon to the left of the Share's name, it opens the share (folder). I'll move down to a movie in my Movies folder: Looking at the screenshots above you will see that for both the sub-folders and the media, the OWNER is nobody. The PERMISSIONS are allowing everything for folders, and allow reading and writing for the media files (you can find many video or text tutorials on Linux permissions, I'm not going there today). We have no idea how you are downloading your media, how that is configured, or if the media is where Plex expects the files to be. So you need check just where the files are (in the correct location for Plex to find?), and are the Permissions and Owner the same as the Media files Plex is able to read (this can block a program/user from seeing/using it).
  16. This is in almost everybody's log. It means that Plex did not find any USB TV tuner device. Ignore it, unless you are one of the few people left on the planet using one. Two things to check next: Are the files in the correct place? Confirm they are in the location that is specified by Plex and your Docker template mapping. (If in the same path as other media Plex can see, you are probably good) Check file Owner and Permissions. Use the built in Unraid File Management, and see if the unseen files are the same as the one's you can see in Plex. However you are downloading files may be setting this in a way that prevents Plex from seeing them.
  17. I would first check your Plex settings: If this is set correctly, new media should show up in a minute or so when added to your Library. If not, does it show after manually rescanning your Library?
  18. @Aran - It ain't much of a script. I use the Appdata Backup plugin in a pretty basic configuration - Stop the container, back up the appdata, restart the container. That goes in a folder within my Backup share. Nothing interesting there. What I also do is - Weekly I include that Backup share folder in a simple rsync script (along with other computer's backups also residing in the Backup share) and mirror it to an external 8TB USB drive. Then I occasionally swap that drive with one I keep at work. 3-2-1, Belt-Suspenders-Duct Tape, however you wish to look at it.
  19. Yes, no way I know of to disable individual plugins. Rebooting in Safe Mode disables all of them, as well as Docker and VM services.
  20. Unassigned Devices Preclear and Unassigned Devices Plus are add-ons to Unassigned Devices. You would need to remove these first, then you can remove Unassigned Devices without receiving an error.
  21. I believe that the GTX1660 can now do 8 concurrent transcodes. Back when SpaceInvader One posted that video, NVidia drivers had it throttled to only 2 transcodes at a time. You put ich777 in a bad spot. If you read the opening posts in this thread, he clearly states that he cannot assist anyone using this patch. It violates the Terms of Agreement from Nvidia, whom take their ToA very seriously. Which could actually put both him and Limetech at legal and financial risk. Regarding power supplies - Your supply may be more than enough for your system if it is functioning correctly. They do fail over time, and not only catastrophically. Most of the time, they start being flaky (or to be more exact, the system they power has intermittent issues). I have seen several systems do this - many hours of troubleshooting, only to be resolved by replacing the power supply. Failing capacitors, noisy voltages cause strange things to happen, especially as computer semiconductors get physically smaller and power efficient. Other possible issues could be the power you plug your PC into. Noise on the A/C power, improper grounding, floating neutral wire. Or it could be an issue with the NVidia driver code itself. ich777 cannot do anything about that. He generously compiles a package (and the mechanism and GUI to utilize it in Unraid) and offers his knowledge and support for this and literally hundreds of other plugins and Docker containers. Not for money or fame, but because he is genuinely a nice guy (as far as I have observed over the past few years).
  22. How a share is configured will only apply to new files written to the share. It won't change existing files (or writes to existing files). If you want all of the files on Disk 2, you can move them manually. You can use the Unraid's built in file manage, or use a program like Unbalanced (plugin), Midnight Commander (CLI) or Krusader (Docker).
  23. Without seeing any logs, and that you say only your Plex port is open, my guess is this is coming from your router. Several of the mainstream routers come with a security application which probes devices on your LAN.
  24. My desktop and server systems usually like the Ship of Theseus. They never really get replaced, but over time end up has nearly every component being replaced either for an upgrade or repair. The only original parts left in my main server are the case and drive cage, the flash drive and a few cables. Everything else was either added or has been replaced.
  25. It could potentially be new (NOS). Could be old, unneeded inventory from a company's IT/service department for repairing employee's laptops. I have worked in a computer service department before. All sorts of brand new, unused parts for computers that were new more than a dozen years earlier. Eventually you need to get rid of them, especially in localities which charge a tax on the company's inventory. You are correct, doesn't seem the risk to you is very big. Run it until it won't, have a plan for replacement when it does. I have a 120GB SSD in my server, was the very first SSD I ever bought. It has been in at least a half dozen systems, it just won't die. I use it as a Plex transcoding temporary file drive now.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.