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

Mount IDBFS to root "/" path #5632

Closed
GregSlazinski opened this issue Oct 5, 2017 · 1 comment
Closed

Mount IDBFS to root "/" path #5632

GregSlazinski opened this issue Oct 5, 2017 · 1 comment

Comments

@GregSlazinski
Copy link

I'm trying to mount IDBFS to "/" to make entire filesystem persistent:
FS.mount(IDBFS, {}, '/');
However this generates an exception device busy.
Since MEMFS is mounted to "/" by default, I've tried to unmount it using:
FS.unmount('/');
But then I get an exception thrown: Error: Invalid argument,Error

Is it not possible to mount IDBFS to "/" ?

@kripken
Copy link
Member

kripken commented Oct 5, 2017

Yes, there is a current limitation on not being able to mount the root dir, see #2040

@kripken kripken closed this as completed Oct 5, 2017
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