I would like to mount a bucket on my instance when it starts up. The command I use is:
gcsfuse --implicit-dirs mybucket /my/folder
This works when I do it manually ssh-ing into the instance. However, it fails within the startup script. There doesn't seem to be any errors in the log file but the created directory has ??????
for permissions, owner, etc. Using an Ubuntu 16.04 image.
Any ideas on what could be going on?