gpt4 book ai didi

google-cloud-platform - 如何在 windows 文件系统上使用 GCP 存储桶数据

转载 作者:行者123 更新时间:2023-12-04 12:29:25 30 4
gpt4 key购买 nike

我想在 Windows 10 上访问 GCP 存储桶数据作为文件系统。
GCP 为 mac 和 Linux 提供 FUSE,有没有办法在 Windows 上挂载 GCP bucket。

最佳答案

根据文档 Cloud Storage FUSE :

Cloud Storage FUSE is an open source FUSE adapter that allows you to mount Cloud Storage buckets as file systems on Linux or macOS systems.


因此,在 Windows 系统上使用它并不容易。
有几种可能的方法可以解决它 :
  • Rclone

    Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business & consumer file storage services, as well as standard transfer protocols.


  • 安装 Rclone 和 WinFsp .请记住将 Rclone 位置添加到您的 PATH .
  • 关注 instructions设置您的远程 GCP 存储桶。如果您的 GCP 存储桶使用 Uniform bucket-level access ,记得设置--gcs-bucket-policy-only配置 Rclone 远程驱动器时,选项为 true。
  • Mount远程 GCP 存储桶作为本地磁盘
    rclone mount remote:path/to/files X: 
    哪里X:是一个未使用的驱动器号。

  • GcsFuse-Win :

    GcsFuse-Win is a distributed FUSE based file system backed by Google cloud storage service. It is the first open source native version of gcs fuse on windows.It allows you to mount the buckets/folders in the storage account as a the local folder/driver on Windows system. It support the cluster mode. you can mount the blob container (or part of it) across multiple windows nodes.


  • CloudBerry Drive (专有软件):

    Mount cloud storage as a network drive to your Windows workstation or Windows Server


  • 使用 FUSE 将存储桶挂载到 Linux 实例中并通过网络 Samba/NFS 共享。
  • 关于google-cloud-platform - 如何在 windows 文件系统上使用 GCP 存储桶数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67332957/

    30 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com