-
Notifications
You must be signed in to change notification settings - Fork 726
Closed
Description
Describe the bug
Multipass can't create native mounts for folders owned by "NT AUTHORITY\SYSTEM". These include the "home folder" on Windows (C:\Users<username>).
PS C:\Users\ricab> multipass mount --type native . test:Home
Please enter your user password to allow Windows mounts:
mount failed: The following errors occurred:
error mounting "Home": Error: mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
To Reproduce
multipass mount --type native "C:\Users\<username>" test:Home
Expected behavior
What did you expect to happen?
- OS: Windows
multipass version
:1.12.0-dev.131.pr498+g7fb15eaf.win
(after fix for [Windows] Unable to establish native mount when owner is "NT AUTHORITY\SYSTEM" #2901)multipass get local.driver
:hyperv
Additional Info
I tried with psexec -s
, but it then seems unable to request a user password. If I add -i
, a console pops up requesting the password, but still fails, the console closing too quickly to read any message that may have appeared. I did not pursue any further.