Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory already mounted #30

Open
himanshuahlawat31 opened this issue Aug 17, 2020 · 5 comments
Open

Directory already mounted #30

himanshuahlawat31 opened this issue Aug 17, 2020 · 5 comments

Comments

@himanshuahlawat31
Copy link
Contributor

Hi , to avoid Directory already mounted can we make some changes in notebook as: /mnt/contosoauto"
On Cmd 4 --- Add "# UnMount" before "# Mount the ADLS Gen2 filesystem" and Run All

UnMount

dbutils.fs.unmount("/mnt/" + fileSystemName

@himanshuahlawat31
Copy link
Contributor Author

@shirolkar , can you please suggest something on this

@shirolkar
Copy link
Contributor

@himanshuahlawat31 What lab # is this?

@himanshuahlawat31
Copy link
Contributor Author

It's Data experience 6

@shirolkar
Copy link
Contributor

@himanshuahlawat31 Are you talking about 1-Environment-Setup notebook Cmd 4? What error do you get if the directory is already mounted? Is it possible to ignore the error and continue without problems? Thanks.

@himanshuahlawat31
Copy link
Contributor Author

himanshuahlawat31 commented Sep 1, 2020

This is what I added on Databricks - 1 Environment Setup

DataBricks -- To avoid "Directory already mounted: /mnt/contosoauto"
On Cmd 4 --- Add "# UnMount" before "# Mount the ADLS Gen2 filesystem" and Run All

UnMount

dbutils.fs.unmount("/mnt/" + fileSystemName)

Hi Jitendra, sometimes we get an error as directory already mounted so we tried adding these, what are your suggestions on this if this is a correct way can we use this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants