-
|
Hi, How can this be fixed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Your 'curl' version is unable to internally process what it needs to process - data streams are failing. This is a 'curl' version issue.
Please follow the Basic Troubleshooting Steps as per https://github.com/abraunegg/onedrive?tab=readme-ov-file#basic-troubleshooting-steps You have most likely a broken curl version. Please ensure you:
If this resolves your issue, raise a bug against 'curl' for the |
Beta Was this translation helpful? Give feedback.
-
So this is all new information. You should not be writing Microsoft OneDrive data using this client to a Microsoft NTFS partition .. that is going to cause you issues and grief. Your choice of distribution - Ubuntu - compounds this because of the lethargic packaging policies that Ubuntu use. This makes you then use older software all over the place that have bugs that are fixed elsewhere. I have advised you before to use a better distribution - you must consider it and avoid using a poor quality distribution such as Ubuntu. Now .. to reliably access any Windows partition, you must use a very specific version of 'ntfs-3g' that includes enhancements to understand the Windows Microsoft OneDrive folder structure and file formats. You must install and use this specific version of 'ntfs-3g' on your platform: https://github.com/gbrielgustavo/ntfs-3g-onedrive If you have issues, you must seek support from the 'ntfs-3g' project: https://github.com/tuxera/ntfs-3g This is all explained here: https://github.com/abraunegg/onedrive/blob/master/docs/advanced-usage.md#accessing-windows-onedrive-files-from-linux-dual-boot-setup
Option 1: Unmount and fixIMPORTANT: First stop all 'onedrive' binary from running otherwise you will not be able to unmount the device. Disable any 'onedrive' systemd service. IMPORTANT: Ensure you are using the 'ntfs-3g-onedrive' component. Please adjust the commands for the folders / device names / mount point if not correct Option 2: Remove from Windows
|
Beta Was this translation helpful? Give feedback.
@CoSoCo
Your 'curl' version is unable to internally process what it needs to process - data streams are failing. This is a 'curl' version issue.
Please follow the Basic Troubleshooting Steps as per https://github.com/abraunegg/onedrive?tab=readme-ov-file#basic-troubleshooting-steps
You have most likely a broken curl version. Please ensure you:
If this resolves your issue, raise a bug against 'curl' for the
Send failed since rewinding of the dat…