> fenris@X240:~/Downloads/ntfs-3g_ntfsprogs-2017.3.23AR.1$ ls -lo 
> win/Users/fenris/OneDrive
> ls: cannot access 'win/Users/fenris/OneDrive': Input/output error

I do not understand why you get this error. Can you access the path components ?
(after having mounted with src/ntfs-3g from the directory 
ntfs-3g_ntfsprogs-2017.3.23AR.1)

ls -ldi win/Users
ls -ldi win/Users/fenris

Also try mounting with src/lowntfs-3g :

sudo umount /dev/sda2
sudo src/lowntfs-3g -o ro /dev/sda2 win
ls -ldi win/Users
ls -ldi win/Users/fenris
ls -ldi win/Users/fenris/OneDrive

Also I see your subdirectories of OneDrive also have a reparse tag and
this in another new one (0x9000601a), so you have a complex
configuration leaving a lot to guess and experiment.

Would you accept sharing a metadata copy of your ntfs partition, so that
I can experiment myself ? This will likely be a big file (a few hundred
MB) with no user data, though the file names will be visible.

To create the metadata copy, unmount /dev/sda2 and start
sudo ntfsclone -mst -O - /dev/sda2 | gzip > metadata.gz
Then upload metadata.gz to some server from which I can download it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728354

Title:
  ntfs: unsupported reparse point

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1728354/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to