Where is dbfs mounted with community edition?

MichaelBlahay
New Contributor

The the regular version of databricks, the dbfs is mounted at /dbfs. This does not seem to be the case with community edition. I am seeking more details.

AlexandrePetrul
New Contributor II

If you are using DBR 7.x. or newer versions the dbfs is disabled.

You have to use dbutils.fs.cp commands as a workaround.