Jul 16 2024 10:20 PM
Hi,
I have been using Azure and the Azure shell (Bash) on the Azure portal for nearly half a year.
Yesterday when I started the Azure shell, I got this warning message:
Warning: Failed to mount the Azure file share. Your cloud drive won't be available. Your Cloud Shell session will be ephemeral so no files or system changes will persist beyond your current session.
As far as I know, I never unmounted or changed any permission of the storage account to the clouddrive folder.
However, I found that my cloud drive (mounted to the clouddrive/ folder) was still accessible, and the files I created there could still be found when I started another Cloud Shell session.
I tried to reset my user settings and remount the same storage account to the clouddrive/ folder, and restarted the Bash Cloud Shell again. The warning message still appeared while the clouddrive/ could still be accessible.
So I wonder if the warning message was a false alarm, or if it referred to something else. May I ask if there is any command I can run to display the mounting log that resulted in the warning message, so I can check if it is really a false alarm?
Best Regards,
Benny (@evergrn_tree).
Jul 17 2024 07:51 AM
Jul 17 2024 01:43 PM
@evergrn_tree
I made an account for the sole purpose of replying to you. I just spent the better part of an hour creating and recreating storage by various means to troubleshoot this EXACT issue.
It was only when I came upon your thread that I realized it was in fact a false alarm (I'm relatively new to all this and I realize I could have just tested this earlier by creating a text file or something and confirming it wasn't an issue at all).
Still I can't explain why this is happening and I'm still trying to figure it out for the sake of closure lol. I tried unmounting and remounting the file share with the bash menu, having Azure create one for me, trying to mount it via shell commands all to no avail.
Best wishes,
-Felipe
Jul 17 2024 06:21 PM
Jul 21 2024 10:22 PM
Jul 21 2024 10:24 PM
Jul 21 2024 10:27 PM
Jul 22 2024 04:16 AM
Jul 22 2024 05:24 AM
SolutionHi Benny,
It sounds like you might be dealing with a transient issue or a glitch in the Cloud Shell environment. The warning message you encountered, "Failed to mount the Azure file share," usually suggests there was a problem mounting the file share at that moment. However, since your Cloud Shell session is still able to access the files and your data persists across sessions, it might indeed be a false alarm or a temporary issue.
To investigate further, you can check the logs for more detailed information. Unfortunately, Azure Cloud Shell does not provide direct access to mounting logs in the standard interface. However, you can follow these steps to get more information:
Check Azure Activity Logs:
Review Storage Account Logs:
Azure Cloud Shell Storage Logs:
Azure Support:
It’s good to keep an eye on this and see if the warning continues to appear or if it was just a one-time glitch. If the access issues persist or if you notice any other anomalies, further investigation will be needed.
Best, Celvin
Jul 22 2024 05:52 AM
Jul 22 2024 07:46 AM
Jul 22 2024 07:50 AM
Jul 25 2024 05:32 AM
Sep 04 2024 09:02 AM
I found mine gave this warning when the security on the "File Share" got changed to Custom or Maximum.
AES-128-GCM is required to be checked otherwise the clouddrive will not connect.
See screenshot
Jul 22 2024 05:24 AM
SolutionHi Benny,
It sounds like you might be dealing with a transient issue or a glitch in the Cloud Shell environment. The warning message you encountered, "Failed to mount the Azure file share," usually suggests there was a problem mounting the file share at that moment. However, since your Cloud Shell session is still able to access the files and your data persists across sessions, it might indeed be a false alarm or a temporary issue.
To investigate further, you can check the logs for more detailed information. Unfortunately, Azure Cloud Shell does not provide direct access to mounting logs in the standard interface. However, you can follow these steps to get more information:
Check Azure Activity Logs:
Review Storage Account Logs:
Azure Cloud Shell Storage Logs:
Azure Support:
It’s good to keep an eye on this and see if the warning continues to appear or if it was just a one-time glitch. If the access issues persist or if you notice any other anomalies, further investigation will be needed.
Best, Celvin