Compute Disk Usage
Last updated: July 31, 2026Latest Frontend Version: 2.17.4
Prerequisites
Access Level:
User
Permission Requirements
- . Basic Vault Interaction
- View access/sharing/project history of own files
- View metadata for own files (necessary to download)
- View directories
- View usage of vault for any user
Compute Disk Usage for Filesโ
bulk-action
- Go to the Vault icon in the top left panel.
- Click the My files section on the left panel.
- Select the file(s) for which you want to compute the disk usage.
- Click the Open Full Menu button in the top center panel.
- Select Compute Disk Usage.
- View the computed usage to the right of the file(s) under the Size column in the Vault.
Confirmations, Errors & Solutions
Compute SHA-256 for a Fileโ
- Go to the Vault icon in the top left panel.
- Click the My files section on the left panel.
- Select the file for which you want to compute the SHA-256 string.
- Click the Open Full Menu button in the top center panel.
- Select Compute SHA-256.
- In the prompt, view the computed SHA-256 hash.
- Click Copy to copy the hash.
- Run
sha256sum filenameon your local machine and compare the output to the Vault hash to verify file integrity.
Compute Disk Usage for Deleted Filesโ
bulk-action
- Go to the Vault icon in the top left panel.
- Click the Trash section on the left panel.
- Select the deleted file(s) for which you want to compute the disk usage.
- Click the Open Full Menu button in the top center panel.
- Select Compute Disk Usage.
- View the computed usage to the right of the file(s) under the Size column in the Vault.
Compute SHA-256 for a Deleted Fileโ
- Go to the Vault icon in the top left panel.
- Click the Trash section on the left panel.
- Select the deleted file for which you want to compute the SHA-256 string.
- Click the Open Full Menu button in the top center panel.
- Select Compute SHA-256.
- In the prompt, view the computed SHA-256 hash.
- Click Copy to copy the hash.
- Run
sha256sum filenameon your local machine and compare the output to the Vault hash to verify file integrity.
Effects of Computing SHA-256โ
Computing a SHA-256 hash verifies file integrity without inspecting the file's contents. During large transfers, comparing the local machine's hash with the Vault's hash detects any discrepancies. Even a single-bit change results in different hashes, indicating a transfer issue. If both hashes match exactly, the transfer succeeded.
note
SHA-256 computation applies to any file.