Search found 9 matches

by Andreas.Nick
Sat Apr 14, 2018 11:44 am
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

I have now been able to generate a new boot disk for the Uranos project. Here you find a Makefile for a Ubuntu boot image which generates ntfs-3g and wimlib-imagex working for Server 2016 (Windows 10 untested). My knowledge is that this is the only Linux image that is currently able to do so ...
by Andreas.Nick
Thu Apr 12, 2018 10:15 am
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

This might help. I've taken a rudimentary system. Attention - ntfs-3g is also installed by other packages. Then it doesn't work anymore. Please note the test at the end.


##################### Basis
sudo apt-get install openssh-server
sudo apt-get install mc
sudo apt install net-tools
apt-get ...
by Andreas.Nick
Sun Mar 04, 2018 8:44 pm
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

I made the mistake. The WIMTOOLS were not yet installed and so I started apt-get install wimtools after every build. But the package have a dependency "libntfs-3g871", so the new build has been overwritten (at least the build must have been displayed via --Version?). Se we also have to download a ...
by Andreas.Nick
Thu Mar 01, 2018 9:58 am
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

Sorry, but I'm aware of that. I've just been making a lot of attempts to make this work. I'm using a very small minimalist Debian that never had an ntfs-3g installed on it. Before every attempt I put the snapshot back to a neutral state.

git clone git://git.code.sf.net/p/ntfs-3g/ntfs-3g
cd ntfs-3g ...
by Andreas.Nick
Wed Feb 28, 2018 9:48 am
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

I have also tried the Arch linux version. A packet "ntfs-3g 2017.3.23 external Fuse 29" is created. Unfortunately, with the same error.

https://aur.archlinux.org/packages/ntfs ... b-patched/
by Andreas.Nick
Wed Feb 28, 2018 7:54 am
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

ups, the code is on sourceforge. Unfortunately I can't install the patch anymore

git checkout edge
...
/var/tmp/ntfs-3g$ sudo patch -p1 < ./ntfs-3g_fix.patch
patching file include/ntfs-3g/layout.h
Hunk #1 FAILED at 1406.
....
5 out of 5 hunks FAILED -- saving rejects to file include/ntfs-3g/layout ...
by Andreas.Nick
Wed Feb 28, 2018 6:57 am
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

i have downloaded the zip archive for "git: //git. code. sf. net/p/ntfs-3g/ntfs-3g, branch "edge". I hope 67feb2c286a3 is included?
Then apply the patch and create a build (make install). On the Ubuntu system, ntfs-3g 2016.2.22 is active. Unfortunately, the same error occurs

I find (see ...
by Andreas.Nick
Tue Feb 27, 2018 9:02 pm
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

so, I tried to apply the patch "ntfs-3g_fix. patch" to the version 2017.3.23. The corresponding files have been patched!

make clean
./autogen. sh
./configure
make
make install

It has been compiled successfully. Unfortunately, the mistake still happens. Does the patch only work with version ntfs-3g ...
by Andreas.Nick
Tue Feb 27, 2018 2:27 pm
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 198574

Re: Error with Windows 10 Enterprise....

From my point of view, the problem has not been solved or is back! I tried to expand a 2016 WIM server. New ntfs-3g tools (2017.3.23) and new Wimlib. The switch "wimlib-imagex --no-acls" helps. Then the company expands and everything works. Unfortunately, every Windows directory has the permission ...