```python In [1]: import fsspec In [3]: fsspec.filesystem("memory").ls("/a/b/c") Out[3]: [] ``` I think this should raise a `FileNotFoundError`.