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
/sandbox$ mount /mount/point
Successfully mounted (...host path...)/opt at /mount/point.
/sandbox$ df -a
Filesystem 1k-blocks Used Available Use% Mounted on
wasi 0 0 0 - /sandbox
wasi 0 0 0 - /mount/point
/sandbox$ cd /mount/point
/mount/point$ ls
ls: error: '.': No such file or directory
Exit code: 1
The text was updated successfully, but these errors were encountered:
Hm, could be a permission issue, especially given the /opt in the end of your path (did you try mounting actual /opt? if so, I doubt the browser can access it).
The text was updated successfully, but these errors were encountered: