WebCal
Ctrl K

指南

File Storage

指南整合常見問題支援
定價部落格
快速開始Top-Up and BillingAccelerating Access to Academic ResourcesQuick StartIntroductionMaintenance and TroubleshootingNetwork
平台資訊JetBrain ProjectorTmpWebCal Scholars Program @2026Introduction to the Public Beta/Suqian Zone AAbout UsCopying Data Between InstancesAnalysis of Server Performance MetricsTidal Computing PowerLoad Balancing
國產晶片Using Huawei MindIEHuawei Ascend NPUMooreThread GPU
環境設定CUDA/cuDNNMinicondaPython3.XInstalling DependenciesOverviewImages
企業進階功能Flexible DeploymentElastic Deployment Release NotesBest Practices for Elastic DeploymentPerformance Metrics Monitoring
容器實例JupyterLabRemote SSH ConnectionSave the imageScaling ConfigurationMulti-machine, multi-GPU parallel processingDaemonOverviewChange the billing methodMigration Example (Same Region)Migration ExamplesRemote DesktopReset the system
如何選擇 GPUGPU SelectionPerformance Testing
資料Upload DataDownload DataPublic DataPublic Cloud Storage (Highly Recommended)Compression / DecompressionFile StorageLocal data diskOverview
最佳實務FileZillaGitGromacsHuggingFaceKataGoLinux BasicsMPIOpenCLPyCharm Remote DevelopmentR (RStudio) InstallationSSH TunnelTensorBoardRemote Development with VSCodeVisdomVulkanXShellOpen PortsWeChat MessagesPerformanceExpose multiple servicesMoney-Saving TipsComputation Precision IssuesSoftware Sources

資料

File Storage

2026/07/3081962 次瀏覽

Files are stored on network-shared storage and can be mounted on different instances within the same region. Compared to local data disks, this approach has both advantages and disadvantages:

Advantages: Data is shared across instances, allowing read/write access from multiple locations, and is not affected by instance termination; furthermore, the storage backend maintains multiple redundant copies, ensuring very high data reliability (local data disks have no redundant backups, so there is a certain probability of disk failure affecting the data).

Disadvantages: Average I/O performance.

Considering the pros and cons above, the recommended approach is as follows: Store important data or code in file storage, which is shared across all instances, ensuring both convenience and data reliability; during training, copy data requiring high I/O performance (such as training data) to the instance’s local data disk first, and read data from the local disk to achieve better I/O performance.This approach balances convenience, security, and performance.

Initialization

Go to the “Console” > “File Storage” menu to initialize file storage for the corresponding region. After creating and starting an instance in that region, the file storage will be mounted to the instance’s /root/webcal-fs directory. For instances that are already running, the file storage will be automatically remounted after a reboot.

image_image_20250819111905605

Billing Rules

Pricing is based on actual usage, with usage under 20 GB free of charge.

Billing rate: ¥0.01/GB/day

Billing Rules: The system will use the maximum capacity utilized on a given day (calendar day) as the billing basis. The fee for usage exceeding the free 20 GB capacity (yuan/day) = excess capacity (GB) × 0.01 yuan/GB/day. Fees are deducted at midnight the following day for the previous day’s usage.If usage exceeds the free quota, the minimum charge is 0.01 yuan.

Total storage capacity: The default for a single user is 200 GB. Please contact customer service if you need more storage.

File storage not mounted in the instance

  1. Check whether instances in this region support file storage;
  2. Check whether this section of the file storage interface has been initialized;
  3. If the instance is powered on before file storage is initialized, you must restart the instance;
  4. Check the mounting status under “Console” > “Account” > “Settings” > “File Storage.” If mounting is stopped, you must remount the storage and then restart the instance;
  5. If the instance was created by a sub-account, check whether the sub-account has file storage permissions: “Console” > “Accounts” > “Sub-accounts” > “Set Permissions” > “File Storage”;
  6. If you are still unable to mount the drive, please contact customer service for assistance.

Cache Cleanup

When a web upload is interrupted or a file is deleted in JupyterLab, cached files or trash bin entries may be generated, taking up file storage space.

image_20250623163726

Solution 1:

"Console" -> "File Storage" -> "Show More Details" -> "Clear Upload Cache"

image_20250623163855

Solution 2:

You can navigate to /root/webcal-fs from the terminal, use ls -alh to view hidden files, and then use rm to permanently delete them.

image_20250328174849

Disk space is sufficient, but an "disk full" error is reported

The upper limit for the number of files (inodes) in File Storage is 200,000. If the number of files (inodes) exceeds 200,000, a "disk space insufficient" error will be reported. Since small files significantly impact read and write speeds, it is recommended to compress them before storing them in File Storage; small files should be kept on the data disk for use. You can view the file count (inodes) usage by navigating to “Console” > “File Storage” > “Expand for More Information.”

image_20250623165435

Data Cleaning

If an account has not been logged into for three consecutive months or has an outstanding balance of 50 yuan or more, the stored data will be deleted.

下一篇Daemon
WebCal文件返回指南