How to access Windows' OneDrive folder from Linux
My friend had some files in the OneDrive folder on Windows’ partition, wondering how to access them directly from Linux (because of the unsupported reparse point
error). Hence, this article was born.
Install
ntfs-3g
(with FUSE support so you can mount drives withoutsudo
).Download the plugin from Web Archive.
Extract the zip and place the plugin (generally
ntfs-plugin-9000001a.so
inlinux-64
) under/usr/lib/ntfs-3g/
. You might need to create the folder yourself.Mount the Windows partition with GUI or
ntfs-3g /NTFS_partition /mount/point
, e.g.,ntfs-3g /dev/sda1 /mnt/windows
. Umount first if it has been mounted.If you want to mount the partition during boot, you can add
/NTFS_partition /mount/point ntfs-3g defaults 0 0
to the end of your/etc/fstab
.
References:
Subscribe to my newsletter
Read articles from StarAtt directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
StarAtt
StarAtt
Arch user.