Q: How to unmount FileStore (mounted on my GCP VM instance)

I follow this documents
but i mount filestore wrong path that is my mistake

I’ve searched for how to unmount, but I can’t find the information I’m looking for

3 Likes

Hello @ihong ,

Welcome to the Google Cloud Community!

You can do the following steps to unmount:

  1. Run the command df -h to see what is mounted
  2. Run sudo umount /path to unmount
  3. If you want to delete the folder, you can run the command rm -rf “/path”

You can then follow the documentation to mount the right path.

If the above option doesn’t work, you can contact Google Cloud Support to further look into your case. Hope it helps, thanks!

1 Like