thomast_88

Community Developer
  • Posts

    246
  • Joined

  • Last visited

Posts posted by thomast_88

  1. On 10/27/2018 at 12:55 AM, markrudling said:

    Hi there

     

    Im having issues getting this to work with google drive (gsuit). I have sorted out the permission issues on the mount.

     

    If i ls via docker from the terminal

    
    docker exec -it Rclone-mount rclone --config="/config/.rclone.conf" config

     

    i can see my files on google drive but when I access the mount it is empty. I also cannot add files to the mount.

     

    
    root@InternetBackup:~# docker exec -it Rclone-mount rclone --config="/config/.rclone.conf" ls gdrive:
      6035089 Photos/20170614_095401.jpg
            0 Media/Series/series.txt
            0 Media/Movies/movies.txt

     

    In the docker log i get the following:

    
    [services.d] starting services
    Executing => rclone mount --config=/config/.rclone.conf --allow-other --allow-non-empty gdrive: /data
    [services.d] done.
    2018/10/26 22:41:59 ERROR : Error traversing cache "/root/.cache/rclone/vfs/gdrive": lstat /root/.cache/rclone/vfs/gdrive: permission denied
    
    2018/10/26 22:42:59 ERROR : Error traversing cache "/root/.cache/rclone/vfs/gdrive": lstat /root/.cache/rclone/vfs/gdrive: permission denied
    
    2018/10/26 22:43:59 ERROR : Error traversing cache "/root/.cache/rclone/vfs/gdrive": lstat /root/.cache/rclone/vfs/gdrive: permission denied
    
    2018/10/26 22:44:59 ERROR : Error traversing cache "/root/.cache/rclone/vfs/gdrive": lstat /root/.cache/rclone/vfs/gdrive: permission denied

    Any help would be greatly appreciated. 

    Pull the latest version (dev tag). There was a bug in Rclone.

     

    It should work fine now.

  2. On 8/25/2018 at 12:02 AM, MindRazorblade said:

    Is this docker functional for anyone still? It's not looking for the config file where the template assigns (in appdata). I've played around with a workaround but nothing worthwhile.

     

    I'm using it just fine. What do you mean? The config is in /config/.rclone.conf

  3. 1 hour ago, deusxanime said:

    Should I just split up the pool and reformat one of the drives in XFS to use as my new cache drive/pool, and then I can just do whatever with the other in Unassigned Devices? If I do that, what is the issue with alignment on Samsung SSDs and will that still cause problems? Or is that only an issue with BTRFS and not a problem with XFS? In which case the only solution to get the max performance out of them would be to use a tool to fix the alignment, rendering them both only usable in UD since unRAID won't work with them that way?

     

    That's exactly what i have done. I have not experienced alignment issues with an XFS formatted Samsung Evo drive.

  4. On 6/25/2018 at 10:38 AM, ebnerjoh said:

    Hi,

     

    I need more info about @thomast_88 SOCAT Docker:

     

    I want to share an USB-Device from a Raspberry to a Home-Assistant Docker within Unraid. Will this work with this Docker? If yes, is there somewhere an example available?

     

    Br,

    Johannes

     

     

     

    Yes it's possible. 

     

    See this: https://community.home-assistant.io/t/rpi-as-z-wave-zigbee-over-ip-server-for-hass/23006/1 and this: https://community.openhab.org/t/share-z-wave-dongle-over-ip-usb-over-ip-using-ser2net-socat-guide/34895

  5. 14 hours ago, dannycorker said:

     

    Maybe I'm misunderstanding something - in Sonarr I have a mapping of /data  <-> /mnt/disks/rclone_volume/, but if I browse to data within Sonarr, I just see the contents of my local /mnt/disks/rclone_volume/ folder? It doesn't seem that drive is actually getting mounted there.

     

    Can you please post both your docker run command for Sonarr and Rclone-mount ? (Remember Rclone-mount must be started before Sonarr)

  6. On 11/2/2017 at 8:02 PM, dannycorker said:

    Sorry to drag up an old thread - does this still work?

     

    I've installed the docker, ran the conf and I've got the /data drive showing within Sonarr which is great - I just don't seem to be getting the actual mount to happen at any point? Have I missed something obvious do you think? 

     

    Have you read the op and FAQ? Specifically this point "I cannot see my mounted volume/files outside of the container" ? :)

  7. 3 hours ago, Zangief said:

    I too am experiencing these issues (btrfs cache pool of 2 x 500gb EVO SSD). 

     

    Just wondering the ETA of the 4.14 kernel.

     

    Wait until that appears or drop to a single XFS based cache drive? Or keep running balances every few days?

     

    Appreciate any advice. Seems to me alot of people are going to the XFS route and having the spare SSD as an unassigned device?

     

    I'm myself converting down to a single cache drive. Multiple drives is just too unstable for me (and for many other it seems). Even when balancing each day (!!).

     

    Is it possible to run raid1 cache with XFS on unraid? Or does it even make any sense?