vidhey1707
New Contributor III

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