> fenris@X240:~$ sudo ntfsinfo -fvF
/media/fenris/746A024C6A020C14/Users/fenris/OneDrive /dev/sda2

What I asked for was :
sudo ntfsinfo -fvF /Users/fenris/OneDrive /dev/sda2

> i just ./configure then make

Then why did "ntfs-3g --help" return "ntfs-3g 2017.3.23AR.1" in post #38
with the PATH shown in #42.... Have you copied ntfs-3g in your ~/bin or
elsewhere ?

Anyway, please go to directory ntfs-3g_ntfsprogs-2017.3.23AR.1, create a
void directory there and mount, using the compiled ntfs-3g (staying on
the said directory) :

sudo umount /dev/sda2
mkdir win
ls -l src/ntfs-3g
sudo src/ntfs-3g -o ro /dev/sda2 win
ls -li win/Users/fenris/OneDrive
sudo ntfsinfo -fvF /Users/fenris/OneDrive /dev/sda2
sudo umount win

If this still fails, mount the usual way, then do
ls -li /media/fenris/746A024C6A020C14/Users/fenris/OneDrive
this is supposed to return "unsupported reparse point", but the first item in 
the output is the inode number, use it for the command below and post its 
output :
sudo ntfsinfo -fvi inode-number /dev/sda2

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to