This file is "system compressed", so you need the systcomp plugin to
read it. It is a system dll which has three symlinks and a short name,
and it also has an integrity tag.

Most file-level backup programs will decompress the file, and lose its
special attributes, so you will not be able to restore it.

Which error do you get when you copy this file by a regular cp command ?

>> To backup a Windows system partition you should use a program
>> which takes an image of it
> Can you say me what the program is it? What is her name?

I usually use ntfsclone to save an ntfs partition. For instance :
(the partition /dev/sdxx has to be unmounted beforehand)

sudo ntfsclone -s -O - /dev/sdxx | gzip > saved-image.gz

and you can restore it by (notice the isolated final "-") :

gzip -cd saved-image.gz | sudo ntfsclone -r -O /dev/sdxx -

In your case, most of the files are already compressed, so you will save
time by not processing through gzip.

-- 
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