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.

trurl

Moderators
  • Joined

  • Last visited

Solutions

  1. trurl's post in Help: Array stuck in "copy" mode, after using swap method to add a larger parity drive was marked as the answer   
    That is the best way anyway. Parity swap is really for those situations where you already have a data disk that needs replacement, but you want to buy a disk larger than parity.
  2. trurl's post in Wiki broken, lots of dead links? was marked as the answer   
    Old wiki from old versions.
     
    Go to the Documentation link at the bottom of the forum
  3. trurl's post in Unraid crash, xfs corruption was marked as the answer   
    Check filesystem on disk2.
     
    That by itself wouldn't normally cause crash though.
     
    Setup syslog server.
  4. trurl's post in SSD for Docker storage, Invalid Expansion was marked as the answer   
    Create another pool and put the SSD there 
    https://wiki.unraid.net/Manual/Storage_Management#Multiple_Pools
  5. trurl's post in Unraid shutdown and screen freeze issues was marked as the answer   
  6. trurl's post in Cant update Dockers anymore. No error just wont update. was marked as the answer   
    Not just dockers affected
    Could not download current plugin versions  
  7. trurl's post in Failed drive, unmountable, contents not emulated was marked as the answer   
    Format the emulated, missing disk to make it an empty filesystem. Make very sure it is the only disk listed for formatting. Then assigning a new disk to that slot will rebuild the newly formatted filesystem onto the new replacement disk.
     
    Then restore data from backup.
     
  8. trurl's post in 3TB Array disk disabled, 12TB replacement on sale, 2x parity drives only 10TB was marked as the answer   
    YES
    NO
    YES
     
  9. trurl's post in Unraid cannot find any HDD/NVMe for install was marked as the answer   
    Try creating flash drive manually
    https://wiki.unraid.net/Articles/Getting_Started#Manual_Install_Method
  10. trurl's post in Array's write speeds go from 250mbs to 30mbs within seconds was marked as the answer   
    The initial burst of speed is simply RAM buffering. After that, write speed will be slower than single drive speed due to parity updates. Turbo would often be faster than 30 though. One thing you could do is remove parity until initial data load is done, then build parity after.
     
    Attach diagnostics to your NEXT post in this thread and we can check your hardware and configuration.
  11. trurl's post in Array offline & undefined was marked as the answer   
    Your krusader appdata mapping goes to /mnt/cache, but you have no pool named 'cache'. Probably you renamed your pool without fixing that mapping.
  12. trurl's post in Krusader copy data from external device to array was marked as the answer   
    Each user share has settings to control whether and how it uses cache. If you are copying to a user share and don't want it cached set it cache:no.
     
  13. trurl's post in cache mover "no space left" was marked as the answer   
    You can see how much of each disk is used by each user share by clicking Compute... for the share on the User Shares page. Ultimately you want all of appdata, domains, system shares on cache, and all of other shares on the array. Then you can cache that m---a share if you want, but it must be set cache:yes or it will not get moved to the array.
  14. trurl's post in Is my high-water working - Apologies for a question it looks like people ask a lot was marked as the answer   
    First high-water on 14 is at 7. Since 7 is still larger than other disks it continues to next high-water at 3.5 before deciding whether to switch. 
  15. trurl's post in 7 Days To Die Server issues: "Could not retrieve server information" was marked as the answer   
    In the Unraid webUI of your server, there is a Dashboard page that displays your dockers, and there is also a Docker page that displays your dockers.
     
    If you click on the icon for the specific docker you want support for, on either of those pages, and click Support, it should take you to the support thread already created for that specific docker.
     
    I don't have that docker installed, but another way to get to the support thread for a specific docker is to choose the docker from the Apps page and click the Support link displayed with its description.
     
    Here is the Support thread for that docker which I got from the Apps page as I just described.
     
     
  16. trurl's post in Kernel panic on startup after noticing issues with USB stick, etc. was marked as the answer   
    Do you have a current backup of the config folder from your flash drive? The config folder is all you need to get going again with your configuration on a new install.
     
    Prepare a new install of whatever version on a good flash drive and see if that will boot.
  17. trurl's post in Two disks emulated, one is disabled was marked as the answer   
    Simply changing that setting just controls what it will do with new files, and mover ignores cache:only
     
    You have to set it cache:prefer to get mover to move it to cache.
     
    And nothing can move open files, so you have to disable Docker and VM Manager in Settings so it can be moved.
     
    Also, mover won't replace files, so if anything is already on cache you will have to decide whether to keep those or the system files on disk1.
     
    Install Dynamix File Manager plugin it will let you work with files directly on the server.
     
    What do you get from command line with this?
    ls -lah /mnt/cache/system and this?
    ls -lah /mnt/disk1/system  
  18. trurl's post in Unregistered - flash device error (ENOFLASH7) was marked as the answer   
    Recreate flash drive as a new install of whatever version. Copy config folder from your backup.
     
    Not clear the guacd segfaults are related.
     
    Have you done memtest lately?
  19. trurl's post in Locked out of Unraid/Plex server after updating to Unraid 6.11.5 was marked as the answer   
    This means the server is not getting DHCP from the router. Check network connections
    Also, link to diagnostics instructions
  20. trurl's post in Unraid 6.11.5 Freezing was marked as the answer   
    setup syslog server
     
    also
     
  21. trurl's post in Parity-Sync finished but description says 'Canceled' was marked as the answer   
    Jan 5 09:50:20 PlexNAS kernel: mdcmd (61): nocheck cancel Jan 5 09:50:20 PlexNAS kernel: md: recovery thread: exit status: -4 Jan 5 09:50:39 PlexNAS kernel: mdcmd (62): check correct Jan 5 09:50:39 PlexNAS kernel: md: recovery thread: recon P ... Jan 6 03:40:01 PlexNAS crond[1122]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null Jan 6 05:09:29 PlexNAS kernel: md: sync done. time=69530sec Jan 6 05:09:29 PlexNAS kernel: md: recovery thread: exit status: 0 Looks like it was restarted and completed 
  22. trurl's post in Moving Server to A New To Me Server was marked as the answer   
    I would say you can just move the disks over, but things get more complicated if there are RAID controllers involved on either server. One of many reasons RAID controllers are not recommended. And it might also be more complicated if you have USB drives, as it sounds like you do. One of many reasons USB connections are not recommended.
  23. trurl's post in Data disk replacement for a small one (from 8 tb to 4 tb) was marked as the answer   
    How will you access the 8TB if the array is stopped?
     
    With the array started, you can mount the old 4TB disk as an Unassigned Device and copy files to it.
     
    Then you can New Config with the 4TB in place of the 8TB and rebuild parity.
  24. trurl's post in Share permissions oddities was marked as the answer   
    Tools - New Permissions on only that share.

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.