Vipersan wrote:is the an app to fill it with zeros ?
You can use HxD to do that, it's a freeware hex editor which can open raw disks as well as files.
https://mh-nexus.de/en/hxd/
You would have to do the following to blank a HD.
1. Run HxD as administrator
2. Select Extras then Open Disk
3. Select the Physical disk (not Logical) to be blanked from the list (bottom part of list)
4. Change the last two bytes of sector 0 from 55 AA to 00 00
5. Exit and save changes
Remove and reconnect the HD
This first change invalidates the partition table so when you reconnect, no partitions will be detected. If partitions are present you may get access denied if you try to blank the whole disk. You might not have to do the above if there are no partitions already defined.
Then do the following:
1. Run HxD as administrator
2. Select Extras then Open Disk
3. Select the Physical disk to be blanked from the list (bottom part of list)
4. Press CTRL-A to select all space on the HD
5. Select Edit then Fill selection with a 1 pass pattern of 00
6. Exit and save changes if prompted
The above might not work with large drives as it uses memory as an undo buffer but even just selecting the first few hundred sectors and blanking them will get rid of any remnants of drive overlay software.
Warning: Make sure you select the right drive! If you select the wrong one you might end up blanking your boot drive! After opening the drive you can check you have selected the right one by scrolling up and down which should make the drive access light flash (assuming you are using a USB adapter of some sort)