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 Replacing a failed drive with a smaller one was marked as the answer   
    If the failed drive was empty you can New Config with the smaller drive in place of the failed drive, let parity rebuild, and format the new drive during or after parity rebuild.

    Or New Config/Rebuild Parity with nothing in place of the failed drive since 250G is perhaps not big enough to bother with.
  2. trurl's post in Some docker webUI's won't connect was marked as the answer   
    Click on the container icon and select log from the pop-up
  3. trurl's post in Disk 1 and Disk 5 disabled but emulated contents missing was marked as the answer   
    Check filesystem on emulated disks 1 and 5 from the webUI and post the output.
  4. trurl's post in Files show on disk1 but don't show in share was marked as the answer   
    Only array disks use the parity disk so cache or other pools has no bearing on parity.

    If you mean you will have 4 or fewer data disks assigned to the array, a single parity drive is sufficient. Single parity can be used with as many disks as you want to put in the array. Single parity allows a single disk to be rebuilt from all the other disks in the array. Dual parity allows 2 disks to be rebuilt at the same time from all the other disks in the array. Neither parity contains any of your data, it just allows the data from a missing disk to be calculated by reading parity plus all other disks.

    Setup Notifications to alert you immediately by email or other agent as soon as a problem is detected. If you don't allow a disk to go bad without knowing about it and taking care of it, then maybe consider dual parity if you have 8 or more data disks in the array.

    Be careful with connections when replacing disks, that is by far the most common cause of problems when rebuilding.

    As you can see from the output of that command, your ntfs cache does have 2 partitions. After you get everything off the nvme, click on it to get to its page so you can erase its partitions before reformatting it.
  5. trurl's post in Newly updated to 7.3.2: APPS tab is empty was marked as the answer   
    You should always make sure your plugins are updated before updating Unraid.

    Remove Community Apps and install the latest version.
  6. trurl's post in unresponsive / sleep ?? was marked as the answer   
    You also have to set the Remote syslog server field. If logging to the same server, you can put localhost.

  7. trurl's post in Moving from a Single Drive to Multiple in the Future with UNRAID was marked as the answer   
    You can have a single drive, but you won't have any redundancy until you have at least 2 drives. Normally, HDDs go in the Unraid array, with one disk as parity.

    Lots more detailed information in the Unraid Docs linked at the top of the page.

    Or just ask here if you have some specific questions.
  8. trurl's post in Hard Drives wont stay spinned down was marked as the answer   
    Your appdata and system shares have files on the array. These files are usually always open. You have these shares configured to put new files on cache, but existing files on the array won't be moved because there is no Mover action because there is no Secondary.

    Also, nothing can move open files so you have to disable Docker in Settings before these can be moved.
  9. trurl's post in corrupted USB, rebuilding array help. Key migration. was marked as the answer   
    config folder on flash contains all of your configuration, and is all you need to get all of your configuration going again on a new install.

    config/super.dat is your array assignments, config/pools folder is your pools.

    config/pro.key is your license. After you boot you will have to do a license transfer to the new flash in Tools - Registration.

    Changing the boot device | Unraid Docs
    The boot device is critical to your Unraid server as it stores the operating system, configuration files, and license. (For typical USB installs this is a USB flash drive; with internal boot it is ano
  10. trurl's post in [7.3.1] Unraid only boots in Safe Mode, even when all plugins are removed was marked as the answer   
    Your go file appears to be empty, even though it seems to be the correct size. Put the stock go file in your config folder.
  11. trurl's post in Community app error was marked as the answer   
    In binary this is
    1000000000000000010000000000000000000000

    If you flip that most significant bit it is a more reasonable
    4194304 in decimal
    = 4 x 1024 x 1024
    = 4 MB


    Do memtest before anything else.

  12. trurl's post in How to reconnect after internet loss? was marked as the answer   
  13. trurl's post in Docker dysfunctional after upgrade from 7.3.0 to 7.3.1 was marked as the answer   
    Your pool (named "pool") doesn't exist, and appdata is configured to only use that pool. Also, "pool" might not be a good name for a pool.

    Your system share is on the array, better if it were on a pool.

    USB not recommended for assigned disks for many reasons.
  14. I have reproduced this behavior on 7.3 by using the command line to create a top level folder on disk1. It results in a new share. The settings for that share show Primary:cache; Secondary:none. However, no .cfg file is created for that share. And, if I create a folder in that test share, it is created on cache.

    This is not the way it is supposed to work.
  15. trurl's post in BTRFS read/checksum errors on cache pool after update to Unraid 7.3 was marked as the answer   
    Memtest immediately.
  16. trurl's post in Unraid 7.3.0 | All Shares Unavailable was marked as the answer   
    More likely a problem with cache, since /mnt/user0 was mounted, but /mnt/user was not mounted.
  17. trurl's post in App Data Backup is creating a share, and it has streams and app data doesen't was marked as the answer   
    Not only has it created a user share, but it is going to create another user share next time it runs, named ab_whatever_date_time.

    What is the Backup Destination you have set in the plugin? You must have told it to store it directly to a pool or array disk.

    User shares are simply the combined top level folders on array and pools. If you create a top level folder on array or pool it is automatically a user share named for the folder.

    Backup Destination needs to be a path to a user share you create for the purpose, or a subfolder of a user share you already have.

    Where do you see this?
  18. trurl's post in Why did the 7.3.0 update come up with Onboarding when booted? was marked as the answer   
    The onboarding wizard is new for 7.3. There is another wizard for setting up internal boot.

    https://docs.unraid.net/unraid-os/release-notes/7.3.0/#onboarding-and-internal-boot
  19. trurl's post in Unmountable: Wrong or no filesyste, was marked as the answer   
    Since you have dual parity you can rebuild both at once.

    https://docs.unraid.net/unraid-os/using-unraid-to/manage-storage/array/replacing-disks-in-array/#re-enabling-a-disabled-disk-rebuilding-onto-itself
  20. trurl's post in New Parity Drive shows offline was marked as the answer   
    Did you rebuild after you made that change? Parity will remain disabled until it is successfully rebuilt.
  21. trurl's post in Replacing failed disk gone wrong was marked as the answer   
    Parity doesn't contain any of your data of course. It just allows the data from a missing disk to be calculated from all the other disks. And format doesn't completely wipe out every trace of the original disks data from the array. It just writes an empty filesystem to the disk, and parity agrees the disk has an empty filesystem after that.

    But maybe if we make it emulated and rebuild it from parity, even though the result would be an empty filesystem, all the rest of the bits from the original data would still be there and UFS Explorer might be able to recover some of it.
  22. trurl's post in “Compute all” going on 36+ hours was marked as the answer   
    Try refreshing the page
  23. trurl's post in Mover not moving files from cache to the array was marked as the answer   
    Looks like your Downloads share is fixed now.

    I guess you will have to delete media.cfg file in config/shares on your flash drive, then apply settings to your Media share.
  24. trurl's post in Can't update dockers and VM's not showing up was marked as the answer   
    https://docs.unraid.net/unraid-os/troubleshooting/common-issues/docker-troubleshooting/
  25. trurl's post in Flashdrive corrupted or offline message. was marked as the answer   
    What could it hurt? If the flash drive can't be reused you will have to do a license transfer.

    Might be some useful "flash drive" research for you to do here:
    https://forums.unraid.net/topic/196967-unraid-boot-device-guide-usb-and-nvme-hardware-selection/

    Also, Unraid v7.3 (currently beta) allows for "internal boot", which doesn't require a flash drive:
    https://docs.unraid.net/unraid-os/release-notes/7.3.0/#onboarding-and-internal-boot

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.