wasi-fs-access icon indicating copy to clipboard operation
wasi-fs-access copied to clipboard

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

Open pannous opened this issue 1 year ago • 1 comments

/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

pannous avatar Dec 28 '22 16:12 pannous