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.

sheldz8

Members
  • Joined

  • Last visited

Everything posted by sheldz8

  1. when you upload; it will use "--filter" if you set it instead of "--exclude" the mount script works with mergerfs the upload script is optional. All your Apps (Radarr, Sonarr, Plex, etc) should be volume mounted to "/path/to/mergerfs, rw" Mergerfs creates a virtual directory which duplicate of the remote drive and also the local folder (temporary storage), whatever is in the local folder shows in mergerfs but not the remote folder until it uploads.
  2. Doesn't it just remove the array config instead of formatting? Everytime I reset my array config my data stays intact in the Cache and Array (I don't have parity drives)
  3. Can't this be fixed by removing the array settings? Sent from my SM-A305F using Tapatalk
  4. It looks like you didn't claim the server within the time limit If this is the first boot of Plex it will show a welcome screen. Maybe try removing the docker and force remove the Plex folder to clear the settings and try again. Sent from my SM-A305F using Tapatalk
  5. That critical error message is nothing to worry about. Sent from my SM-A305F using Tapatalk
  6. Do you get any error message? Check if SMB is installed on Windows and try connecting on another device Sent from my SM-A305F using Tapatalk
  7. When I first used unraid I accidentally chose the wrong disk for parity and I was unable to recover the 6tb data Sent from my SM-A305F using Tapatalk
  8. You can use radarr or sonarr to download the metadata Sent from my SM-A305F using Tapatalk
  9. The exclusions are on the upload script but I think it deletes the whole folder afterwards. Whatever is in the local folder will be copied over unless it is excluded.
  10. Plex directory has thousands of files so you need to wait for it to finish
  11. chmod 755 -R /mnt/user/appdata/Plex-Media-Server
  12. Please post your Plex container log.
  13. Your remote name is what you set with rclone config Your remote share should be in it's own folder example /mnt/user/remote and mergerfs /mnt/user/mergerfs and local /mnt/user/local The cache share can be any folder but just leave it like mine if you want to
  14. I have rclone setup along with mergerfs and I don't use the upload script I prefer mergerfs to union My mergerfs mount script https://paste.ofcode.org/Li22XDSVufY46FneMfMk8J (1st half of the original) My unmount script https://paste.ofcode.org/ZYazHbS2rf8EKRwSiVV9ff
  15. You can create a union mount https://forums.unraid.net/topic/75436-guide-how-to-use-rclone-to-mount-cloud-drives-and-play-files/?do=findComment&comment=909328
  16. Usually due to long time to startup restart the Container and perhaps change the restart parameter restart always
  17. He posted the first part of the script an hour ago
  18. my unmount script looks like this https://paste.ofcode.org/ZYazHbS2rf8EKRwSiVV9ff
  19. make sure the cloud drive and merger fs isn't connected then try rm -R /mnt/user/GDrive/* && rm -R /mnt/user/GMerged/* this is what my mount script looks like https://paste.ofcode.org/Li22XDSVufY46FneMfMk8J The reason for that error is because you already have the folder so it can't mount and by using --allow-non-empty is actually bad
  20. In your unmount script add this fusermount -uz /mnt/user/mergerfs/gdrive fusermount -uz /mnt/user/remote/gdrive kill -9 $(lsof -t -i:5572)
  21. No I meant for the path to the local and mergerfs folders
  22. I was looking at this earlier. I dont think you need to worry about your files just change whatever you have shared change it to private instead of public
  23. In your unmount script add pkill (port) sometimes it doesn't remove the rclone web GUI port by itself

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.