Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 9837
Next
In Process

askthedev.com Latest Questions

Asked: September 26, 20242024-09-26T01:12:53+05:30 2024-09-26T01:12:53+05:30In: Ubuntu

What are the steps to configure OneDrive on Ubuntu 17.04?

anonymous user

I’ve been trying to get OneDrive set up on my Ubuntu 17.04 system, and I’m honestly feeling a bit lost. I know that OneDrive is a great tool for file storage and sharing, but I’ve heard that configuring it on Linux isn’t as straightforward as it is on Windows or macOS. I really don’t want to get into a whole complicated process with terminal commands and package installations if there’s a simpler way.

I’ve done some digging and found a few tutorials that mention installing certain tools or packages like “rclone” or “onedrive”. However, every guide seems to assume that you already have some advanced knowledge of Linux, which I definitely don’t. It’s a bit frustrating because all I want to do is sync my files and access my OneDrive from my laptop without jumping through too many hoops.

If anyone has gone through the process of setting this up, I’d love to hear about your experience. What specific steps did you take? Were there any hiccups along the way, and if so, how did you resolve them? I’m especially interested in whether there are graphical tools to help with the configuration, or if it was all command line driven.

Also, if there are any tips or tricks that made the process easier for you, I’d appreciate those too. It would be great to know what to watch out for, or any essential settings I should keep in mind.

I’m also curious about how well it works once configured. Is it reliable for syncing files, or have you encountered issues? Does it run smoothly in the background, or do you have to manually start it up every time you boot your computer? Any insights would be super helpful; I’m just really keen to get this figured out without pulling my hair out!

Thanks in advance, and I’m looking forward to hearing your thoughts and advice on this!

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-26T01:12:54+05:30Added an answer on September 26, 2024 at 1:12 am


      Setting up OneDrive on Ubuntu can indeed be daunting for those who aren’t very familiar with the intricacies of Linux systems. The most accessible way to sync OneDrive files is through graphical tools like Insync, which offers a user-friendly interface, albeit at a cost. If you’re looking for a free alternative, you might consider using rclone. Although it does have a command-line interface, there are graphical front-ends available, such as Rclone Browser, that can simplify the process significantly. To get started with rclone, you would need to install it and configure it to access your OneDrive by running a simple command like `rclone config`. Following the prompts will help you authenticate your OneDrive account and set up syncing options.

      Once configured, many users find that rclone and its graphical front-ends work reliably for syncing files to and from OneDrive, allowing for seamless file access directly from their file manager. Many configurations allow for automatic syncing in the background, eliminating the need to manually start it every time you boot your computer. However, it’s important to monitor the sync progress and occasionally check for connectivity issues or sync conflicts. As a tip, ensure that your OneDrive account has sufficient storage and check that your local directories have the correct permissions to avoid access issues. Overall, while the initial setup may require some effort, the ongoing benefits of integrated file syncing make the journey worthwhile.


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-26T01:12:54+05:30Added an answer on September 26, 2024 at 1:12 am






      OneDrive Setup on Ubuntu 17.04

      Setting Up OneDrive on Ubuntu 17.04

      Getting OneDrive to work on your Ubuntu 17.04 can be kind of tricky, but you’re not alone in this! I totally get where you’re coming from—it can feel super overwhelming, especially if you’re not super familiar with Linux.

      So, here’s the deal. There are mainly two ways to go about it: using rclone or onedrive. I know, I know… those sound like fancy tech words, but stick with me!

      Option 1: Using Rclone

      Rclone is a pretty cool tool that lets you manage cloud storage. Here’s a simplified version of what you need to do:

      1. Open up your terminal.
      2. Install Rclone by running this command:
        sudo apt install rclone
      3. Set it up by typing:
        rclone config

        and follow the prompts. It’ll ask you for your OneDrive credentials and stuff.

      4. Now you can sync files using:
        rclone sync /path/to/local/ dir remote:Onedrive

      Option 2: Using OneDrive Client

      There’s also an unofficial OneDrive client you can use, which some people find easier:

      1. Again, open your terminal.
      2. To install it, run:
        git clone https://github.com/abraunegg/onedrive.git
      3. Then navigate into the folder and install it:
        cd onedrive
        make install
      4. After that, you can just run onedrive, and it’ll guide you through setup!

      Graphical Tools?

      If you’re after a GUI, you might consider tools like Insync, but unfortunately, it’s not free. There are also some file managers that might allow drag-and-drop options to your OneDrive, but they’re not perfect. Most of the methods seem to lean towards using the terminal which can be a buzzkill.

      Reliability & Performance

      Once you get it set up, it’s generally pretty reliable! It should run in the background and sync if you set up the right parameters. Keep an eye on your logs though, especially if things seem to mess up.

      A couple of tips:

      • Make sure you have a stable internet connection while syncing!
      • It might be wise to sync specific folders rather than the entire drive if that helps.

      In the end, yeah, it’s a bit of work to set up, but after the initial setup, it should play nice. Good luck, and I hope this helps a bit! You got this!


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.