<?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 Re: Unable to create a folder inside DBFS on Community Edition in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/unable-to-create-a-folder-inside-dbfs-on-community-edition/m-p/119189#M10031</link>
    <description>&lt;P&gt;Hi Sachin,&lt;/P&gt;
&lt;P&gt;For DBFS V1 used in Community Edition, there may be limitations regarding the creation of folders or changes to file structures, particularly under specific paths such as &lt;CODE&gt;/FileStore&lt;/CODE&gt;, which is commonly used to store datasets, plots, and other files.&amp;nbsp;&lt;SPAN&gt;If you encounter issues with the UI, it might be related to permissions or a limitation of the Community Edition.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Instead of relying on the GUI to create folders, you can try using the dbutils.fs.mkdirs command in a notebook to programmatically create a folder in DBFS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dbutils.fs.mkdirs("dbfs:/FileStore/your-folder-name")&lt;/P&gt;
&lt;P&gt;You can also consider using&amp;nbsp;the command-line interface (CLI) to achieve this. Here is how you can create a directory in DBFS using the CLI:&lt;/P&gt;
&lt;P&gt;bash&lt;BR /&gt;databricks fs mkdirs dbfs:/path/to/your/directory&lt;/P&gt;</description>
    <pubDate>Wed, 14 May 2025 14:08:40 GMT</pubDate>
    <dc:creator>Vidhi_Khaitan</dc:creator>
    <dc:date>2025-05-14T14:08:40Z</dc:date>
    <item>
      <title>Unable to create a folder inside DBFS on Community Edition</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-create-a-folder-inside-dbfs-on-community-edition/m-p/111812#M9122</link>
      <description>&lt;P&gt;Im using the Community Edition.&lt;/P&gt;&lt;P&gt;Trying to create a storage folder inside DBFS -&amp;gt; Filestore for my datasets. I click on Create, give a folder name, and poof. Nothing. No new folder.&lt;BR /&gt;Tried refreshing, logging out and logging in. Tried to create folder multiple times. Nothing works.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 10:18:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-create-a-folder-inside-dbfs-on-community-edition/m-p/111812#M9122</guid>
      <dc:creator>sachin_kanchan</dc:creator>
      <dc:date>2025-03-05T10:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a folder inside DBFS on Community Edition</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-create-a-folder-inside-dbfs-on-community-edition/m-p/119189#M10031</link>
      <description>&lt;P&gt;Hi Sachin,&lt;/P&gt;
&lt;P&gt;For DBFS V1 used in Community Edition, there may be limitations regarding the creation of folders or changes to file structures, particularly under specific paths such as &lt;CODE&gt;/FileStore&lt;/CODE&gt;, which is commonly used to store datasets, plots, and other files.&amp;nbsp;&lt;SPAN&gt;If you encounter issues with the UI, it might be related to permissions or a limitation of the Community Edition.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Instead of relying on the GUI to create folders, you can try using the dbutils.fs.mkdirs command in a notebook to programmatically create a folder in DBFS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dbutils.fs.mkdirs("dbfs:/FileStore/your-folder-name")&lt;/P&gt;
&lt;P&gt;You can also consider using&amp;nbsp;the command-line interface (CLI) to achieve this. Here is how you can create a directory in DBFS using the CLI:&lt;/P&gt;
&lt;P&gt;bash&lt;BR /&gt;databricks fs mkdirs dbfs:/path/to/your/directory&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 14:08:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-create-a-folder-inside-dbfs-on-community-edition/m-p/119189#M10031</guid>
      <dc:creator>Vidhi_Khaitan</dc:creator>
      <dc:date>2025-05-14T14:08:40Z</dc:date>
    </item>
  </channel>
</rss>

