It finally worked! I have been trying forever to get OneDrive to sync with Ubuntu, and thanks to your video I made it! Thanks!
@mylinuxforwork10 ай бұрын
That’s great.
@lucianoramirez6111 Жыл бұрын
Thanks man. I am noob starting to slowly learn about linux. I use one drive and this is godsend.
@mylinuxforwork Жыл бұрын
Great. 👍
@Beny10 Жыл бұрын
Thank you sooooo much! I switched to Linux 2 years ago and I just discovered rclone and thanks to your easy tutorial I am now able to manage my files directly on my computer without using the Web UI that is not great at all to manage a lot of files.
@mylinuxforwork Жыл бұрын
Thank you so much for your feedback. Have fun with rclone.
@joebenni211 ай бұрын
Thank you for your video. This worked and it was easy to follow your instructions. I appreciate you and your video!
@mylinuxforwork11 ай бұрын
Thank you.
@steeltormentors7 ай бұрын
damn you're slammin that enter key pretty hard man! great tutorial...very easy to follow and got mine setup nicely! thanks!
@mylinuxforwork7 ай бұрын
I know. Sorry… 😀
@OptaIgin7 ай бұрын
My thoughts exactly lmao but bro delivered! You rock Just got running on Ubu 24.
@RodrigoLeaoBR4 ай бұрын
Your video help me a lot! Thank you so much! I used linux a long time ago, and return this month in my laptop. I realy need a onedrive sync to use with Obsidian and your video is realy clear and objective. Thanks!
@mylinuxforwork3 ай бұрын
Great. Thanks for your feedback.
@TheDrAkira3 ай бұрын
Thank you man! Super easy to follow the steps with you! works perfect! Thanks again!
@mylinuxforwork3 ай бұрын
Thanks so much for your feedback.
@herkatron11 ай бұрын
Thank you so much! I just started using Debian and this was so easy to follow!
@mylinuxforwork11 ай бұрын
Great.
@ivanbarta2821 Жыл бұрын
This is a great tutorial 👍, thank you. I used Windows until the installation of Windows on the second disk damaged booting of Windows on first disk... I had some important data on OneDrive. Now I'm trying Arch Linux for web development. Hope it's a good choice...
@mylinuxforwork Жыл бұрын
Thanks for your feedback. Arch is my daily business driver incl. Teams and Outlook as Web Apps + Windows 11 in a VM to use PowerPoint. For me the perfect combination.
@rodneywk1 Жыл бұрын
Thank you very much, kind sir!! Worked fantastically for me.
@mylinuxforwork Жыл бұрын
That’s great.
@notchildishАй бұрын
i'm having a rough time with the auto start. where would i place the bash script for it to run? whenever i add it to autostart section in settings (and made it executable) it always gives me an error.
@mylinuxforworkАй бұрын
Depends on your distro. What happens if you execute the script directly in a terminal?
@theol10443 ай бұрын
It looks like you are in Germany (like myself). It this is the case, why did you choose "global" in the menu, not "Germany", which for some inexplicable reason seems to have its own entry in the menu (2:58)? Is there a special reason for that?
@mylinuxforwork3 ай бұрын
No reason for that. Thanks for your feedback.
@rajivravio2 ай бұрын
What if I wanted to only sync certain folders in OneDrive using rclone? I have more saved in OneDrive than hard disk space on my Linux machine
@mylinuxforwork2 ай бұрын
The files are not physically on your system. It’s like a network drive.
@tfk5853 Жыл бұрын
Works like a treat, thanks so much :)
@mylinuxforwork Жыл бұрын
Great!
@josueblascovernedas58448 ай бұрын
Hello! Does it use space on you hdd/ssd?
@mylinuxforwork8 ай бұрын
No. It’s just a remote access like a network drive.
@steeltormentors7 ай бұрын
@@mylinuxforwork so it does work like Onedrive files On-Demand? I gave only 50GB to my Linux partition...if Rclone downloads my entire Onedrive it won't for sure. But if it works like files On-Demand all is good!
@ansanabria_ Жыл бұрын
Incredibly helpful! Thanks a lot :)
@mylinuxforwork Жыл бұрын
Thank you.
@alexandrelemos108121 күн бұрын
Can I use files localy? Sometimes I dont have internet signal. Are there another choice that works not only online? Thanks for sharing thos video.
@mylinuxforwork20 күн бұрын
It is a network drive that requires an internet connection.
@laureven4 ай бұрын
Thank You for a video :) ... Only one funny comment ... "Enter" key is seriously punished for something :) in this video :) ... I tried to replicate the sound and I have OneLess keyboard :) Regards :)
@mylinuxforwork4 ай бұрын
👍😀😅
@SeuCanal1000Ай бұрын
every time i restart the pc i have to put the code on terminal again to mount the onedrive?
@mylinuxforworkАй бұрын
Add the command to execute the script into your autostart of your desktop.
@Mikenight120 Жыл бұрын
Great video! Worked perfectly
@mylinuxforwork Жыл бұрын
Thank you. Great that everything worked.
@ccccalvin7 ай бұрын
To clarify, if we were to make changes on OneDrive on another device, we have to use "rclone --vfs-cache-mode writes mount OneDrive: ~/OneDrive &" to pull those changes every time. But if we make changes on our device (which has rclone installed), it will automatically sync those changes to OneDrive. Is that correct?
@ccccalvin7 ай бұрын
On second thought, I don't think this is correct. What does mounting do, and why do I have to do it every time I boot?
@mylinuxforwork7 ай бұрын
Thanks for testing. You can create a script for mounting the drives and add it to your autostart.
@17abdullah2 ай бұрын
@@mylinuxforwork How do I do that?
@doveofdestiny Жыл бұрын
Very informative and clear tutorial.
@mylinuxforwork Жыл бұрын
Thank you.
@A_Box3 ай бұрын
First of all, thank you for the tutorial. Second of all, to have a full functionality as on Windows, do you know how I can make it so I can have access to all the downloaded files even when there's no internet connection and after a reboot?
@mylinuxforwork3 ай бұрын
Good question. But this is not possible as for as I know.
@A_Box3 ай бұрын
@@mylinuxforwork Hi. So I ended up solving it by creating a local copy of my cloud storage. I then run rsync to sync between the remote and local folder and vice versa. That way, I can work on the files that I use often and just sync them whenever I need to leave the computer. Of course, this is not native nor automatic but it gets the job done and it doesn't need to take too much time/bandwidth since rsync only updates the differences. I am not 100% sure what happens "under the hood" but from a few tests, it does seem that it ignores all files that I didn't modify on the local storage. Hope this helps if anyone else comes across this issue.
@cumaMyID Жыл бұрын
hello sir, is this methode use Mirror? i mean, it wil store the file on my local drive? or directly 100% need internet connection, since the file will always NOT copied to local drive/folder?
@mylinuxforwork Жыл бұрын
Unfortunately you need an internet connection. It’s likeva network drive.
@sb8fabian Жыл бұрын
Thank you very much. It has been a great help to me.
@mylinuxforwork Жыл бұрын
👍
@conorhackett56986 ай бұрын
This is great..! Awesome in fact. One question - does it lazy load the files or download them all? I only want a subset of files from OneDrvie in my linux machine.. and don't want all the other hundreds of GB filling up the drive. Thank you and great work.
@mylinuxforwork6 ай бұрын
Thanks. Files will not be downloaded. It’s like a network drive.
@rajivravio2 ай бұрын
@@mylinuxforworkwhat if you wanted to access some of them locally?
@iliakos1182 Жыл бұрын
Hi, thanks for the video! Before I do this, I want to know if there is an option to keep files locally and access them while offline, that would be perfect! Thanks
@mylinuxforwork Жыл бұрын
Very good question. But this is not possible. rclone is like a network drive with background sync. When your're disconnected, you cannot access the files.
@ajlozadaro Жыл бұрын
Hello! thank for your explanatory video. I was wondering what about OneDrive Free Client that you can encounter for example in the Fedora repositorys? Rclone is better? Thanks.
@mylinuxforwork Жыл бұрын
Thanks for your comment. Never tested OneDrive free client. From the start i was super happy with rclone.
@ajlozadaro Жыл бұрын
@@mylinuxforwork thanks for your super quick response. OK, I will give it a try. I was seeing a review of several clients and the first of the list was Rclone.
@ajlozadaro Жыл бұрын
@@mylinuxforwork I just installed and my experience was incredibly SMOOTHLY. Rclone just works! Wow! Thank you for this guide through.
@joshuaschmidt3261 Жыл бұрын
How would I go about syncing this onedrive? When I edit something on my linux machine and save it in that folder, how do I upload it to onedrive?
@mylinuxforwork Жыл бұрын
The upload happens in the background. You don’t need to trigger it. But it could take a while before it shows up on onedrive. Especially for large files.
@joshuaschmidt3261 Жыл бұрын
@@mylinuxforwork Gotcha. I just tested it and everything works. Thanks a lot!
@mylinuxforwork Жыл бұрын
@@joshuaschmidt3261 Great!
@dav1dw9 ай бұрын
I'd be great if you could do a video on more advanced features like using crypt and chunker. Also how to encrypt the rclone.conf file and how to use it in scripts while encrypted. Thanks!
@mylinuxforwork8 ай бұрын
Thanks for your feedback.
@liamkhoi Жыл бұрын
Great tutorial! But this mounting has to be done manually everytime I start up. Is there actually any way to make it mount on startup?
@mylinuxforwork Жыл бұрын
Yes. You can put the mount command into a script file and start it in your autostart of your window or desktop manager. gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/onedrive.sh?ref_type=heads
@vincenzoserlenga182610 ай бұрын
@@mylinuxforwork Hi, how to let it do automatically at every start?
@mryelaer4378Ай бұрын
Can I add more than just one account to sync?
@mylinuxforworkАй бұрын
Not sure if this is supported. Maybe with independent configurations that you need to change.
@louis6189 Жыл бұрын
Thanks dude, it works well !
@mylinuxforwork Жыл бұрын
Perfect.
@user-et4qu6yq8h10 ай бұрын
After two days of working it doesn't mount and appears an error that says at the end vfs invalid seek position and doesn't mount OneDrive
@mylinuxforwork10 ай бұрын
Have you seen this? forum.rclone.org/t/invalid-seek-position/26965/3
@user-et4qu6yq8h10 ай бұрын
@@mylinuxforwork yes but I don't know how to delete the cache I can't find the directory (I'm new at Ubuntu)
@cinetici Жыл бұрын
hi buddy! i was able to sync my folder Garbage to OneDrive. I just dont understand how to set it to be running always. Where do I apply this command on the right? please and thanks a lot. I tried onedriveR and it was awful, started downloading everything to my kubuntu
@mylinuxforwork Жыл бұрын
Hi. You can add a script like this to your Autostart of your desktop environment. gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/onedrive.sh?ref_type=heads
@MdMahmudulHasanMollah-s2v7 ай бұрын
Is that possible to see the saved file using rclone in Android Onedrive app??
@mylinuxforwork7 ай бұрын
If the sync to Onedrive is complete you should see the updates on every connected client.
@jhencluff Жыл бұрын
My rclone does not have an option for business. The url open for the personal account. Did I miss something?
@mylinuxforwork Жыл бұрын
Thanks for your question. According to the rclone documentation, it‘s names OneDrive Personal and Business. rclone.org/onedrive/ Can you see this option during the configuration process?
@rbjohnson Жыл бұрын
Very good video! For my use case, I don't need (or want) access to my entire onedrive, I just want to have one specific folder on my raspberry pi that gets synced to a folder in my onedrive. Does rclone allow this or does it only take the onedrive as a whole?
@mylinuxforwork Жыл бұрын
As far as I know you can only connect to the whole OneDrive. But please check the rsync documentation.
@rbjohnson Жыл бұрын
@@mylinuxforwork thanks!
@jola69409 ай бұрын
thanks for your video, very interesting. NICE WORK . for onedrive and googledrive , easy , but for google photos , i see the folder with files but files size 0, no possible to make a video on the method rclone with google photos, thanks
@mylinuxforwork9 ай бұрын
Thanks for testing. There is currently no video planned. Can you refer to the rclone website? Maybe there is a forum where you can ask your question.
@TheGaenda10 ай бұрын
Awesome!!! Thank you soooo much
@mylinuxforwork10 ай бұрын
Thank you.
@piggymalone15 ай бұрын
Great, thanks for that.
@mylinuxforwork5 ай бұрын
👍
@piggymalone15 ай бұрын
@@mylinuxforwork Slight problem - the mounted drive isn't persistent, how to achieve this upon re-boot?
@imt397 ай бұрын
Hey there! Your video still works perfectly after a year! But Idk how to set auto start so OneDrive can be mounted automatically upon startup. Hope you'll respond as soon as possible. Thanks for your video!
@mylinuxforwork7 ай бұрын
Thanks. You need to add the script to the autostart of your desktop environment.
@imt397 ай бұрын
@@mylinuxforwork Problem is where to find the script. I hope you'll send me a link cuz I'm completely dumb in coding. Also, even have the script I may not know how to set auto start. Plz help me.
@mylinuxforwork7 ай бұрын
@@imt39 You should find the command in the video and video description. Put it on a text file onedrive.sh and make it executable chmod +x ondedrive.sh Test the script by running ./onedrive.sh Please check the documentation of your desktop environment how to setup autostart of scripts. I hope I could help.
@gabrielstringueta34148 ай бұрын
Hello!! I'm a new user of Ubuntu (22.04.4 LTS). Would you be able to help on how to create this bash file and make it run at the startup of my machine??
@mylinuxforwork8 ай бұрын
The bash file should work also on Ubuntu. You can setup the start of the script in the Ubuntu Settings / Autostart section.
@MohsenTheKnight217 ай бұрын
that's awesome thanks so much
@mylinuxforwork7 ай бұрын
Thanks.
@sebastianivanbenitez9 ай бұрын
Hello! Hi, from Argentina, before anything, thanks so much, but ......How to make it mounted permanently ? I have Ubuntu 22.04.4 LTS. I am a noob
@mylinuxforwork9 ай бұрын
Please add the script to your autostart. In DE normally in the settings. In window managers normally in autostart files.
@sebastianivanbenitez9 ай бұрын
@@mylinuxforworkI do it in GNOME 42.9, in start app but it dosen´t work. I have to put this command? rclone --vfs-cache-mode writes mount OneDrive: ~/OneDrive &
@mylinuxforwork9 ай бұрын
@@sebastianivanbenitezMaybe this article helps: forum.manjaro.org/t/how-to-autostart-script-on-gnome-40-wayland-session-launch/81092/2
@sirdomasu8226 Жыл бұрын
Hey, I get an error that says: Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH :(
@mylinuxforwork Жыл бұрын
Hi. When do you get the error? During the installation? Are you on Arch Linux? Please check the official rclone github. github.com/rclone/rclone/issues/6844
@siddharthg8798 Жыл бұрын
Please try the former versions. It fixed.
@pa3546 Жыл бұрын
Hi what a great video, one question what is it for sure?
@mylinuxforwork Жыл бұрын
Hi. Not sure how I can help you?
@HaRa-o9n Жыл бұрын
I'm new to ubuntu and when I tried to mount my OneDrive to Ubuntu, I'm getting this error Fatal error: failed to mount FUSE fs: cannot get mounts: open /proc/self/mountinfo: permission denied I installed fuse and fuse3 using sudo apt install fuse3 but fuse3 --version doesn't work. Can you please suggest a way to fix this? Thanks!
@mylinuxforwork Жыл бұрын
Hi. Thanks for watching the video. But I’m not using Ubuntu and that’s why it’s difficult to help. Have you seen this page? snapshooter.com/learn/linux/install-and-use-rclone
@hungowapower Жыл бұрын
Same here
@siddharthg8798 Жыл бұрын
Please try a previous version of reclone. It resolved the problem.
@OptaIgin7 ай бұрын
Awesome vid! got me up and running in 5 minutes. Quick question though I can mount and unmount it safely right? also sometimes after say quite some time of lets say editing in obsidian my whole file directory lags have you experienced something similar?
@mylinuxforwork7 ай бұрын
Thank you. Should work without problems. It’s like a network drive.
@OptaIgin7 ай бұрын
Yeah finally got it to work, I don’t know what happened earlier but it doesn’t glitch anymore. Thank you man it’s cool you reply even though the video is old. Btw what would you recommend arch or Ubuntu? I’m currently running Ubuntu 24. But I see lots of folks on Arch can’t quite figure is it because of content creators or the system is that good
@mylinuxforwork7 ай бұрын
@@OptaIgin I have started my Linux Journey on Ubuntu and moved several years ago to Arch. I love on Arch the possibility to create my own system configuration without having apps installed that I don’t need. It’s super flexible and with AUR easy to extend.
@OptaIgin7 ай бұрын
@@mylinuxforwork I downloaded it to my main PC, now I'm learning the hard way to install arch on my MacBook lol
@RolanMartSasongko10 ай бұрын
no code returned by remote server how to solve it?
@mylinuxforwork10 ай бұрын
Not sure what you mean.
@andreabaraldi6020 Жыл бұрын
Hello! New with linux here, I'm having quite fun :) This would be awesome if it could actually automatically mount on system startup. I've done my researches, tried many methods but no one seems to be working (plus, my inexperience doesn't help 😅). Do you have any clues/suggestion? Thanks!
@mylinuxforwork Жыл бұрын
Thanks for your very good question. Pretty sure that I can help you. What desktop environment are you using?
@andreabaraldi6020 Жыл бұрын
I think GNOME (Pop! OS) @@mylinuxforwork
@dromdev10 ай бұрын
Gracias, si me funcionó
@mylinuxforwork10 ай бұрын
👍
@unowly Жыл бұрын
Hi ne kurze Frage, wie lass ich denn das Shell Skript permanent laufen. Ich bin noch nicht so lang auf Arch unterwegs, daher habe ich keine Ahnung und finde leider auch nichts im Internet. Danke dir schonmal im Vorraus!
@mylinuxforwork Жыл бұрын
Hi. Welchen Window Manager oder Desktop nutzt Du?
@mylinuxforwork Жыл бұрын
Du must das Shell Skript in den Autostart deines Window oder Desktop Mangager einbinden, damit es nach dem Login startet.
@unowly Жыл бұрын
@@mylinuxforwork Ah super vielen Dank.
@Jdrxxlordxx58311 ай бұрын
How to make it mounted permanently
@mylinuxforwork11 ай бұрын
You can create a script and add it to the autostart.
@Jdrxxlordxx58311 ай бұрын
Thank you so much but how to do that@@mylinuxforwork
@mylinuxforwork11 ай бұрын
@@Jdrxxlordxx583 which desktop environment are you using?
@Jdrxxlordxx58311 ай бұрын
Ubuntu os with Gnome desktop environment@@mylinuxforwork
@javip87316 ай бұрын
Work it in Fedora 40 (KDE)
@mylinuxforwork6 ай бұрын
Should work as well.
@pietrolopesdev43666 ай бұрын
Great tutorial, but I must ask: Is your "enter" key still alive? I was worried for it 😂
@mylinuxforwork6 ай бұрын
Still alive 😅
@pietrolopesdev43666 ай бұрын
@@mylinuxforwork 🤣
@mylinuxforwork Жыл бұрын
You can find all commands to install rclone and to connect your Linux system with OneDrive in the video description. If you like this video, please subscribe to my channel: 👉 www.youtube.com/@mylinuxforwork/?sub_confirmation=1