Jump to content

Cliff

Members
  • Posts

    147
  • Joined

  • Last visited

Posts posted by Cliff

  1. I have mounted my google drive folder using a cache and can see all my media files in it. But when I use radar and bulk-import on the path I get "Array-undefined" after a while and have to restart unraid to get my disks back. I have also tried the same thing on another server with the same result. Does anyone know why this happens? 

     

    this is the mount-command: 

    Quote

    rclone mount gdrive_media: /mnt/user/media --cache-db-purge --allow-other --fast-list --dir-cache-time=160h --cache-chunk-size=128M --cache-info-age=168h --cache-workers=5 --buffer-size 0M --syslog --umask 002 --rc --log-level INFO &

    And this is the rclone config:

     

    [gdrive]
    type = drive
    client_id = <>
    client_secret = <>
    scope = drive
    root_folder_id = 
    service_account_file = 
    token = {"access_token":"<>"}

    [gdrive_media]
    type = cache
    remote = gdrive:Media
    chunk_size = 16M
    info_age = 2d
    chunk_total_size = 20G

  2. 20 minutes ago, Kaizac said:

    Have you tried another docker like Radarr to see if you can write files there? Syncthing doesn't work with browsing through the ui. So you have to put exact paths. So in your case you start with /google.

    yes, I have tried mounting /google and even /google/<some other folder on the drive>. As the google drive is already mounted I can browse and select the folder from the docker-settings. And when syncing I see that folders and files are created on google drive, but the problem is that only folders and very small files 0-~5kb are created

  3. 1 minute ago, DZMM said:

    Have you tried mounting at mnt/user instead of /mnt/disks ?  I've had problems with /mnt/disks in the past.

     

    Also, what about other dockers - do they work ok?

    yes I have tried /mnt/disks too. The Cloud Commander docker works and is able to read/write to the mount. But I dont know how that works as that container mounts "/" and then you browse using the web-ui

  4. Can anyone help me understand how to set things up.

    I got an seedbox where I have my torrent client and 300GB of storage.

    On my unraid-server I got a folder called "temp_movies" where I sync the unpacked movies from the seedbox.

    I also got a folder called "gdrive_movies" which is a rclone mount of my movie folder on google drive. How can I use radarr to monitor the "temp_movies" folder and move/update the files to my "gdrive_movies" folder ?

     

    I tried following the spaceinvader tutorial but could not figure out how to configure radarr. I have added my torrent-client under Remote Path Mappings where the remote path is the download path on my seedbox. But I cant figure out what the local path should be, Is it the temp_movies or gdrive_mount ?

  5. 9 hours ago, Kaizac said:

    What is the docker you are using? And what happens when you restart the docker. Is it working then?

    I am using the Syncthing docker container. I have tried restarting both the docker-container and the server multiple times without change. I also tried moving the mountpoint between different disks and tried modifying the mount-script. But I noticed a strange thing today. I changed the remote folder to a new folder on google drive, and this time folders where created again but also some small files like jpeg-thumbnails and .nfo files. But no "big" files where created

  6. I am trying to get syncthing to sync to my google drive folder without success. I have mounted a google drive folder with:

    mkdir -p /mnt/user/google_syncfolder
    rclone mount --buffer-size 256M --fast-list --allow-other gdrive:Dump/ /mnt/user/google_syncfolder &

    I can see the mounted folder and all google drive files and can also copy from/to my google drive with the use of a file-browser on unraid.

    I have also added the same directory to the path in the syncthing container. But when trying to sync from a remote syncthing-server to the unraid server it just sits at 0% and then throws a sync error.

     

    If I look on my google drive I can see that syncthing has created a zero-byte .tmp file for every file I am trying to sync

     

    If I change the path in the syncthing container to a regular folder on the unraid server it works without problem. Can anyone explain to me how to solve this?

  7. Ok, I was prompted to add "--allow-non-empty" so I did that. But it has been running for 30min now and I don't see any files in any of the mount_folders. If I look at the google console drive api there are a couple of hundred requests that increment very slowly like one every 5 sec. 

     

    The only thing I noticed that have changed is that I have a crypt folder now on my google drive with a single file in it

  8. 4 hours ago, yendi said:

    The union fs part allow you to use the upload system and to have both cloud and upload folder merged. So no you dont need that if yu just want to mount a gdrive: You just need "rcloune mount" command. You should check rclone help to chekc what argument to add to your command so it suits your need or just try with one like this:

    
    rclone mount  --buffer-size 256M --dir-cache-time 72h --drive-chunk-size 32M --fast-list --log-level INFO --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off gdrive_media_vfs: /mnt/user/mount_rclone/google_vfs
    

     

    Thanks, I guess the command should be: 

    rclone mount gdrive_media_vfs: /mnt/user/mount_rclone/google_vfs --buffer-size 256M --dir-cache-time 72h --drive-chunk-size 32M --fast-list --log-level INFO --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off

     as that was the only way I could get rclone to accept the command.

     

    But when I run the command nothing happens.

  9. Sorry if this has been answered already. But I only want to mount a Google Drive folder to be able to play media using plex. I don't need any other of the fancy stuff the script does. I tried following the directions and have created the gdrive and vfs drive. But when I try to run the script I get errors about tdrive and unionfs cant be found. Is there some instructions just for the basic mount folder in unraid? 

×
×
  • Create New...