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.

DZMM

Members
  • Joined

  • Last visited

Everything posted by DZMM

  1. 36TB with about 25% utilisation - most of it is a big 'cache' for files waiting to be uploaded to Google - about 300TB there
  2. Add --min-age 7d to your rclone upload command
  3. If you're confident you won't be changing files eg using sonarr/radarr then yes you could use RW for everything. If not, RW on the mount would cause too many potential problems IMO
  4. Do you use tdrives? I can't get my space used anymore. I don't have a PB like you though - insane! I think I'm around 250-350TB. I'd love to ditch unionfs as well for better delete support and because it doesn't support hardlinks. Mergerfs does, but I'm waiting for rclone union to be beefed up for a all-in-one solution, and because mergerfs isn't available on unraid.
  5. I'm glad it worked, but you really need to have your Plex thumbnails on a SSD for speed!
  6. I've just noticed that I can't get to Plex via IP:32400 either, but my reverse proxy domain.com/plex is working. I'm not sure when it started - only noticed when radarr couldn't connect anymore
  7. yep cat6. I've just bought a new place and I'm hopefully getting cat6a - I've asked for a quote for both
  8. Yes, I had other stuff going at the same time. Speedtests were close to a gig and I can consistently get over 900Mbps up and down at the same time.
  9. I'm with gigaclear in the UK and I can pretty much saturate it when the demand's there - e.g. I'm uploading to google now at a constant 70MB/s as I've capped it and my downloads are running at between 60-80MB/s - earlier today I saw transmission hitting 100MB/s, with nzbget and other stuff running at the same time. I just have a gigabit nic on my pfsense VM with 3 cores allocated - max CPU utilisation I've seen is about 60%, although I turned off snort as it was causing problems and haven't got around to putting it back on yet. I haven't gone 10G network yet as I only have my unRAID server together with STBs and home automation stuff, so my 'bottleneck' is my internet so until that goes over 1Gbps I don't really need 10Gbps.
  10. I've got gigabit now. I sorted this in the end, but I'm getting no transfer this week at all - trying to fix now as I've been away
  11. I'm getting no transfer at all even after removing RC4-MD5 😞
  12. use a file manager like krusader or mc and do manually
  13. I'm not sure why people are getting this error - try running the fix permissions tool and check your radarr permissions settings - mine's at 777. To manually check if working browse the mount mount_rclone folder directly - test by moving a file from the unionfs folder to a non-mount folder, run the script, check the rclone mount to see if deleted and then move the file back to rclone_upload folder so it gets uploaded again
  14. depends what you are uploading. If you've uploaded a movie and then replace it with a better copy, this will be hidden and 'deleted' from the unionfs folder, but not from the cloud folder. So, if you ever mount the cloud folder elsewhere or differently, suddenly all the files you thought you'd deleted would reappear.
  15. Not sure what's going wrong. Does your cleanup script look like this? (i use a teamdrive) ################### Clean-up UnionFS Folder ######################### echo "$(date "+%d.%m.%Y %T") INFO: starting unionfs cleanup." find /mnt/user/mount_unionfs/google_vfs/.unionfs -name '*_HIDDEN~' | while read line; do oldPath=${line#/mnt/user/mount_unionfs/google_vfs/.unionfs} newPath=/mnt/user/mount_rclone/tdrive_vfs${oldPath%_HIDDEN~} rm "$newPath" rm "$line" done find "/mnt/user/mount_unionfs/google_vfs/.unionfs" -mindepth 1 -type d -empty -delete rm /mnt/user/appdata/other/rclone/rclone_mount_cleanup exit
  16. You only have to uninstall and reinstall the plug-in to update - no need to reboot. You can risk just doing this in isolation, but I'd recommend unmounting and stopping plex, sonarr etc i.e anything accessing the mounts first. I'm going to do this when I get home later this week to try the new memory switch
  17. I'm still on 6.6.6 and it's rock solid for me - if it's ever dropped I haven't noticed
  18. Are you sure your script is setup correctly? Here's mine: #!/bin/bash ####### Check if script already running ########## if [[ -f "/mnt/user/appdata/other/rclone/rclone_mount_cleanup" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: Exiting as script already running." exit else touch /mnt/user/appdata/other/rclone/rclone_mount_cleanup fi ####### End Check if script already running ########## ################### Clean-up UnionFS Folder ######################### echo "$(date "+%d.%m.%Y %T") INFO: starting unionfs cleanup." find /mnt/user/mount_unionfs/google_vfs/.unionfs -name '*_HIDDEN~' | while read line; do oldPath=${line#/mnt/user/mount_unionfs/google_vfs/.unionfs} newPath=/mnt/user/mount_rclone/gdrive_vfs${oldPath%_HIDDEN~} rm "$newPath" rm "$line" done find "/mnt/user/mount_unionfs/google_vfs/.unionfs" -mindepth 1 -type d -empty -delete rm /mnt/user/appdata/other/rclone/rclone_mount_cleanup exit
  19. I've just noticed after realising that my downloads weren't pausing when DestDir dropped below my disk space setting ( InterDir is working fine), that my Free disk space in status is showing as 0.00MB. Is this something I can fix? Thanks in advance
  20. Thanks I know how to get the size, but how do I do the if bigger than 100GB then.... bit?
  21. Edit: Ignore - found a better way of tackling my problem Can I get some help from someone more knowledgeable than me please. What I want to do is check if a directory on my array is larger than 100GB e.g. check if /mnt/user0/downloads/nzbget is larger than 100GB. The reason I want to do this is if I can work out how to do the check, if positive I'll pause my downloads as I'm finding that if mover moves too many files to the array before they are added to the right directory I start suffering IO meltdown. Thanks in advance.
  22. My setup is: Unassigned NVME - for my main VMs and all Plex appdata SSD Cache drive - docker and other appdata; and cache Unassigned SSD - low priority VMs and nzbget/transmission downloads
  23. https://support.plex.tv/articles/200381023-naming-movie-files/ @francrouge here's a couple of other tips to speedup plex. Here's a good one @slimshizn shared with me last week - makes a big difference for me https://github.com/Cloudbox/Community/wiki/Speed-up-Plex I also found this one last night, which has made a big difference to my library browsing 'speed' as images load much quicker as the cache isn't flushed of images not accessed in the last month. It will mean my cache will get big overtime but for now that's not a problem https://support.plex.tv/articles/201553286-scheduled-tasks/
  24. @francrouge that's got nothing to do with the rclone setup - plex's scanner sometimes does that. I find restarting Plex sometimes helps

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.