shadowwyvern
Gawd
- Joined
- Sep 22, 2005
- Messages
- 604
Hello,
I have a laptop system running Windows 8 and I need to make an image of it.
Rather than mess with whatever Windows 8 provides (unless its really good?), I would like to just make a simple image of the drive using linux's "dd" run from a usb boot. The problem is, that would make the image the size of the drive (128GB in this case).
The common solution to this issue seems to be to write zeros to all empty filesystem space, and then run the image through a compression tool.
My question is: How bad is it for the SSD to do this? I would secure erase after doing so, and it is only a rare case. Even if I have do do this 100 times over the drive's life - thats still only 100 writes to every cell, which doesn't sound too bad.
A corollary question: Does the trick of creating a large file and then deleting it from within a TRIM-aware system actually work to "clean up" an SSD without having to do a secure erase? This issue arises during the process of restoring an image - "dd" will write every drive address, and then you need a way to purge all the resulting useless data.
I have a laptop system running Windows 8 and I need to make an image of it.
Rather than mess with whatever Windows 8 provides (unless its really good?), I would like to just make a simple image of the drive using linux's "dd" run from a usb boot. The problem is, that would make the image the size of the drive (128GB in this case).
The common solution to this issue seems to be to write zeros to all empty filesystem space, and then run the image through a compression tool.
My question is: How bad is it for the SSD to do this? I would secure erase after doing so, and it is only a rare case. Even if I have do do this 100 times over the drive's life - thats still only 100 writes to every cell, which doesn't sound too bad.
A corollary question: Does the trick of creating a large file and then deleting it from within a TRIM-aware system actually work to "clean up" an SSD without having to do a secure erase? This issue arises during the process of restoring an image - "dd" will write every drive address, and then you need a way to purge all the resulting useless data.