The folder consuming unexpected NAS space is not always the largest folder shown in the file browser.
Start at the mounted filesystem, then narrow the search one directory level at a time. This prevents you from blaming a visible share when snapshots, recycle bins, application data, deleted files, or inode pressure are using capacity outside the view you first opened.
Start With the Filesystem, Not the Folder Name
Confirm which filesystem backs the affected share and record its used, available, and inode values. The df view reports filesystem-level totals, while a share browser only reports objects it can see and count.
Check the share path against its mount point. A bind mount, container volume, or missing data-pool mount can make a familiar path write into the smaller system partition instead of the intended storage pool.
| Measurement | What it answers | Mismatch to investigate |
|---|---|---|
df -h |
How full is the mounted filesystem? | Wrong mount or reserved/hidden use |
du -xhd1 |
Which visible directory uses blocks? | Snapshots or open deleted files |
df -i |
Are file records exhausted? | Huge numbers of small files |
Rank Shared Folders by Allocated Space
Run a depth-one directory summary at the data-pool root, staying on the same filesystem. The goal is to rank the largest first-level directories before drilling into the largest result. Repeat at the next level until the growth is tied to a project, user, media library, backup set, or application path.
Use allocated size for capacity questions. Apparent file size can differ because of filesystem blocks, sparse files, hard links, compression, and deduplication, so a desktop file manager may not match the NAS allocation.
Check Snapshots, Recycle Bins, and Hidden Consumers
If visible folders total less than the volume usage, inspect snapshot retention, share recycle bins, package data, container volumes, thumbnails, temporary upload areas, and backup version history. These consumers may be outside the share root even though the workload that created them belongs to that share.
A large log can also be unlinked while its process keeps writing to it. In that case, a deleted file still held open remains counted by the filesystem but disappears from directory totals. Also check inode exhaustion from many small files when writes fail even though gigabytes remain.
Confirm What You Can Delete Safely
Do not delete the first large directory you find. Identify its owner, active process, retention rule, and backup status. Prune snapshots through the filesystem or NAS interface, rotate logs through the service that owns them, and review container volumes before removing images or databases.
After each controlled change, rerun the same filesystem and directory measurements. A clean result is not merely more free space; it is a documented source of growth, a safe retention decision, and an alert or quota that makes the next increase visible.
FAQ
Why do shared-folder totals not match volume usage?
They measure different scopes. The volume includes filesystem metadata and hidden consumers, while the folder total includes only reachable files under that path and may report apparent rather than allocated size.
Can many small files consume space without one large folder?
Yes. Small files consume allocation blocks and inodes. A cache or mail-style directory can exhaust file records even when no single file looks large.
Why does deleting files not immediately free NAS space?
A snapshot may still reference the blocks, a recycle bin may retain the file, or a running process may keep a deleted file open. Identify which condition applies before restarting services or pruning retention.
Support & Tips
More to Read

Why Does a RAID Array Become Inactive After a Power Loss?
An inactive array often means metadata was found but the system did not have enough confidence or members to start it safely after an...

What Are the Risks of Forcing a Missing RAID Member Back Online?
Force options can bypass safety checks around stale metadata, dirty parity, missing writes, or active pools; inspect and preserve evidence before using them.

How to Distinguish a Bad SATA Cable From a Failing NAS Drive
Track whether errors follow the disk or remain with the SATA path, and separate transport counters from media-health evidence before replacing hardware.

