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.

MowMdown

Members
  • Joined

  • Last visited

Everything posted by MowMdown

  1. @Turtonater That tells me your "Downloads" share is set to use the array as it's primary storage. Or a minimum free space setting somewhere is too restrictive.
  2. From the settings menu, making sure both the docker and vm services are entirely disabled, then set the following settings for each of the shares: Pay extra attention to the mover action field, notice that the Array points to the Cache and not the other way around, this is important as that is how the data is moved when mover runs. If you set it to "Cache -> Array" the data would be moved to the Array disks and not to the cache. Once you've done this for each share you want to have data moved to cache, run mover. Also note that mover will not move files if a duplicate file exists on the destination. Mover also does not move files in use either. Edit: Also to kidna answer your question about the writes and reads on the dashboard, the speed. It's normal that the speed fluctuates between 0Mbps and whatever the drive is doing. The only time i've witnessed constant speeds is during a parity sync/check.
  3. Does anyone know if znapzend can append “hour” “day” “week” “month” “year” to the end of the snapshot name depending on which iteration it’s snapshotting? znapzendzetup create --recursive \ --tsformat='%Y-%m-%d-%H:%M:%S' \ SRC '1day=>1hour,7day=>24hour,1month=>1week,6month=>1month' cache/appdata \ DST '7day=>24hour,1month=>1week,6month=>1month' zfs/snapshots/appdata Here is my snapshot protocol, would I have to create one for each duration, hour, day, week, month in order for that to work? Can you even add text after the --tsformat=''%Y-%m-%d-%H:%M:%S' + 'hour'' ? Make this: Look like this: so i can visually differentiate between whatever the first snapshot is and whether it's my hourly, daily, weekly, monthly snapshot?
  4. File system overhead, totally normal.
  5. You could turn it into an iSCSi target like I did. This lets you see your disc drive on all windows machines on your network including your VM without having to "detach" it from the unraid host. Go to the iscsi plugin support page and you can find my post on one of the last few pages. Here's the post:
  6. From the Handbrake documentation: It's entirely possible that whatever it is you're trying to encode is not supported by QuickSync either the source codec or the encode codec you're trying to encode to. I ran into this issue myself trying to do something a while back with my Arc A310 GPU.
  7. Until unraid supports OpenZFS 2.3 like JorgeB said, you'd need to add 3 more 4TB drives as a second vdev in order to expand it currently. It would look something like: NAME STATE READ WRITE CKSUM cache ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 /dev/sda1 ONLINE 0 0 0 /dev/sdb1 ONLINE 0 0 0 /dev/sdc1 ONLINE 0 0 0 raidz1-1 ONLINE 0 0 0 /dev/sdj1 ONLINE 0 0 0 /dev/sdk1 ONLINE 0 0 0 /dev/sdl1 ONLINE 0 0 0
  8. It does look as though your drives were re-formatted, not that someone got in and just deleted the data. The reason I suspect a reformat is look at the number of reads and writes, if someone was manually deleting the data, those numbers would be in the millions/billions. It's also possible you rebooted/restarted the array and cleared the read/writes just before taking the screenshot. This makes me suspect either: 1. Your unraid server was directly accessible to the internet by an accidental port forward. 2. You have a compromised machine on your network that someone as remote access to and gained access to your LAN through that device. First thing I suggest, if you haven't already, is locking down your network and remove all port forwards and delete any VPNs/Reverse Proxies.
  9. Did you forward any ports from your unraid private IP to 80 and 443?
  10. Make sure you don't have a rogue file open or a terminal window open browsing the array. It will prevent the disk you're accessing from un-mounting.
  11. RenMov option #6 moves files
  12. Type in mc into the terminal window, it supports mouse input as well as using the keyboard. Do not close the terminal window until you're done or else the operation will stop.
  13. Click this button: What does the log show?
  14. Do you need 6 ports? If you do, get the ASM1166, if you don't, get whichever is cheaper. They do the same thing, the ASM1166 has 1 extra sata port.
  15. Which of these is selected when you click on the "Flash" text on your dashboard?
  16. Yes, and yes. Every docker will appear as a separate device/machine on your tailnet when you enable tailscale within the docker. Just select your exit node from the drop-down, they will appear here if you have any on your tailnet
  17. I would suggest removing the nvidia drivers plugin if you're no longer using any Nvidia GPUs. It won't cause any issues however it will still function which means at every boot it will download the nvidia gpu drivers which adds time to the boot sequence. I also forgot to mention you might need to reboot after you've installed the intel plugin so it can reload the drivers. Unless you still need to reboot the server to add the intel GPU then go ahead and install the intel plugin before you power down.
  18. 1. Install the Intel GPU Top plugin. 2. Add this to the "extra parameters" field for the docker(s) you want to add the GPU to: --device=/dev/dri That's it. Also just need to be on Unraid 7.
  19. You 100% sure about that? Plex didn't have them open running tasks on them? You verified with the "Open Files" or "File Tools" plugins these were not being accessed? Mover does not move files which are open for read. Just because you weren't watching them does not mean they were not being accessed by another docker doing maintenance or something. Also if you have the Mover Tuning plugin installed, remove it because it doesn't work on Unraid 7. It breaks mover entirely.
  20. Deleting "user0" would remove any and all files on your HDDs in your array. Would not advise it. /mnt/user0/ is just a way to "bypass" your primary cache pool if you have one and would write files directly to your array of HDDs. There's no reason to delete anything under /mnt/ because at reboot anything the OS didn't put there is wiped clean.
  21. SOLVED: Funnel was not enabled on my tailnet from the admin console, apparently this has to be toggle ON for this feature to work. ---- I need some help with the serve/funnel features on the docker integrations. I hope this is just a case of user error but the documentation isn't all that well fleshed out. 1. Tailscale does not seem to generate an SSL cert for HTTPS (which i've enabled in the admin console) 2. I've enabled funnel but it appears to be stuck at enabling funnel as nothing happens after that last line. The status. The Docker shows up as a device on my tailnet after I authenticated it. I just cannot connect to it when I type in the domain.
  22. Also in the future when you have issues, its' always recommended to post the diagnostics as this issue would have been detected much sooner.
  23. Did you select the "V3+" version? I don't personally use Lidarr so I can't test that one but based on your screenshot you didn't select V3 for sonarr. Alternatively you can just manually add Hydra to sonarr/radarr/lidarr as an Newznab indexer
  24. what does the plex dashboard show when you try to transcode?
  25. Hold up, what exactly are you trying to do? You are supposed to add Hydra to Sonarr/Radarr not the other way around. For example, when you’re in Hydra, click config at the top, then click the big button that says “Configure NZBHydra in…” then you click SonarrV3, add the API from sonarr and it will configure NZBhydra as an indexer inside sonarr. Repeat this for each “arr” app you’re using. also when you’re configuring the URL you use the IP of your unraid machine. So if your unraid machine is “192.168.1.55” your URL is “http://192.168.1.55:5076” because 5076 is hydras port. attached is an example

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.