puter icon indicating copy to clipboard operation
puter copied to clipboard

mounted memoryfs doesn't show on GUI

Open XiaochenCui opened this issue 4 months ago • 0 comments

the mounted memoryfs doesn't show on it's parent /admin, which is not the case when this feature just finished.

    "mountpoint": {
      "mountpoints": {
        "/": {
          "mounter": "puterfs"
        },
        "/admin/tmp": {
          "mounter": "memoryfs"
        }
      }
    }

It would be great if this can be guarded by a test

XiaochenCui avatar Oct 27 '25 17:10 XiaochenCui