I'm running an ubuntu 18.04 instance and attempt to mount my bucket in a startup script like so:
gcsfuse --implicit-dirs mybucket /my/dir/
where /my/dir/ gets created on startup. This command seems to work fine if I just ssh into the machine and run it but fails on startup: I end up with a dir that looks like (when running ll)
d????????? ? ? ? ? ? dir/
Any ideas?
Thanks,
Alex