Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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

ihong
New Member

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 1 626
1 REPLY 1

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!