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 [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.
  2. 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.

  3. trurl's post in How to reconnect after internet loss? was marked as the answer   
  4. 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.
  5. 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.
  6. trurl's post in BTRFS read/checksum errors on cache pool after update to Unraid 7.3 was marked as the answer   
    Memtest immediately.
  7. 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.
  8. 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?
  9. 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
  10. 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
  11. 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.
  12. 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.
  13. trurl's post in “Compute all” going on 36+ hours was marked as the answer   
    Try refreshing the page
  14. 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.
  15. 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/
  16. 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
  17. trurl's post in Very Slow Rebuild After Swapping in New Drive was marked as the answer   
    USB not recommended for assigned disks for many reasons.

    This sounds like a power issue.


  18. trurl's post in Upgrading from Unraid 7.2.3 to Unraid 7.2.4 Plugin failed to install was marked as the answer   
    Looks like your flash drive is read-only. Put it in your PC and checkdisk. Or reformat and restore from your flash backup.
  19. trurl's post in change docker image brtfs to xfs, can't figure out nextcloud-aio-mastercontainer was marked as the answer   
    What I've noticed examining some diagnostics is xfs img is named docker-xfs.img. So maybe both exist as separate files.
  20. Disks and pools are mounted, user shares are not. But something is trying to access user shares, perhaps too early. Perhaps some rogue plugin, you have a large number of plugins.

  21. trurl's post in User Shares 0 B Free was marked as the answer   
    The shares in question are set to only include disk3. Also, they are set to exclude disks 1,2. You should never set both include and exclude. And there is never any good reason to think you might want to do that.

    Include means only the listed disks, so it already excludes all other disks.
    Exclude means except for the listed disks, so it already includes any disks not listed.

    Delete the .cfg file for each of those shares in config/shares on the flash drive, restart the array, and configure those shares again.
  22. trurl's post in unraid share sub directory not showing contents on disks include in share was marked as the answer   
    Or just copy what you can from it and reformat as XFS/btrfs/ZFS
  23. trurl's post in Disk 7 disabled during Disk 1 rebuild, rebuild appears frozen was marked as the answer   
    Disk7 has disconnected and is now Unassigned Device sdm. SMART for that disk looks OK.

    Both emulated disks are mounted, disk7 is very full.

    Shutdown, check connections, all disks, both ends, SATA and power, including splitters.

    Since you have dual parity you can rebuild both at the same time.
  24. trurl's post in New Unraid build keeps crashing was marked as the answer   
  25. trurl's post in File Manager for Unraid that Does not change File Creation Date and attributes? was marked as the answer   
    Have you tried the built-in File Manager?

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.