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

ls: error: '.': No such file or directory #8

Open
pannous opened this issue Dec 28, 2022 · 1 comment
Open

ls: error: '.': No such file or directory #8

pannous opened this issue Dec 28, 2022 · 1 comment

Comments

@pannous
Copy link

pannous commented Dec 28, 2022

/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
@RReverser
Copy link
Collaborator

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).

What do you see in the console?

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