File Storage¶
Network-attached file systems across clouds.
Overview¶
File storage provides managed network file systems that can be mounted by multiple machines simultaneously. RosettaHub supports cross-cloud mounting -- attach file storage from one provider to machines running in another.
| Provider | Service |
|---|---|
| AWS | Elastic File System (EFS) |
| Azure | Azure Files |
| GCP | Cloud Filestore |
| Alibaba Cloud | NAS (Network Attached Storage) |
Use cases: shared file systems across instances, home directories, application configuration, content management systems.
Retrieving File Storage¶
- Select a Cloud Key in the Keys panel
- Right-click and choose Retrieve File Storages
- Mapped file systems appear in the File Storages panel
Actions¶
| Action | Description |
|---|---|
| Update EFS Storage | Modify EFS settings |
| Set Default Storage | Set as default file storage |
| Share | Grant access to users, groups, or organizations |
| Publish | List on the Marketplace |
| Customize | Update label and metadata |
| Delete | Remove from RosettaHub |
Mounting File Storage¶
File storage can be mounted as a network drive, including cross-cloud scenarios:
- Ensure the machine has network access to the file storage
- Mount using NFS (Linux) or SMB/CIFS (Windows)
- Access shared files across multiple machines, even across different cloud providers
Related Topics¶
- Storages Overview -- All storage types
- Cloud Keys -- Retrieve storage resources
- Sessions -- Mount storage on running instances