Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory Windows/System32/Config/ not visible at Win10H2 #1

Open
spooch99 opened this issue Apr 3, 2021 · 0 comments
Open

Directory Windows/System32/Config/ not visible at Win10H2 #1

spooch99 opened this issue Apr 3, 2021 · 0 comments

Comments

@spooch99
Copy link

spooch99 commented Apr 3, 2021

This seems to be a problem with characters of the ownership names, see below!

Mounting a (generated from german/deutsch ISO) Win10 Partition with mount -t ntfs3 .. results in a nonexistent Config-directory in Windows-dir. The System was built in a qemu environment, 64bit.
The system was modified with
powercfg /H off

before shutting down. The mount command was
mount -t ntfs3 -o offset=$[512*104448],showmeta,no_acs_rules,nls=utf8 /dev/gu/win10unattend /mnt

Mounting with -o ntfs-3g results in an existing Config/ Dir.
Furthermore, looking at the dir wir "ls", the config-dir ist visible, but not accessible:

root@p51:/mnt/Windows/System32# ls -lh | grep -i config
ls: Zugriff auf 'de' nicht möglich: Datei oder Verzeichnis nicht gefunden
ls: Zugriff auf 'config' nicht möglich: Datei oder Verzeichnis nicht gefunden
...
-rwxr-xr-x 2 root root 146K Dez 7 2019 AppManagementConfiguration.dll
d????????? ? ? ? ? ? config
-rwxr-xr-x 2 root root 686K Nov 19 03:49 configmanager2.dll
..

Trying the same with the englisch-international version of win10 seems running fine! The difference is imho the names of the ownership, i.e. the owner of ther config/ dir is "AUTORITÄT/SYSTEM" (with the special character "Ä"), in english the same file has the ownership "AUTHORITY/SYSTEM" (with no special character).
Imho this is a hot candidate for the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant