Your PC Is Stealing Space From You
0 up · 0 down · 0 ratings
Promos
Thanks to PNY and Nvidia for sponsoring this episode! Upgrade your gaming setup with the PNY XLR8 4070 Ti GPU, now available on Amazon: amazon.com Learn about slack space on hard drives and SSDs, and why it occurs. Leave a reply with your requests for future episodes. ► GET MERCH: lttstore.com ► LTX 2023 TICKETS AVAILABLE NOW: lmg.gg ► GET EXCLUSIVE CONTENT ON FLOATPLANE: lmg.gg ► SPONSORS, AFFILIATES, AND PARTNERS: lmg.gg FOLLOW US ELSEWHERE --------------------------------------------------- Twitter: twitter.com Facebook: @LinusTech Instagram: @linustech TikTok: @linustech Twitch: twitch.tv
In this episode, the host explains a sneaky way your computer storage can waste space beyond the advertised capacity. The video revisits the concept of slack space, which arises because Windows NTFS uses fixed size clusters of four kilobytes. When a file does not perfectly fill a cluster boundary, the remaining space within the final cluster is wasted, inflating the size on disk compared to the actual file size. The host provides relatable examples, showing that small documents like Word files often occupy 16 kilobytes on disk even if their real size is only a few kilobytes, thereby accumulating wasted space across many files on an SSD. The discussion then contrasts NTFS behavior with the exFAT file system used on flash drives, where larger clusters (32 to 128 kilobytes) reduce the per-file overhead but introduce different trade-offs such as lack of journaling and increased risk when removing a drive during write operations. The video culminates with practical takeaways: slack space exists and is relatively small in many scenarios, the impact grows with many small files, and understanding file system design helps demystify why storage space isn’t perfectly aligned with advertised capacity. The host reassures viewers that while the space waste is real, it is not a wide conspiracy by storage manufacturers, and offers brief commentary on when investing in faster drives might be worthwhile. Overall, the episode blends accessible explanations with a touch of sponsor integration and directs viewers to explore more about file systems and storage efficiency in future videos.
Topics · computer storage · file systems · data management · education · technology overview · hardware · storage hardware · systems engineering
Questions answered
- What causes slack space in NTFS file systems on Windows?
- Slack space is caused by a fixed 4 kilobyte cluster size in NTFS, which wastes the remaining space in the final cluster when a file's size does not align exactly with cluster boundaries.