Everything posted by MowMdown
-
Question about Main screen disk throughput stats
@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.
-
Question about Main screen disk throughput stats
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.
-
ZnapZend plugin for unRAID
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?
-
383 GB consumed on a newly xfs formatted 20TB disk
File system overhead, totally normal.
-
[Support] Djoss - MakeMKV
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:
-
[Support] Djoss - HandBrake
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.
-
Adding additional NVME to ZFS pool (Unraid 7.0)
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
-
100% Data Loss on Array Devices After Unraid Update to v7
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.
-
100% Data Loss on Array Devices After Unraid Update to v7
Did you forward any ports from your unraid private IP to 80 and 443?
-
Very slow data transfer speeds
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.
-
Unraid 7 - ZFS Question
RenMov option #6 moves files
-
Unraid 7 - ZFS Question
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.
-
Unraid 7 : Impossible to change primary and secondary storage
-
ASM1166 vs jmb585
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.
-
Memtest starts automatically each reboot
-
unRAID 7 tailscale exit node for specific docker app
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
-
Intel Arc a770 GPU
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.
-
Intel Arc a770 GPU
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.
-
Phantom cache remnants that won't move with the mover
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.
-
Is it safe to delete the 'user0' share?
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.
-
[Plugin] Tailscale
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.
-
Update to 7.0.0-rc.2 fail unRAIDServer.plg plugin fail to install
Also in the future when you have issues, its' always recommended to post the diagnostics as this issue would have been detected much sooner.
-
NZBHydra Issues
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
-
Help: RTX 3050 not transcoding in Plex
what does the plex dashboard show when you try to transcode?
-
NZBHydra Issues
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