Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Post History

75%
+4 −0
Q&A Should I now delete backup files already stored on my SSD C Drive? Should I use free space on SSD C Drive?

Generally, PC these days are almost always built with 2 hard drives: one for the OS and related programs, one for applications and user data. There is nothing directly harmful with storing a lot o...

posted 2y ago by Lundin‭

Answer
#1: Initial revision by user avatar Lundin‭ · 2022-06-13T13:48:21Z (almost 2 years ago)
Generally, PC these days are almost always built with 2 hard drives: one for the OS and related programs, one for applications and user data.

There is nothing directly harmful with storing a lot of user data on the C:\ drive, obviously it can be used to store files just fine.

But what will happen when the drive gets filled up, is that the file system gets more and more fragmented. This in turn makes file access slower. Windows can solve this by defragmentating the hard disk (moving fragments of the same file closer together), but that comes at the expensive of write cycles. Since SSD is based on flash memories, writes will eventually wear out the memory and indeed shorted the lifespan, so unnecessary writes should be avoided.

So yes, the support person you spoke with was correct and you should ideally look to move these files elsewhere. If it's a backup of data already stored at D:\ then consider getting an external USB hard drive for backups.