Comment 40 for bug 1728354

Revision history for this message
Jean-Pierre (jean-pierre-andre) wrote :

> fenris@X240:~/Downloads/ntfs-3g_ntfsprogs-2017.3.23AR.1/src/.libs$ strings ntfs-3g | grep ntfs-plugin

In the above command, you are examining what you have compiled, but the meaningful file is the one you are executing, and this is still not clear to me as your posts come from different situations.

Well, I have to check everything you did...

1) please post the ntfsinfo for the OneDrive directory :
sudo ntfsinfo -fvF /Users/fenris/OneDrive /dev/sdxx
(replace sdxx by the partition name, like sda1)

2) post your system parameters, your PATH and the md5 of the plugin you are using :
uname -a
echo $PATH
md5sum /usr/local/lib/ntfs-3g/ntfs-plugin-9000301a.so

3) did you install ntfs-3g 2017.3.23AR.1 ?

4a) If you installed ntfs-3g 2017.3.23AR.1 (see #4 replacing 80000017.so by 9000301a.so) post the result of
which ntfs-3g
and mount using the usual mount command.

4b) If you did not install, apply #13 stay in the compile directory (~/Downloads/ntfs-3g_ntfsprogs-2017.3.23AR.1) then post the result of
ls -l src/ntfs-3g
and mount using src/ntfs-3g (not src/.libs/ntfs-3g !)

5) Post both your mount command (depends on 4a or 4b) and the ls output for OneDrive.