You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "/" ?
The text was updated successfully, but these errors were encountered:
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 "/" ?
The text was updated successfully, but these errors were encountered: