Комментарии •

  • @Unpasable
    @Unpasable Год назад

    Great video! How to mount Personal Vault is what im wondering now.

    • @ekiwi-blog-english
      @ekiwi-blog-english Год назад

      Thank you, from what I know it it not possible to use the personal vault with rclone.

  • @andreinitui1271
    @andreinitui1271 Год назад +1

    I try to select the one of the folders I have in onedrive on Plex but I can't see any folders. Can you please help?

    • @ekiwi-blog-english
      @ekiwi-blog-english Год назад

      So the folder you have mounted OneDrive in is shown empty? This means that you did not have mounted it correctly I would assume. Maybe try the setup again.

  • @johndavidson9587
    @johndavidson9587 10 месяцев назад

    Just wondering about the bit at the end - how mount ondedrive at start up. Can you point me to a tutorial that explains this? I'm a complete beginner and don't know what 'shell' etc mean in this context.

    • @ekiwi-blog-english
      @ekiwi-blog-english 10 месяцев назад +1

      Hi, I made a video and blog post about that too: ekiwi-blog.de/en/27039/linux-execute-script-on-login/

    • @johndavidson9587
      @johndavidson9587 10 месяцев назад

      Thanks so much, I shall have a look

  • @nashimbiswakarma
    @nashimbiswakarma 3 месяца назад +1

    #!/bin/bash
    # Change directory to your home directory
    cd ~
    # Run rclone command to mount OneDrive
    rclone --vfs-cache-mode writes mount onedrive: ~/OneDrive
    #Script: Just add to startup application and it will do your job no need to execute the command again and again

  • @zabihullah1713
    @zabihullah1713 Год назад

    I tried , but when i copy my data in local mount point of my suse machine, but my root space got full, can anyone help

    • @ekiwi-blog-english
      @ekiwi-blog-english Год назад

      Do you get an error message? Can you send me the exact error message? How much disk space do you have available?

    • @zabihullah1713
      @zabihullah1713 Год назад

      @@ekiwi-blog-english low disk space , and earlier ,i was using 64 gb for root , now i creased root upto tb , file copied locally, but on onedrive web interface it is showing , tmp with archive folder , which i copied to locally mount mount, now my question is, how the space will cleared from root, and folder comolely
      uploaded at one drive

    • @ekiwi-blog-english
      @ekiwi-blog-english Год назад

      @@zabihullah1713 Sorry I do not think I can help you with that.

  • @joost00719
    @joost00719 Год назад

    I get an error when I try to mount.
    root@pbs:/mnt/dav# rclone --vfs-cache-mode writes mount onedrive1: onedrive1
    2022/11/25 12:00:50 Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount": executable file not found in $PATH
    Any clues?

    • @ekiwi-blog-english
      @ekiwi-blog-english Год назад

      According to this blog post:
      sleeplessbeastie.eu/2019/09/25/how-to-fix-fusermount-executable-file-not-found/
      You only have to install a package:
      sudo apt install fuse

    • @joost00719
      @joost00719 Год назад

      @@ekiwi-blog-english Thanks a lot, will test this tomorrow after work 👍
      I'll update this comment if it worked.

    • @joost00719
      @joost00719 Год назад +1

      @@ekiwi-blog-english Thanks, it worked flawlessly! Great tutorial!