How to read OneDrive NTFS Folder in Ubuntu
up vote
0
down vote
favorite
I have an NTFS external HD. Recently I put in Windows everything inside a folder in it as the OneDrive folder. Mounting the HD in ubuntu, it failed to open the folder. unsupported reparse point
in ls -l
. I updated the NTFS-3g to the most recent version https://www.tuxera.com/community/open-source-ntfs-3g/, which didn't work to open the folder. Link to unknown
in Nautilus. I installed a plugin https://github.com/ebiggers/ntfs-3g-system-compression that here https://bugzilla.redhat.com/show_bug.cgi?id=1377049 is posted as a solution to a related problem but didn't work.
I had previously perceived, that common OneDrive folders in C:/Users are not seen in ubuntu dual boot.
EDIT: Related answer in Github
https://github.com/ebiggers/ntfs-3g-system-compression/issues/4#issuecomment-352199648
EDIT2: Somehow I can see the folder now, however, I am not sure which of the mentioned solutions was the crucial one. Sorry for that.
mount ntfs
add a comment |
up vote
0
down vote
favorite
I have an NTFS external HD. Recently I put in Windows everything inside a folder in it as the OneDrive folder. Mounting the HD in ubuntu, it failed to open the folder. unsupported reparse point
in ls -l
. I updated the NTFS-3g to the most recent version https://www.tuxera.com/community/open-source-ntfs-3g/, which didn't work to open the folder. Link to unknown
in Nautilus. I installed a plugin https://github.com/ebiggers/ntfs-3g-system-compression that here https://bugzilla.redhat.com/show_bug.cgi?id=1377049 is posted as a solution to a related problem but didn't work.
I had previously perceived, that common OneDrive folders in C:/Users are not seen in ubuntu dual boot.
EDIT: Related answer in Github
https://github.com/ebiggers/ntfs-3g-system-compression/issues/4#issuecomment-352199648
EDIT2: Somehow I can see the folder now, however, I am not sure which of the mentioned solutions was the crucial one. Sorry for that.
mount ntfs
To clarify, you have an NTFS partition on an external HDD. You also use Microsoft's OneDrive service. While in Windows, you moved everything on the HDD into the OneDrive folder. Is that correct? It sounds to me like the visible folder is actually just a link to somewhere else. Have you tried viewing hidden folders/files and searching them for your files? Also note, I am guessing that your files probably won't synchronize while in Ubuntu.
– Andrew Shum
Dec 3 '17 at 16:08
I think it is not related to a "link" issue. See edit. As I wrote, folder is not completely hidden but they cannot be accessed. I am not expecting it to synchronize in ubuntu, just to read it.
– Ferroao
Dec 3 '17 at 16:29
I am not sure what to tell you then. Usually Ubuntu lets you see and access more than Windows; not less. The only exception I can think of is if the "folder" is in some format not recognized by Ubuntu. However, this shouldn't be the case with basic files/folders.
– Andrew Shum
Dec 4 '17 at 17:58
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have an NTFS external HD. Recently I put in Windows everything inside a folder in it as the OneDrive folder. Mounting the HD in ubuntu, it failed to open the folder. unsupported reparse point
in ls -l
. I updated the NTFS-3g to the most recent version https://www.tuxera.com/community/open-source-ntfs-3g/, which didn't work to open the folder. Link to unknown
in Nautilus. I installed a plugin https://github.com/ebiggers/ntfs-3g-system-compression that here https://bugzilla.redhat.com/show_bug.cgi?id=1377049 is posted as a solution to a related problem but didn't work.
I had previously perceived, that common OneDrive folders in C:/Users are not seen in ubuntu dual boot.
EDIT: Related answer in Github
https://github.com/ebiggers/ntfs-3g-system-compression/issues/4#issuecomment-352199648
EDIT2: Somehow I can see the folder now, however, I am not sure which of the mentioned solutions was the crucial one. Sorry for that.
mount ntfs
I have an NTFS external HD. Recently I put in Windows everything inside a folder in it as the OneDrive folder. Mounting the HD in ubuntu, it failed to open the folder. unsupported reparse point
in ls -l
. I updated the NTFS-3g to the most recent version https://www.tuxera.com/community/open-source-ntfs-3g/, which didn't work to open the folder. Link to unknown
in Nautilus. I installed a plugin https://github.com/ebiggers/ntfs-3g-system-compression that here https://bugzilla.redhat.com/show_bug.cgi?id=1377049 is posted as a solution to a related problem but didn't work.
I had previously perceived, that common OneDrive folders in C:/Users are not seen in ubuntu dual boot.
EDIT: Related answer in Github
https://github.com/ebiggers/ntfs-3g-system-compression/issues/4#issuecomment-352199648
EDIT2: Somehow I can see the folder now, however, I am not sure which of the mentioned solutions was the crucial one. Sorry for that.
mount ntfs
mount ntfs
edited May 19 at 12:20
Yufenyuy Veyeh Dider
1,5154924
1,5154924
asked Dec 3 '17 at 13:31
Ferroao
1279
1279
To clarify, you have an NTFS partition on an external HDD. You also use Microsoft's OneDrive service. While in Windows, you moved everything on the HDD into the OneDrive folder. Is that correct? It sounds to me like the visible folder is actually just a link to somewhere else. Have you tried viewing hidden folders/files and searching them for your files? Also note, I am guessing that your files probably won't synchronize while in Ubuntu.
– Andrew Shum
Dec 3 '17 at 16:08
I think it is not related to a "link" issue. See edit. As I wrote, folder is not completely hidden but they cannot be accessed. I am not expecting it to synchronize in ubuntu, just to read it.
– Ferroao
Dec 3 '17 at 16:29
I am not sure what to tell you then. Usually Ubuntu lets you see and access more than Windows; not less. The only exception I can think of is if the "folder" is in some format not recognized by Ubuntu. However, this shouldn't be the case with basic files/folders.
– Andrew Shum
Dec 4 '17 at 17:58
add a comment |
To clarify, you have an NTFS partition on an external HDD. You also use Microsoft's OneDrive service. While in Windows, you moved everything on the HDD into the OneDrive folder. Is that correct? It sounds to me like the visible folder is actually just a link to somewhere else. Have you tried viewing hidden folders/files and searching them for your files? Also note, I am guessing that your files probably won't synchronize while in Ubuntu.
– Andrew Shum
Dec 3 '17 at 16:08
I think it is not related to a "link" issue. See edit. As I wrote, folder is not completely hidden but they cannot be accessed. I am not expecting it to synchronize in ubuntu, just to read it.
– Ferroao
Dec 3 '17 at 16:29
I am not sure what to tell you then. Usually Ubuntu lets you see and access more than Windows; not less. The only exception I can think of is if the "folder" is in some format not recognized by Ubuntu. However, this shouldn't be the case with basic files/folders.
– Andrew Shum
Dec 4 '17 at 17:58
To clarify, you have an NTFS partition on an external HDD. You also use Microsoft's OneDrive service. While in Windows, you moved everything on the HDD into the OneDrive folder. Is that correct? It sounds to me like the visible folder is actually just a link to somewhere else. Have you tried viewing hidden folders/files and searching them for your files? Also note, I am guessing that your files probably won't synchronize while in Ubuntu.
– Andrew Shum
Dec 3 '17 at 16:08
To clarify, you have an NTFS partition on an external HDD. You also use Microsoft's OneDrive service. While in Windows, you moved everything on the HDD into the OneDrive folder. Is that correct? It sounds to me like the visible folder is actually just a link to somewhere else. Have you tried viewing hidden folders/files and searching them for your files? Also note, I am guessing that your files probably won't synchronize while in Ubuntu.
– Andrew Shum
Dec 3 '17 at 16:08
I think it is not related to a "link" issue. See edit. As I wrote, folder is not completely hidden but they cannot be accessed. I am not expecting it to synchronize in ubuntu, just to read it.
– Ferroao
Dec 3 '17 at 16:29
I think it is not related to a "link" issue. See edit. As I wrote, folder is not completely hidden but they cannot be accessed. I am not expecting it to synchronize in ubuntu, just to read it.
– Ferroao
Dec 3 '17 at 16:29
I am not sure what to tell you then. Usually Ubuntu lets you see and access more than Windows; not less. The only exception I can think of is if the "folder" is in some format not recognized by Ubuntu. However, this shouldn't be the case with basic files/folders.
– Andrew Shum
Dec 4 '17 at 17:58
I am not sure what to tell you then. Usually Ubuntu lets you see and access more than Windows; not less. The only exception I can think of is if the "folder" is in some format not recognized by Ubuntu. However, this shouldn't be the case with basic files/folders.
– Andrew Shum
Dec 4 '17 at 17:58
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
I'm having the same problem on my Ubuntu (all versions) in dual boot with Windows 10 and OneDrive folder on a shared NTFS partition.
Seems that Windows 8.1/10 OneDrive clients create some sort of virtual volume, while the folder on the disk is just a new type of reparse point for that volume.
I've compiled and installed this NTFS 3g plugin specifically designed for OneDrive (just search for onedrive on the page)
add a comment |
up vote
0
down vote
I found a different solution.
- In Windows, go to the settings for OneDrive, and untick the option to Save space and download files as you use them on the Settings tab.
- Sign out of your OneDrive account (this should save your settings)
- Go to your OneDrive folder (C:Users\OneDrive), and delete or move the folder to a different location.
- Reboot your PC.
- Sign back into OneDrive, and let the sync complete.
- Boot into Linux, and the folders and files should be accessible.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I'm having the same problem on my Ubuntu (all versions) in dual boot with Windows 10 and OneDrive folder on a shared NTFS partition.
Seems that Windows 8.1/10 OneDrive clients create some sort of virtual volume, while the folder on the disk is just a new type of reparse point for that volume.
I've compiled and installed this NTFS 3g plugin specifically designed for OneDrive (just search for onedrive on the page)
add a comment |
up vote
0
down vote
I'm having the same problem on my Ubuntu (all versions) in dual boot with Windows 10 and OneDrive folder on a shared NTFS partition.
Seems that Windows 8.1/10 OneDrive clients create some sort of virtual volume, while the folder on the disk is just a new type of reparse point for that volume.
I've compiled and installed this NTFS 3g plugin specifically designed for OneDrive (just search for onedrive on the page)
add a comment |
up vote
0
down vote
up vote
0
down vote
I'm having the same problem on my Ubuntu (all versions) in dual boot with Windows 10 and OneDrive folder on a shared NTFS partition.
Seems that Windows 8.1/10 OneDrive clients create some sort of virtual volume, while the folder on the disk is just a new type of reparse point for that volume.
I've compiled and installed this NTFS 3g plugin specifically designed for OneDrive (just search for onedrive on the page)
I'm having the same problem on my Ubuntu (all versions) in dual boot with Windows 10 and OneDrive folder on a shared NTFS partition.
Seems that Windows 8.1/10 OneDrive clients create some sort of virtual volume, while the folder on the disk is just a new type of reparse point for that volume.
I've compiled and installed this NTFS 3g plugin specifically designed for OneDrive (just search for onedrive on the page)
edited Feb 5 at 13:00
answered Feb 5 at 12:46
Salaros
1266
1266
add a comment |
add a comment |
up vote
0
down vote
I found a different solution.
- In Windows, go to the settings for OneDrive, and untick the option to Save space and download files as you use them on the Settings tab.
- Sign out of your OneDrive account (this should save your settings)
- Go to your OneDrive folder (C:Users\OneDrive), and delete or move the folder to a different location.
- Reboot your PC.
- Sign back into OneDrive, and let the sync complete.
- Boot into Linux, and the folders and files should be accessible.
add a comment |
up vote
0
down vote
I found a different solution.
- In Windows, go to the settings for OneDrive, and untick the option to Save space and download files as you use them on the Settings tab.
- Sign out of your OneDrive account (this should save your settings)
- Go to your OneDrive folder (C:Users\OneDrive), and delete or move the folder to a different location.
- Reboot your PC.
- Sign back into OneDrive, and let the sync complete.
- Boot into Linux, and the folders and files should be accessible.
add a comment |
up vote
0
down vote
up vote
0
down vote
I found a different solution.
- In Windows, go to the settings for OneDrive, and untick the option to Save space and download files as you use them on the Settings tab.
- Sign out of your OneDrive account (this should save your settings)
- Go to your OneDrive folder (C:Users\OneDrive), and delete or move the folder to a different location.
- Reboot your PC.
- Sign back into OneDrive, and let the sync complete.
- Boot into Linux, and the folders and files should be accessible.
I found a different solution.
- In Windows, go to the settings for OneDrive, and untick the option to Save space and download files as you use them on the Settings tab.
- Sign out of your OneDrive account (this should save your settings)
- Go to your OneDrive folder (C:Users\OneDrive), and delete or move the folder to a different location.
- Reboot your PC.
- Sign back into OneDrive, and let the sync complete.
- Boot into Linux, and the folders and files should be accessible.
answered May 19 at 10:09
Vangarde
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f982742%2fhow-to-read-onedrive-ntfs-folder-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
To clarify, you have an NTFS partition on an external HDD. You also use Microsoft's OneDrive service. While in Windows, you moved everything on the HDD into the OneDrive folder. Is that correct? It sounds to me like the visible folder is actually just a link to somewhere else. Have you tried viewing hidden folders/files and searching them for your files? Also note, I am guessing that your files probably won't synchronize while in Ubuntu.
– Andrew Shum
Dec 3 '17 at 16:08
I think it is not related to a "link" issue. See edit. As I wrote, folder is not completely hidden but they cannot be accessed. I am not expecting it to synchronize in ubuntu, just to read it.
– Ferroao
Dec 3 '17 at 16:29
I am not sure what to tell you then. Usually Ubuntu lets you see and access more than Windows; not less. The only exception I can think of is if the "folder" is in some format not recognized by Ubuntu. However, this shouldn't be the case with basic files/folders.
– Andrew Shum
Dec 4 '17 at 17:58