<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic mount cifs volume on all purpose compute results in permission denied in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/mount-cifs-volume-on-all-purpose-compute-results-in-permission/m-p/140614#M4564</link>
    <description>&lt;P&gt;I have all networking already set, nslookup resolves NAS server IP and connectivity is enabled from worker nodes to nas server. I am able to mount the same nas drive outside of databricks, I mean standalone linux vm in the same VPC where worker nodes configured,&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 14:17:56 GMT</pubDate>
    <dc:creator>158576</dc:creator>
    <dc:date>2025-11-28T14:17:56Z</dc:date>
    <item>
      <title>mount cifs volume on all purpose compute results in permission denied</title>
      <link>https://community.databricks.com/t5/administration-architecture/mount-cifs-volume-on-all-purpose-compute-results-in-permission/m-p/140614#M4564</link>
      <description>&lt;P&gt;I have all networking already set, nslookup resolves NAS server IP and connectivity is enabled from worker nodes to nas server. I am able to mount the same nas drive outside of databricks, I mean standalone linux vm in the same VPC where worker nodes configured,&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 14:17:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/mount-cifs-volume-on-all-purpose-compute-results-in-permission/m-p/140614#M4564</guid>
      <dc:creator>158576</dc:creator>
      <dc:date>2025-11-28T14:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: mount cifs volume on all purpose compute results in permission denied</title>
      <link>https://community.databricks.com/t5/administration-architecture/mount-cifs-volume-on-all-purpose-compute-results-in-permission/m-p/140665#M4570</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;Could you provide with more information about why you want to attach NAS drive to Databricks cluster, please?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am no expert in Storage. As far as I understand, NAS will suffer with IO and Replication Bottlenecks, when attached to Distributed compute environments. Please review this aspect.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2025 20:49:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/mount-cifs-volume-on-all-purpose-compute-results-in-permission/m-p/140665#M4570</guid>
      <dc:creator>siva-anantha</dc:creator>
      <dc:date>2025-11-30T20:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: mount cifs volume on all purpose compute results in permission denied</title>
      <link>https://community.databricks.com/t5/administration-architecture/mount-cifs-volume-on-all-purpose-compute-results-in-permission/m-p/158577#M5307</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/2566"&gt;@158576&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Sorry for the delay in getting back to you, and just closing the loop in case you’re still expecting an answer. Thanks for sharing the details. Based on what you’ve already validated, this does not sound like a basic networking problem. If nslookup works, worker nodes can reach the NAS host, and the same share mounts successfully from a Linux VM in the same VPC, then the more likely issue is that the failure is happening at the Databricks compute/runtime layer rather than at DNS or network routing.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;In practice, mounting a CIFS/SMB share from inside Databricks all-purpose compute is not a typical supported access pattern. Public Databricks documentation around containerised compute is a useful clue here....&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/compute/custom-containers" rel="noopener noreferrer nofollow" target="_blank"&gt;Databricks Container Services for dedicated compute&lt;/A&gt; is specifically documented for dedicated compute, and its limitations note that it is not supported on standard access mode compute. So even when network reachability is in place, that does not automatically mean OS-level mount operations such as CIFS mounts will succeed from within Databricks compute.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;For supported file-based access patterns, Databricks generally recommends using Unity Catalog on top of cloud object storage instead. For non-tabular files, Databricks recommends &lt;A href="https://docs.databricks.com/aws/en/volumes/" rel="noopener noreferrer nofollow" target="_blank"&gt;Unity Catalog volumes&lt;/A&gt;, and the docs explicitly say volumes are the recommended way to govern access to non-tabular data. If you need to work with existing cloud storage directories, &lt;A href="https://docs.databricks.com/aws/en/volumes/utility-commands" rel="noopener noreferrer nofollow" target="_blank"&gt;external volumes&lt;/A&gt; are the relevant option, and they are created against an external location in object storage. More generally, Unity Catalog uses &lt;A href="https://docs.databricks.com/aws/en/connect/unity-catalog/cloud-storage/" rel="noopener noreferrer nofollow" target="_blank"&gt;external locations&lt;/A&gt; to govern access to cloud storage paths and the credentials used to access them.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;So...what you are seeing is expected behaviour for the Databricks runtime environment, rather than evidence that your NAS server or network path is misconfigured. If the end goal is to move data between Databricks and the NAS, the usual workaround is to use an intermediate process outside Databricks, such as a VM, container, or integration service that can mount the SMB share directly, and then exchange data with cloud object storage that Databricks can access through Unity Catalog.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF9900"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 20:15:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/mount-cifs-volume-on-all-purpose-compute-results-in-permission/m-p/158577#M5307</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-06-08T20:15:25Z</dc:date>
    </item>
  </channel>
</rss>

