Do OS.js and its file manager support mount/umount removable media? #863
Unanswered
huangda1982
asked this question in
Q&A
Replies: 1 comment
-
As far as I am aware, this is not currently possible due to browser limitations, there is no way to mount local storage to a website due to the inherent security risks this would pose. I do not think this will ever see support, so there is nothing that OS.js can do. If you were to write a native Node.js or Electron application that ran OS.js, this may be doable, but then it would essentially be a local VM instead of a web desktop. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is my main purpose for looking for a web desktop.
Beta Was this translation helpful? Give feedback.
All reactions