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.

Bob-omb

Members
  • Joined

  • Last visited

Everything posted by Bob-omb

  1. After preclearing a new disk in Unraid booting the PC shows this: This has never happened before. Then again, I don't think I have ever done a full preclear before either.
  2. I noticed that in BIOS the flash drive was not available as a boot device. Kind of strange. Another reboot seems to have solved the issue.
  3. Upgrading from 7.2.5 to 7.3.1: After a reboot: Now what?
  4. Is there a guide for how to configure this? I can install Tailscale-Docker but I have no idea how to set it.
  5. I also have this problem. Any advice would be great.
  6. I also have this problem and I have no idea how to configure Tailscale Services.
  7. Cloning VM is stuck. Syslog shows nothing. Seems like the GUI doesn't even reach the cloning phase. It’s stuck before execution.
  8. I assume this has to with Unraid 7.2.5 upgrading Docker to version 29, but I am not sure. Seems like there might be two solutions here. Solution 1: Use container networks Set the network type to Container and use the container that has VPN as the "Container Network". In this case you don't have to use --net=container:<YOUR_CONTAINER_NAME> Solution 2: Remove port mappings Remove all port mappings from the routed container. Add those ports to the VPN container instead. For example: add SABnzbd’s 8080 WebUI port to the VPN container and remove the port from the SABnzbd container. Make sure not to use The important part is that the routed container must not have both --net=container:<VPN_CONTAINER_NAME> together with any Docker network attachment or port publishing.
  9. After upgrading to version 7.2.5 Unraid fails to start some containers. Here is an example: docker start binhex-sabnzbd Error response from daemon: failed to set up container networking: container sharing network namespace with another container or host cannot be connected to any other network failed to start containers: binhex-sabnzbdNote that this only happens for containers that I have routed through a VPN container with the --net=container:<YOUR_CONTAINER_NAME>. What should I do? I still want to use VPN for the container.
  10. Nevermind. Seems to work again after another reboot. Strange...
  11. The flash disk is simply not available as a boot drive after upgrading to version 7.2.5 and restarting. If I add the flash drive to my Windows computer I can navigate the directories on the flash drive. Seems like something broke. Where should I begin?
  12. In that case it is definitely not working for me. If I click START ALL only some containers will start. The containers that does not start doesn't have any errors. Manually starting them through the WebGUI works so I am not sure why.
  13. What do you mean by "stopped containers"? Any container that is not running?
  14. If I click on START ALL I noticed that not all containers will start. What is this button supposed to do? Furthermore some apps that were previously off will turn on even if they autostart is disabled. I am mildly confused.
  15. When you say they they "they have disappeared again", what exactly are you referring to? You can't see them in the UnraidUI or in SMB? A screenshot would help.
  16. Alright, cool. I am backing up the flash drive nightly to OneDrive, local disk and FTP with Duplicacy using a User Script. Let's hope I never need it.
  17. Where are we at this point? Does the latest Unraid (7.2.2) support it yet?
  18. I want to manually backup the flash drive (for many reasons). Can I do that while the system is running or is there something i should be aware of like locked files etc? What exactly does the native "flash backup" button do when it backs up the flash drive? Is it just a simple copy operation followed by compression?
  19. There is absolutely no reason to backup mnt/user That is what causing problems. I assume you have added that path to the docker container, but you should remove it. There is no need to map it. The two other paths are fine though.
  20. Sure it can, but there would be no point. You would just waste IO and resources. Correct me if I am wrong but as far as I know deduplicating tools like Duplicacy/Restic/Borg work on a block/chunk level meaning they will identify identical chunks of data and store only the differences between backups. This only works efficiently if the underlying binary data remains aligned and unchanged. With .tar files each new backup folder appears entirely different to the deduplication tool, meaning you’ll end up re-backing up almost all of the same data and deduplication is practically pointless. But please educate me if I am missing something. I don't think I can find that particular conversation in 82 pages of posts easily 😂 Update: You might be right- This post confirms what you are saying, though I haven't tested it. Though this post suggests it might be sub-optimal to do so.
  21. Is there a food reason for this? I am asking because I am thinking about making my own solution that can use a tool such as Borg or Duplicacy to deduplicate and compress backups instead. If there are considerations which led you to use tar I would love to know before I spend the next 1000 hours making a script that can do this 😂
  22. Is there any way to copy files without making tar files? @KluthR I tried turning off compression, but the files are still .tar
  23. Thanks. The question is why Unraid gives the impression that it is possible to delegate user permissions in the settings if it's not.
  24. I am able to access my server with FTP using FileZilla and the root user. However, I would like to setup an FTP user that has read-only access, is that possible?
  25. BackgroundWhen Unraid boots or starts the array, each data, cache, or pool device is mounted in sequence based on its assigned file system. If any disk fails to mount — for example, due to an unrecognized file system, corruption, or an interrupted repair process — Unraid marks the device as unmountable and skips it. This is normal behavior and expected. But the problem arises when the system shares (appdata, system, domains, etc.) reside on a disk or pool that fails to mount, Unraid interprets their absence as if the shares simply don’t exist. As a result: The share manager will recreate the system shares automatically on the array — messing up the expected file and folder locations. The Docker and VM subsystems will attempt to start using these recreated share locations, which are now empty. The Docker image file (docker.img) and/or appdata directory are missing, causing Docker to appear as though it has no containers. The user sees an "empty" Docker page and may assume catastrophic data loss. This cascading behavior is confusing because: The root cause (a failed mount) isn’t clearly surfaced — Unraid reports “Unmountable” in the device list, but the Docker and share symptoms appear unrelated. The automatic recreation of system shares changes paths silently, masking the original configuration. No warning or safeguard exists to prevent system share recreation when the expected storage pool isn’t mounted. By handling mount failures more intelligently and surfacing clear diagnostics before services start, Unraid could prevent a simple file system issue from cascading into system-wide confusion. The goal isn't to change the core mounting behavior but to add awareness, communication, and safeguards around system share recreation and dependent services. Alternative 1: Mount failure awareness for system sharesBefore recreating or redirecting any of the system shares (appdata, domains, system, etc.), Unraid should: Check whether the original storage location (pool or disk) is currently unmounted. If so, pause any automatic share creation and display a clear warning such as: or: Offer an explicit “Continue Anyway” or “Ignore” option for advanced users. This would prevent accidental recreation of system shares on the array and preserve the original paths until the underlying disk issue is fixed. Alternative 2: Unified mount error reportingInstead of only showing “Unmountable” on the Main tab, Unraid could surface mount failures in a dedicated alert banner or notification panel with context, for example: That makes the root cause immediately obvious and avoids misleading symptoms like missing containers. Alternative 3: Service dependency awarenessDocker, VM Manager, and other subsystems should verify their dependent shares exist and are mounted correctly before starting. If not: Automatically disable those services temporarily. Log the reason clearly (e.g., "Docker disabled — share 'appdata' unavailable"). Allow the user to retry service startup after remounting or repairing the disk. Alternative 4: Mount recovery workflowProvide a guided workflow or dialog to help users repair or re-mount affected devices safely: Offer links to xfs_repair, btrfs check, or reiserfsck actions. Display the detected filesystem type and last known share paths. Let the user remount a single disk without restarting the entire array. Alternative 5: Optional “Safe Mode” for System SharesIntroduce a toggle that prevents Unraid from automatically creating or relocating critical system shares unless the user explicitly approves it. This would be especially useful for users with multiple cache pools or mixed storage configurations.

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.