[Bug 1728354] Re: ntfs: unsupported reparse point

Jean-Pierre 1728354 at bugs.launchpad.net
Tue Oct 8 20:27:42 UTC 2019


> trying to duplicate the contents of the windows partition
> with the RSYNC command
>
> rsync -a --delete --filter "- .tmp" --filter "- lost+found/" --filter 
> "- .Trash/" > /Windows1 /mnt/sdc14 2>ERROR.txt

I doubt you get anything useful this way wrt Windows 10 system files : these files have special attributes which rsync cannot process. You should restrict rsync to only process user files.

> For example under "Ubuntu 18.04.3 LTS"
> ls -als "/Windows1/Program
>Files/WindowsApps/microsoft.windowscommunicationsapps_16005.11629.20316.0_x64__8wekyb3d8bbwe" >$HOME/ERROR1.txt

I have examined one such file (HxAccounts.exe), it is system compressed
and probably all files from the same directory also are. If you want to
read them, you need the "system compressed" plugin (ntfs-
plugin-80000017.so). With the plugin, rsync will copy them in
uncompressed form, and it will lose the attributes
$KERNEL.PURGE.ESBCACHE and $KERNEL.PURGE.APPXFICACHE which have some
meaning (unknown to me) for Windows, so the copy cannot serve as a
backup.

I do not know whether Ubuntu has packaged the system compression plugin.
There are pointers in https://bugs.launchpad.net/ubuntu/+source/ntfs-
3g/+bug/1728354/comments/2 above.

For reporting further, please follow 
https://jp-andre.pagesperso-orange.fr/junctions.html#other


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

Title:
  ntfs: unsupported reparse point

Status in ntfs-3g package in Ubuntu:
  Confirmed

Bug description:
  I recently updated my Windows-10 to the 1709 edition. Scanning the
  file system with Ubuntu, I get "unsupported reparse point" errors.
  Searching the web indicates that ntfs cannot handle certain files.

  I am running Ubutu-Mate 17.10:

  uname -r: 4.13.0-16-generic

  lsb_release -rcid:
  Distributor ID:	Ubuntu
  Description:	Ubuntu 17.10
  Release:	17.10
  Codename:	artful

  I include a file which runs ntfsinfo on a file where I get the "unsupported reparse point" message:
  sudo ntfsinfo -F /Windows/hh.exe /dev/sda1 >unsupported_reparse_point.txt

  while mounted: I issue ls -l <mount_point>/Windows/hh.exe 
  ls -l Windows/hh.exe 
  lrwxrwxrwx 2 .. .. 25 Sep 29 14:41 Windows/hh.exe -> unsupported reparse point

  I expect to see either a resolved link or a length for the file in
  question.

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



More information about the foundations-bugs mailing list