How to check whether Azure File Share is mounted or not ..

Rohit Boddu 461 Reputation points
2020-10-16T13:35:44.137+00:00

Hi,

I have mounted an Azure file share on one of our VM's .. but it is not showing up in my file system ..

Could u please check attached screenshot.. i m not sure whether file share got mounted or not ..

If it is mounted why it is not coming up / showing up in My File System ..

.32934-snip.png

Regards,
Rohit

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,215 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. deherman-MSFT 35,011 Reputation points Microsoft Employee
    2020-10-16T16:05:46.403+00:00

    @Rohit Boddu
    You can see that the endpoint was mounted in your output there. If you navigate to This PC in it should be visible under Network locations in File Explorer. Alternatively in the command line you can run "wmic logicaldisk list brief" you should also be able to run "cd Z:\".

    Hope this helps! Let us know if you have further questions or issues.


    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


  2. David Browne - msft 3,771 Reputation points
    2020-10-16T17:00:24.65+00:00

    File share mounts and credential caching in Windows are user-specific. If your powershell session is elevated, you may not be able to use the share in your non-elevated session.

    0 comments No comments