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 Mover stopped moving automatically and refuses to move once initiated manually was marked as the answer   
    Unraid V7 has Dynamix File Manager built-in.
     
    Go to MAIN - Boot Device and click the arrow box icon to the left of flash to browse into the flash drive, and then click on the config folder in that then the shares folder in that, then check the box to the left of MEDIA.cfg and use the DELETE button at the bottom.
  2. trurl's post in /var/log is getting full (uptime 2 month) was marked as the answer   
    Doesn't look like any share has Minimum less than available cache space currently.
     
    Did cache get below 100G free during that time?
  3. trurl's post in Rootfs file is getting full (currently 89 % used) was marked as the answer   
    rootfs is the RAM reserved for the OS files. Filling that can cause lots of problems since the OS has no space left to work in. Also, since it is in RAM, whatever you put there will be gone when you reboot.
     
    If a container or something else is writing to a path that isn't actual mounted storage, that path is in rootfs. Most likely you have some container host volume wrong.
     
    Mounted storage paths are:
    the user shares (/mnt/user/sharename)
    the array data disks (/mnt/disk#/sharename)
    the pools (/mnt/poolname/sharename)
    mounted unassigned devices (/mnt/disks/mountname)
    mounted remote shares (/mnt/remotes/mountname).
    Or the boot flash drive (/boot). (It is not recommended to write to the boot flash drive.)
  4. trurl's post in How to remove containers only appearing in auto-update list was marked as the answer   
    Have you tried restarting the array?
  5. trurl's post in Docker Databases Failing All At Once was marked as the answer   
    And these
    Apr 7 13:58:10 MAGI root: Fix Common Problems: Warning: Share appdata set to use pool cache, but files / folders exist on the basic pool Apr 7 13:58:10 MAGI root: Fix Common Problems: Warning: Share backups set to use pool cache, but files / folders exist on the basic pool Apr 7 13:58:10 MAGI root: Fix Common Problems: Warning: Share cloud set to use pool cache, but files / folders exist on the basic pool Apr 7 13:58:10 MAGI root: Fix Common Problems: Warning: Share media set to use pool cache, but files / folders exist on the basic pool Apr 7 13:58:10 MAGI root: Fix Common Problems: Warning: Share media set to use pool cache, but files / folders exist on the storage pool Apr 7 13:58:10 MAGI root: Fix Common Problems: Warning: Share system set to use pool cache, but files / folders exist on the basic pool  
    https://docs.unraid.net/unraid-os/manual/shares/user-shares/#primary-and-secondary-storage-unraid-612
  6. trurl's post in "Unmountable: wrong or no file system" error on disk after unclean shutdown was marked as the answer   
    Unraid has already determined the drive is unmountable, so you have to use -L
  7. trurl's post in Other drive has read errors after rebuilding parity, steps to replace... was marked as the answer   
    Sorry missed that. It also failed extended test just like the unassigned disk.
     
    The procedure you outlined in your first post is wrong. Assuming you intend to replace it with another 4TB disk, here is the correct procedure:
     
    https://docs.unraid.net/unraid-os/manual/storage-management/#normal-replacement
  8. trurl's post in best way to update OLD usb pro license was marked as the answer   
    Assuming you intend this for a new installation, just make sure you have a copy of config/pro.key to put on the new install.
  9. trurl's post in Appdata share reporting full (400+GB free on disk) was marked as the answer   
    Looks like something not matching up with your appdata share settings. Put something in the Comments field so it will let you re-save the settings
  10. trurl's post in Starting services hang loop was marked as the answer   
    Not sure what you mean there. You can't delete docker.img with docker enabled.
     
     
     
    https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file
     
    https://docs.unraid.net/unraid-os/manual/docker-management/#re-installing-docker-applications
     
     
    https://docs.unraid.net/unraid-os/manual/docker-management/#docker-custom-networks
  11. trurl's post in UNRAID with no array, docker appdata on SSD pool. How to change my SSD? was marked as the answer   
    Might be more reliable to copy to something else, install the new SSD, then copy back. A drive taken from a USB enclosure then installed in Unraid might have to be formatted in Unraid before it can be used.
  12. trurl's post in Updated to 7.0.1 and server now gets error when starting up (ERR_MODULE_NOT_FOUND) was marked as the answer   
    Looks like your static network assignments don't agree with your gateway.
     
    Delete or rename config/network.cfg on your flash drive so it will use defaults.
     
    Really better if you let your router reserve an IP by MAC address instead of assigning static IP on your server.
  13. trurl's post in VM Manager - Virtual Machine Templates Completely Gone was marked as the answer   
    Is this from an attached monitor and keyboard?
     
    Or when trying to access the webUI from another computer on the network? Maybe a browser issue? Do you have adblocker or anything else that might interfere?
  14. trurl's post in disk not recognized after rebuild was marked as the answer   
    DO NOT FORMAT any disk that has data on it you want to keep.
     
    Format is a write operation. It writes an empty filesystem to the disk. This is basically the definition of "format" in any OS.
     
    All write operations in the array updates parity at the same time so parity will be in sync. So, after formatting a drive in the array, parity agrees it has an empty filesytem on it, and trying to rebuild at that point can only result in an empty filesytem.
     
    Typically, we try to repair unmountable before rebuilding on top of the same disk.That gives more options for recovering data.
     
    We will have to check filesystem on the unmountable disk.
     
    Attach Diagnostics ZIP to your NEXT post in this thread.
  15. trurl's post in Monthly parity check paused - Bad disk or something else? was marked as the answer   
    https://docs.unraid.net/unraid-os/manual/storage-management/#rebuilding-a-drive-onto-itself
    Or onto a new drive.
  16. trurl's post in Drive kicked out of array, is it dead? was marked as the answer   
    SMART for disabled disk2 looks OK. Emulated contents are mounted and have about 1.4T of data so should be OK.
     
    None of that will enable a disabled disk. It has to be rebuilt because it is out-of-sync.
    https://docs.unraid.net/unraid-os/manual/storage-management/#rebuilding-a-drive-onto-itself
    Since you rebooted after the drive became disabled, can't see the cause.
     
     
  17. trurl's post in Mover Stopped Moving was marked as the answer   
    No, you want appdata, domains, system shares to stay on cache. And those are already all on cache.
    Set them to Primary:cache; Secondary:none.
     
    The only other shares with files on cache are Media, Music, and Pictures.
    Set these shares to Primary:cache; Secondary:array; Mover action:cache->array.
  18. trurl's post in Some unRAID dockers start, but won't launch was marked as the answer   
    Anything can be bad if it is bad. But good Molex is better than good SATA splitters because it is a tighter connection, can carry more current, and can even avoid the "3.3V" problem because it has none.
     
     
     
  19. trurl's post in Docker suddenly failed to start, How to prevent? was marked as the answer   
    Mar 15 14:00:02 Tower move: move: /mnt/cache/data/media/tv-section/anime/I Parry Everything/Season 1/[ToonsHub] I Parry Everything S01E07 1080p AMZN WEB-DL DDP2.0 H.264 (Ore wa Subete wo [Parry] Suru - Gyaku Kanchigai no Sekai Saikyou wa Boukensha ni Naritai, Dual-Audio, Multi-Subs) [1+9] - I.Parry.Everything.S01E07.I.Parry.the.Deadman.1080p.AMZ.nfo File name too long Lots of that sort of thing in your syslog, which probably means a lot of files are stuck on cache.
     
    Cache isn't full now though, did you notice if cache had filled up at some point or any other problem with cache?
     
    You should set Minimum Free for cache
    https://docs.unraid.net/unraid-os/manual/storage-management/#minimum-free-space-for-a-pool
     
    And Minimum Free for each of your User Shares
    https://docs.unraid.net/unraid-os/manual/shares/user-shares/#minimum-free-space
     
    Didn't really see anything else
  20. trurl's post in 7.0.1 - Separating cache and appdata from 1 to 2 drives was marked as the answer   
    Also
    https://docs.unraid.net/unraid-os/release-notes/7.0.0/#share-secondary-storage-may-be-assigned-to-a-pool
     
    So you can move directly from one pool to another.
  21. trurl's post in Unraid not in Network was marked as the answer   
    You shouldn't use root for network access to user shares. root is only for the Unraid webUI and command line.
     
  22. trurl's post in Cache Full was marked as the answer   
    Set data and nextcloud shares to
    Primary:cache; Secondary:array; Mover action:cache->array
     
    appdata can't be moved until those others have been moved to make room. So for now, set appdata to Secondary:none
  23. trurl's post in Starter version limitations was marked as the answer   
    https://unraid.net/pricing
  24. trurl's post in MCE event | seeking assistance | logs attached was marked as the answer   
    If it continues to have crashing
     
  25. trurl's post in Rootfs file is getting full (currently 76% used) was marked as the answer   
    rootfs is the RAM reserved for the OS files.
     
    The Unraid OS is unpacked from archives on the flash drive into RAM, and the OS runs completely in RAM. Think of it as firmware.
     
    If you fill up rootfs, the OS has no space to work in.
     
    The actual amount you have used is not all that unusual, but for most users that would be only a few percent of their RAM.
     
     

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.