A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing context, a stack is an ordered pile. A server stack is one type of solution stack — an ordered selection of software that makes it possible to complete a particular task. Like in this post about Is there a way to mount my Google Cloud storage account on Windows Server 2016? was one problem in server stack that need for a solution. Below are some tips in manage your windows server when you find problem about windows, google-cloud-platform, windows-server-2016, google-cloud-storage, .
I want to be able to host site images on Google Cloud Storage. One way I am thinking to get it does is by adding a drive on my windows server that point to the cloud. Then my site would read the images from the windows drive.
Is there a free way to add Google Cloud Storage on Windows?
I found ExpanDrive. But that isn’t free. The I found Google FUSE. but that is only for Lunix. Is there a way to mount windows drive directly to my google cloud storage service?
AFAIK, as of now, there is no Google-provided method to do so.
The only option would be to use the gsutil rsync command. With this command you can mirror the data that a Cloud Storage bucket has into a local directory
You can use rclone mount
https://rclone.org/commands/rclone_mount/
Answered here:
https://serverfault.com/a/1022210