Applications run as administrator do not see the drive shared with OSX

Discussion in 'General Questions' started by OctavianT, Mar 12, 2018.

  1. OctavianT

    OctavianT Bit poster

    Messages:
    6
    On my machine, the `Z:` disk is shared between Windows and OSX through Parallels.
    If I run PowerShell without administrator privileges and do this:

    PS C:\Windows\system32> Z:

    Then I will be redirected successfully to the `Z:` drive.

    However, If I run PowerShell WITH administrator privileges and try this:

    PS C:\Windows\system32> Z:

    I get this error:

    Set-Location : Cannot find drive. A drive with the name 'Z' does not exist.
    At line:1 char:1
    + Set-Location $MyInvocation.MyCommand.Name
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (Z:String) [Set-Location], DriveNotFoundException
    + FullyQualifiedErrorId : DriveNotFound,Microsoft.PowerShell.Commands.SetLocationCommand


    Similarly, Visual Studio 2017 and Command Prompt, when ran with administrator privileges can not see the shared disk `Z:`.

    Why is that? How can I access the `Z:` drive when I run the code as an administrator?
     
  2. Arun@Parallels

    Arun@Parallels Parallels Support

    Messages:
    1,356
    Hi @OctavianT , please generate a problem report ID and send it to us, so that we will check with our internal team and will get back to you.
     
  3. AQEELA2

    AQEELA2 Junior Member

    Messages:
    12
    i have the same issue on the: 30-NOV-2023
    if I open command prompt with admin , I can not go to mac drive , the command I am using is cd z:
     

Share This Page