Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Hardware
Hardware Troubleshooting
How do I securely wipe data on a laptop with a SSD ?
Message
<blockquote data-quote="Winter Soldier" data-source="post: 666032" data-attributes="member: 59377"><p><u>On all SSD disks,<strong> if the operating system supports TRIM</strong>, the deleted files are always deleted permanently and they are never recoverable.</u></p><p></p><p><u><em>Hence the uselessness of the operation of wiping</em></u> that, as in the case of defragmentation, due to the large number of writes, helps to reduce the life of the SSD drive.</p><p></p><p>When you delete a file from an SSD, this not simply marks the corresponding sectors as "free" by making them available for new writes (it is the behavior of a traditional hard drive).</p><p>In the case of SSDS and flash memory, contents are erased in blocks composed of multiple units called "pages". When part of the information is removed, for example, at the request of the user, the SSD move the portions of the block that need to be preserved in the new block and then erase the entire block.</p><p>This process, called garbage collection, contributes a lot to increase the number of writes (write amplification is undesirable but it is inevitable for SSD and flash memory in general).</p><p></p><p>It seems even more clear that the use of utilities like Dban, etc is absolutely counterproductive for the SSD.</p><p>Dban, because of a large number of writes, helps to reduce the life of the SSD drive and it can not check where the operations are carried on writing. It is in fact the controller of the SSD responsible for the management of the scriptures, not allowing to reach the result.</p><p></p><p>The concept of "secure deletion" in the case of traditional hard drives is so profoundly different compared to SSD and flash memory in general.</p><p></p><p><em>Typically, then, to securely erase the data by minimizing the write operations, it is sufficient to make sure that the operating system supports the TRIM command and that its use is actually enabled.</em></p></blockquote><p></p>
[QUOTE="Winter Soldier, post: 666032, member: 59377"] [U]On all SSD disks,[B] if the operating system supports TRIM[/B], the deleted files are always deleted permanently and they are never recoverable.[/U] [U][I]Hence the uselessness of the operation of wiping[/I][/U] that, as in the case of defragmentation, due to the large number of writes, helps to reduce the life of the SSD drive. When you delete a file from an SSD, this not simply marks the corresponding sectors as "free" by making them available for new writes (it is the behavior of a traditional hard drive). In the case of SSDS and flash memory, contents are erased in blocks composed of multiple units called "pages". When part of the information is removed, for example, at the request of the user, the SSD move the portions of the block that need to be preserved in the new block and then erase the entire block. This process, called garbage collection, contributes a lot to increase the number of writes (write amplification is undesirable but it is inevitable for SSD and flash memory in general). It seems even more clear that the use of utilities like Dban, etc is absolutely counterproductive for the SSD. Dban, because of a large number of writes, helps to reduce the life of the SSD drive and it can not check where the operations are carried on writing. It is in fact the controller of the SSD responsible for the management of the scriptures, not allowing to reach the result. The concept of "secure deletion" in the case of traditional hard drives is so profoundly different compared to SSD and flash memory in general. [I]Typically, then, to securely erase the data by minimizing the write operations, it is sufficient to make sure that the operating system supports the TRIM command and that its use is actually enabled.[/I] [/QUOTE]
Insert quotes…
Verification
Post reply
Top