Category "fuse"

Is it possible to run gcsfuse without privileged mode inside GCP kubernetes?

Following this guide,I am trying to run gcsfuse inside a pod in GKE. Below is the deployment manifest that I am using: apiVersion: extensions/v1beta1 kind: Depl

How to use FIO to test a FUSE filesystem?

I'm using fio to test the performance of fuse filesystem using this commandline: fio -filename=/User/mbl/fusefs -direct=1 -iodepth 1 -thread -rw=write -ioengine

Why Input/Output Error occurs when use ls command in my fuse filesystem?

Why I/O Error causes when I tried ls . command in my fuse filesystem? My filesystem has a limitation that it only allows mail address type as individual filenam