cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Databricks Free Trial Help
Engage in discussions about the Databricks Free Trial within the Databricks Community. Share insights, tips, and best practices for getting started, troubleshooting issues, and maximizing the value of your trial experience to explore Databricks' capabilities effectively.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Public dbfs root is disabled ,Access is denied on path

ViratKumar1061
New Contributor III

Hi Team,
I am using Databricks free edition to run some  jobs on environment but I am getting error like : Public DBFS root is disabled. Access is denied on path: /FileStore/tables/
So how can i get access for this location, could anyone help me here. 

10 REPLIES 10

nikhilj0421
Databricks Employee
Databricks Employee

Hi @ViratKumar1061, I am not very familiar with the features provided in the Databricks free edition. But you can check settings -> Advanced -> DBFS File Browser

There will be a toggle to enable DBFS File Browser, check if it is disabled. 

nikhilj0421_0-1749951682777.png

 

 

Hi Nikhil,

I already checked in setting and there is no any toggle option to enable DBFS File broweser in databricks free edition, please help us on this we are stuck on this.

ViratKumar1061
New Contributor III

Hi Nikhil,

I already checked in setting and there is no any toggle option to enable DBFS File broweser in databricks free edition, please help us on this we are stuck on this.

vidhey1707
New Contributor II

Hi Virat, after the new Databricks update DBFS is deprecated when the community edition was changed to Free Edition few days, you can use Volume instead of filestore, try using this command for more understanding

%fs ls dbfs:/Volumes/workspace/default/
you can create a folder or external storage

%fs mkdirs /Volumes/workspace/default/<folder_name>/
and use this path for your operations

Hi vidhey, i tried this thing "%fs ls dbfs:/Volumes/" it shows 

"The maximum number of retries has been exceeded"

error

vidhey1707
New Contributor II

Try this after sometime, hopefully it should work

after sometime I have tried "%fs ls dbfs:/Volumes/"

I got below error

1 ExecutionError: (com.databricks.backend.daemon.data.common.InvalidMountException) Error while using path /Volumes for creating file system within mount at '/Volumes'.

felipevsr
New Contributor II

Hello. You can create a volume in Databricks Free Edition to replace the dbfs. I had the same problem. I managed to create a volume.

felipevsr_0-1752062121299.png

felipevsr_2-1752062217344.png

 

felipediassouza
New Contributor II

The same problem, I tried to load a file from these variations, and I'm receiving the same error: 

csv_file_path = "/FileStore/data-co-uk/data/raw/1920_E0.csv"
OR
csv_file_path = "/Workspace/Repos/felipedi@gmail.com/data-co-uk/data/raw/1920_E0.csv"
OR
csv_file_path = "dbfs:/Workspace/Users/felipedi@gmail.com/data-co-uk/data/raw/1920_E0.csv"



and received it:
Public DBFS root is disabled. Access is denied on path: /FileStore/data-co-uk/data/raw/1920_E0.csv

BS_THE_ANALYST
Contributor III

Hi @ViratKumar1061, has your problem been resolved? If not, could you provide an update so we look at next steps for a solution.

All the best,
BS

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now