Hi T C,
Hope you're doing well.
First, regarding your understanding of two-way mirrored storage spaces: You're correct that a two-way mirror provides redundancy by storing data on two drives. However, the actual implementation is more nuanced. Storage Spaces do not mirror entire drives; instead, they allocate and mirror individual data slabs. These slabs are distributed proportionally across the available disks based on their sizes¹. So, it's not a simple 50% backup scenario.
Now, let's address the discrepancy between the reported space usage and the actual data you've stored:
- You mentioned that your pooled SSDs show 1.36 TB used. This includes both the data and the mirrored redundancy. However, the actual usable space (after mirroring) is less than the sum of the individual drive capacities. In your case, with three 465 GB SSDs, the usable space would be approximately 465 GB (since it's a two-way mirror). So, your starting usable space is indeed around 680 GB, not 1.36 TB.
- File Explorer shows 495 GB used, which aligns with your actual data. However, it's essential to understand that the reported space usage includes both the data and the mirrored redundancy. Therefore, the 84% usage you're seeing likely accounts for both the data and the mirrored copies.
- When you downloaded your Google Photos, you created 50 GB zip files. These files are part of the data stored in your storage space. However, unzipping them requires additional temporary space. If your available space was insufficient during the unzipping process, it could have caused the out-of-space notices.
- Storage Spaces use thin provisioning, meaning that the logical volume can appear larger than the actual physical space allocated. As long as you don't exceed the physical capacity, the volume can continue to grow. When you moved the zip files to other drives, the logical volume size didn't change immediately because the space is allocated on demand.
To address the issue:
(1) Confirm that your VMs are functioning correctly after the storage space adjustments.
(2) Consider freeing up additional space by removing unnecessary files or optimizing your storage usage.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.