|
From: Jean-Pierre A. <jea...@wa...> - 2020-02-25 12:46:00
|
Pascal wrote: > this is more of a "cosmetic" problem : the input/output errors displayed > are confusing and may not be displayed. > > # ll /mnt/sdb2/Users/Test/AppData/Local/Microsoft/WindowsApps/ > ls: impossible d'accéder à > '/mnt/sdb2/Users/Test/AppData/Local/Microsoft/WindowsApps/MicrosoftEdge.exe': > Erreur d'entrée/sortie > ls: impossible d'accéder à > '/mnt/sdb2/Users/Test/AppData/Local/Microsoft/WindowsApps/python.exe': > Erreur d'entrée/sortie > ls: impossible d'accéder à > '/mnt/sdb2/Users/Test/AppData/Local/Microsoft/WindowsApps/python3.7.exe': Erreur > d'entrée/sortie > ls: impossible d'accéder à > '/mnt/sdb2/Users/Test/AppData/Local/Microsoft/WindowsApps/python3.exe': > Erreur d'entrée/sortie > total 0 > drwxrwxrwx 1 root root 0 10 sept. 14:00 Backup > drwxrwxrwx 1 root root 0 10 sept. 14:03 > Microsoft.DesktopAppInstaller_8wekyb3d8bbwe > drwxrwxrwx 1 root root 0 10 sept. 14:00 > Microsoft.MicrosoftEdge_8wekyb3d8bbwe > -????????? ? ? ? ? ? MicrosoftEdge.exe > -????????? ? ? ? ? ? python.exe > -????????? ? ? ? ? ? python3.7.exe > -????????? ? ? ? ? ? python3.exe > > are the unsupported reparse point dates displayed by the ll command > correct when the missing module is created symbolically ? Did you install the plugin I suggested ? This is what you should get (well approximately, please ignore the reformatting by the mailer), and obviously the links lead to no usable files (as ntfs-3g cannot start a remote Windows executable). If you do not get this, please post the output of the script from : https://jp-andre.pagesperso-orange.fr/junctions.html#other $ ls -l /win10/Users/Jean-Pierre/AppData/Local/Microsoft/WindowsApps total 0 drwx------ 1 linux linux 0 Jun 14 2019 Backup lrwxrwxrwx 2 linux linux 198 Jan 4 13:37 GameBarElevatedFT_Alias.exe -> 'C:\Program Files\WindowsApps\Microsoft.XboxGamingOverlay_3.36.6003.0_x64__8wekyb3d8bbwe\GameBarElevatedFT.exe(Microsoft.XboxGamingOverlay_8wekyb3d8bbwe,Microsoft.XboxGamingOverlay_8wekyb3d8bbwe!App)' drwx------ 1 linux linux 0 Jan 4 13:35 Microsoft.DesktopAppInstaller_8wekyb3d8bbwe lrwxrwxrwx 2 linux root 132 Nov 1 11:11 MicrosoftEdge.exe -> 'C:\WINDOWS\system32\SystemUWPLauncher.exe(Microsoft.MicrosoftEdge_8wekyb3d8bbwe,Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge)' drwx------ 1 linux linux 0 Nov 1 11:11 Microsoft.MicrosoftEdge_8wekyb3d8bbwe drwx------ 1 linux linux 0 Jan 4 13:37 Microsoft.XboxGamingOverlay_8wekyb3d8bbwe lrwxrwxrwx 1 linux linux 228 Jan 4 13:35 python3.exe -> 'C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.0.32912.0_x64__8wekyb3d8bbwe\AppInstallerPythonRedirector.exe(Microsoft.DesktopAppInstaller_8wekyb3d8bbwe,Microsoft.DesktopAppInstaller_8wekyb3d8bbwe!PythonRedirector)' lrwxrwxrwx 1 linux linux 228 Jan 4 13:35 python.exe -> 'C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.0.32912.0_x64__8wekyb3d8bbwe\AppInstallerPythonRedirector.exe(Microsoft.DesktopAppInstaller_8wekyb3d8bbwe,Microsoft.DesktopAppInstaller_8wekyb3d8bbwe!PythonRedirector)' > > # ll /mnt/sdb2/Users/Test/AppData/Local/Microsoft/WindowsApps/ > total 0 > drwxrwxrwx 1 root root 0 10 sept. 14:00 Backup > drwxrwxrwx 1 root root 0 10 sept. 14:03 > Microsoft.DesktopAppInstaller_8wekyb3d8bbwe > drwxrwxrwx 1 root root 0 10 sept. 14:00 > Microsoft.MicrosoftEdge_8wekyb3d8bbwe > lrwxrwxrwx 2 root root 25 10 sept. 14:00 MicrosoftEdge.exe -> > 'unsupported reparse point' > lrwxrwxrwx 1 root root 25 10 sept. 14:03 python.exe -> 'unsupported > reparse point' > lrwxrwxrwx 2 root root 25 10 sept. 14:03 python3.7.exe -> 'unsupported > reparse point' > lrwxrwxrwx 1 root root 25 10 sept. 14:03 python3.exe -> 'unsupported > reparse point' > > Pascal > > Le mar. 25 févr. 2020 à 10:55, Jean-Pierre André > <jea...@wa... > <mailto:jea...@wa...>> a écrit : > > Pascal wrote: > > hi everyone, > > > > as suggested by the package maintainer, I'm transferring to you > an open > > ticket on Archlinux bug tracker : > https://bugs.archlinux.org/task/63737 > > > > regards. > > The reparse point this ticket is referring to is a link for > executing some cloud Windows application (this is at least how > I understand it) and this leads to an "unsupported reparse point" > error, because I do not know what kind of meaningful support I > could provide. > > Why would you access this reparse point in the first place ? > > Anyway I have uploaded a minimal plugin to > https://jp-andre.pagesperso-orange.fr/execlink.zip > This will show the parameters available in the reparse data, > and might give some information for somebody to describe > what useful support might be expected. > > Jean-Pierre |