An Apache Spark-based analytics platform optimized for Azure.
Thank you for reaching out.
The error:
indicates that the dbutils.fs.mount() operation is restricted in your current Databricks environment. This is commonly seen when using Unity Catalog-enabled workspaces or clusters with Shared/Standard access mode, where mount operations are not supported due to security restrictions.
To help determine the exact cause, could you please provide the following information?
- Is your workspace enabled with Unity Catalog?
- What is the Databricks Runtime (DBR) version of the cluster?
- What is the cluster access mode (Shared, Standard, or Dedicated/Single User)?
- Are you connecting to Azure Blob Storage (
blob.core.windows.net) or Azure Data Lake Storage Gen2 (dfs.core.windows.net)?
If your workspace is Unity Catalog-enabled, the recommended approach is to access storage using Storage Credentials and External Locations rather than dbutils.fs.mount().
Once we have the above details, we'll be happy to assist you further.