I have installed gcsfuse on a datalab machine. Created a target machine and used chmod to allow writing permission to all calling:
!gcsfuse --foreground --debug_fuse archs4 /content/datalab/mount/
I am getting the following error:
Opening bucket...
Mounting file system...
mountWithArgs: mountWithConn: Mount: mount: running fusermount: exit status 1
stderr:
fusermount: fuse device not found, try 'modprobe fuse' first
any idea what might solve that issue? (I am using: gcsfuse version 0.23.0 (Go version go1.9))
Thanks a lot, Eila