I'm looking to use https://github.com/rentzsch/stressdrive to wipe and test all sectors of an SSD that is plugged in via USB. The README states:
When I
Am I reading this correctly that I want to run this against /dev/disk4 as that is the external, physical parent of this external drive and that the "synthesized" /dev/disk5 is just a partition that will be overwritten as part of the /dev/disk4 wipe?
Just being extra paranoid as software like this comes with warnings like:
Thanks!
Practically: your device path should always be in the form of /dev/rdiskX (not /dev/rdiskXsX). stressdrive's results can only be trusted if it was allowed to fill the entire device to the device's advertised information-theoretic maximum.
When I
diskutil list
in Terminal I see this after my internal drive listings:
Code:
/dev/disk4 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk4
1: EFI EFI 209.7 MB disk4s1
2: Apple_APFS Container disk5 1000.0 GB disk4s2
/dev/disk5 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +1000.0 GB disk5
Physical Store disk4s2
1: APFS Volume EVO 1.4 MB disk5s1
Am I reading this correctly that I want to run this against /dev/disk4 as that is the external, physical parent of this external drive and that the "synthesized" /dev/disk5 is just a partition that will be overwritten as part of the /dev/disk4 wipe?
Just being extra paranoid as software like this comes with warnings like:
DANGER: stressdrive will overwrite, without warning, all data on the given drive. Be sure to double-check the drive you're aiming it at (diskutil list or Disk Utility.app > Select Drive > Info > Disk Identifier).
Thanks!