Spoonsy1480

Members
  • Posts

    87
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Spoonsy1480's Achievements

Rookie

Rookie (2/14)

1

Reputation

1

Community Answers

  1. No idea why but it’s working now I haven’t done anything or changed anything?
  2. If you look at my screenshot it says they are not available and I can not update them I’m trying to fix this problem
  3. As I’m playing music from server while I’m at work and I can watch plex if no internet no plex
  4. Yes everything is running fine and I can access them all
  5. Changed my router when unraid rebooted something is wrong with docker as it won’t update. Anyone know what I need to do to fix this?
  6. So it’s supposed to be slave not shared as I have Emby on the shared but do not show errors should I change them to slave?
  7. Thanks my mint/disks where set to shared now changed to slave. Don’t know why I got errors I haven’t changed anything only updated rclone plugin
  8. Docker application plex has volumes being passed that are mounted by Unassigned Devices, but they are not mounted with the slave option I’m getting this I am using rclone and those directory are shared not slave but nothing is using unassigned devices. I did set the disks to spin down after 30 mins and then later I got this message is that the problem or rclone drives?
  9. I’m getting really high cpu load and when I look at htop in Terminal it shows rclone
  10. My server is all of a sudden running high cpu on all cores nothing seems to be running. I have run htop in terminal and it shows root and a nobody all the time . looking more into it, it seems to be rclone
  11. Your rcloneremtename would I change mine to tdrive and would I change the rclonemountshare to /mnt/disks/ as that where mine is? Do I add the rclonecacheshsare the same as yours as user0. And the local file share you have /mnt/user/local I don’t have local in my user file?
  12. #!/bin/bash #---------------------------------------------------------------------------- #first section makes the folders for the mount in the /mnt/disks folder so docker containers can have access #there are 4 entries below as in the video i had 4 remotes amazon,dropbox, google and secure #you only need as many as what you need to mount for dockers or a network share mkdir -p /mnt/disks/tdrive mkdir -p /mnt/disks/gdrive #This section mounts the various cloud storage into the folders that were created above. rclone mount --max-read-ahead 1024k --allow-other tdrive: /mnt/disks/tdrive & rclone mount --max-read-ahead 1024k --allow-other gdrive: /mnt/disks/gdrive & this is my script at the moment I would like to add unionfs to this how do I do it, not bothered about uploading or having it encrypted as I have 230tb already on a tdrive that is unencrypted. it’s really only tdrive that has my data on it
  13. I have used 210gb off my cache drive it only has appdata on it this seems excessive how can I find out what app is doing this
  14. That did it thank you Sent from my iPhone using Tapatalk
  15. This has happened how do I fix it. Tried uninstalling and reinstalling no change