• Wiping a drive

    From jason_warren@ieee.org@21:1/5 to All on Mon Nov 27 10:45:20 2023
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to jason_warren@ieee.org on Mon Nov 27 18:42:08 2023
    On 2023-11-27 16:45, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Low level format disappeared ages ago.

    The methods for complete erasure vary, but you can always ask the
    firmware to do a secure erase of the ATA standard.

    On Linux:

    man hdparm

    ATA Security Feature Set

    --security-erase PWD
    Erase (locked) drive, using password PWD (DANGER-
    OUS). Password is given as an ASCII string and is
    padded with NULs to reach 32 bytes. Use the spe-
    cial password NULL to represent an empty password.
    The applicable drive password is selected with the
    --user-master switch (default is "user" password).
    No other options are permitted on the command line
    with this one.

    --security-erase-enhanced PWD
    Enhanced erase (locked) drive, using password PWD
    (DANGEROUS). Password is given as an ASCII string
    and is padded with NULs to reach 32 bytes. The ap-
    plicable drive password is selected with the
    --user-master switch (default is "user" password).
    No other options are permitted on the command line
    with this one.


    On Windows, you will need some program to do it.

    It is possible your BIOS/UEFI has a function to do it.


    If your disk is not "rotating rust", don't try any of the old programs
    that fill the entire disk with zeroes or other patterns several times:
    it kill lives of SSD/NVME media and is useless.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to jason_warren@ieee.org on Mon Nov 27 09:33:24 2023
    On 11/27/23 07:45, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Maybe, you will have to look at the description of the low
    level format. Me thinks it is not wiping, but testing.
    (Testing removes bad sectors from the file table.) Paul
    will know the particulars of a particular low level format.


    Thanks!


    Does Dell expect the hard drive to be populated
    when you return it?

    If so, I'd create a new use user account and
    erase your old one, in the process erasing everything
    that was yours. Then run it through Bleach Bit's
    erase unused space option.

    https://www.bleachbit.org/download/windows

    ~~~~~~~~

    If Dell does not expect a drive to come back. I'd just
    remove it. I do this all the time for customers as
    vendors do not repair, they replace the computer. So you
    get back a new factory computer. When the unit comes back,
    I reinstall the old hard drive and now they have a
    spare drive too!

    ~~~~~~~~

    If you need to blank out the drive before returning it, dd
    to the rescue. Download a Linux live ISO. Here are two
    good ones:

    https://fedoraproject.org/spins/xfce/download https://fedoraproject.org/spins/mate/download

    You can cut them to a USB flash drive with Rufus
    or Fedora Media writer:

    https://rufus.akeo.ie/
    https://fedoraproject.org/en/workstation/download

    Boot off the Live USB, open a terminal (right click on the
    desktop), elevate to root with "su", the run a

    lf -kPT

    to locate your hard drive. The size of the drive will be the
    give away. It will be something like /dev/sdba (the "a" is
    the partition) if a spinning drive or a SATA SSD or
    something like /dev/nvme0n1p1 (the p1 is the partition).

    Then fire up dd:
    dd bs=1M if=/dev/zero of=[your drive without the partition]

    ~~~~~~~~

    And if you just want to destroy the drive, remove and it and
    whack it good several times with a hammer. Wear safety goggles.

    Hope that all helps,
    -T

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to All on Mon Nov 27 19:12:17 2023
    On 2023-11-27 19:03, T wrote:
    On 11/27/23 09:42, Carlos E. R. wrote:

    Low level format disappeared ages ago.


    Hi Carlos,

    I had presumes that if you took off the quick format
    option, that it did a low level format.  It does
    take its sweet time!

    https://imgur.com/zc3T9dO.png

    Am I missing something?

    A low level format creates the markings that allow the firmware to know
    where each track and sector on it is. Before that, the plates are empty,
    no magnetic signals. Ie, it only applies to magnetic rotating media.
    maybe some optical media, dunno. Only factory can do it AFAIK.

    You are talking of "full format".


    On the original IBM PC and clones, which used hard disks with stepper
    motors, the low level format was accessed from the debug command, to run directly a routine in the firmware.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to All on Mon Nov 27 09:47:41 2023
    On 11/27/23 09:33, T wrote:
    If so, I'd create a new use user account and
    erase your old one, in the process erasing everything
    that was yours.  Then run it through Bleach Bit's
    erase unused space option.

    https://www.bleachbit.org/download/windows

    Oops, dump your trash bin first!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to Carlos E. R. on Mon Nov 27 10:03:40 2023
    On 11/27/23 09:42, Carlos E. R. wrote:

    Low level format disappeared ages ago.


    Hi Carlos,

    I had presumes that if you took off the quick format
    option, that it did a low level format. It does
    take its sweet time!

    https://imgur.com/zc3T9dO.png

    Am I missing something?

    -T

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ed Cryer@21:1/5 to jason_warren@ieee.org on Mon Nov 27 19:09:20 2023
    jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!


    Just do a factory reset.
    Settings, System, Recovery, Reset PC, Remove Everything, and make sure
    you select the Clean the drive option to ensure everything gets deleted.

    Oh, and don't listen too closely to the discussions of Win10 chummies.
    They're far more interested in the internal philosophy of matters
    concerned than the practical task you've raised.

    Ed

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to T@invalid.invalid on Mon Nov 27 13:13:01 2023
    T <T@invalid.invalid> wrote:

    On 11/27/23 09:42, Carlos E. R. wrote:

    Low level format disappeared ages ago.

    Hi Carlos,

    I had presumes that if you took off the quick format
    option, that it did a low level format. It does
    take its sweet time!

    https://imgur.com/zc3T9dO.png

    Am I missing something?

    -T

    Formatting does not wipe unallocated sectors, only those that have
    allocated in the MFT within a partition. That means data still resides
    in the unallocated sectors that had previously been allocated and
    written. Also, changing partition size, like reducing it, will leave
    behind sectors that might've contained data but are no longer part of a partition for the normal wipe tools to erase.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to jason_warren@ieee.org on Mon Nov 27 13:13:29 2023
    "jason_warren@ieee.org" <jason_warren@ieee.org> wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    I'm confused. If you are returning a hard drive to Dell, doesn't that
    mean it is defective, and why you are returning it? If the drive is
    defective, likely you cannot completely wipe the drive.

    There are lots of wipe tools. Example: killdisk, which you can run from
    a bootable disc to eliminate an OS on the drive or any access to it from
    an OS to prevent locked files.

    https://www.killdisk.com/eraser.html

    If no part of the active OS is using the hard drive, you can use other
    wipe tools that run under that OS, like CCleaner's Drive Wiper or
    Heidi's Eraser.

    https://www.ccleaner.com/
    https://eraser.heidi.ie/

    As I recall, Eraser will allow multiple means of wiping the drive.
    Writing zeros, then ones, and then zeros is more than sufficient. The
    Gutmann method was used way back when RLL was used on hard drives to
    ensure any residual magnetism was eradicated, but is a useless wipe
    scheme on newer drives.

    Few drives provide low-level formatting. That was removed long ago,
    because the vast majority of users didn't know what they were doing, and
    ended up destroying usability thereafter. Now low-level format (LLF) is
    is also called zero-fill since all zeroes are written to the drive. Partitionining is irrelevant since those will be lost on a drive wipe.
    LLF will remove all data, partitioning, boot sectors, file formats,
    district DATA, identification ID, and everything on the drive. I don't
    know if the bad sector map created at the factory also gets erased. If
    so, you have to thoroughly test the LLF wiped drive to retest all the
    sectors to remap the ones that are bad.

    https://dban.org/
    https://hddguru.com/software/HDD-LLF-Low-Level-Format-Tool/

    Some drives have a firmware-based wipe function (ATA Secure Erase or
    NVMe Secure Erase), but you need a tool that sends the command to the
    drive. Often the tool is proprietary and brand specific, but the
    operation is performed within the firmware on the drive.

    https://www.pcworld.com/article/461014/how-to-securely-erase-your-hard-drive.html

    Parted Magic is mentioned as support Secure Erase for SSDs and HDDs.
    See https://partedmagic.com/secure-erase/ and https://partedmagic.com/nvme-secure-erase/. I remember using Parted
    Magic a long time when it was free. Apparently it has gone payware; see https://partedmagic.com/store/. There are other places to find a secure
    erase tool, like https://cmrr.ucsd.edu/resources/secure-erase.html, but
    I don't know if it works on all brands of SSDs and HDDs.

    Why are you afraid of Dell seeing any data on the returned drive? Just
    do a full format (not a quick format) on the drive. Doesn't matter if partitioning is left behind. If concerned about old sectors having old
    data in them that are not currently allocated, use CCleaner or Erase to
    wipe free space.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to Carlos E. R. on Mon Nov 27 10:38:23 2023
    On 11/27/23 10:12, Carlos E. R. wrote:
    On the original IBM PC and clones, which used hard disks with stepper
    motors, the low level format was accessed from the debug command, to run directly a routine in the firmware.

    Now that was a trip down memory lane. :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to jason_warren@ieee.org on Mon Nov 27 20:23:26 2023
    jason_warren@ieee.org <jason_warren@ieee.org> wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!

    As others mentioned, it's unclear if this is a system disk - i.e.
    includes C: and perhaps other system partitions - or is a non-system
    disk.

    If the latter, I would use the 'diskpart' utility and do a 'clean all' command for each partition and then delete all the partitions.

    'clean all':

    "Specifies that each and every byte\sector on the disk is
    set to zero, which completely deletes all data contained
    on the disk."

    'diskpart' is not for the faint-of-heart, so make sure you know what
    you're doing!

    Use 'list disk' to list the disks on your system and note - by
    checking the Size - which disk is which. Then use 'select disk <N>' to
    select the correct disk. Then use 'list partition' to list the
    partitions, 'select partition <N>' to select a partition, 'detail
    partition' to get info on the partition, 'clean all' to completely erase
    the partition and 'delete partition' to delete the partition. Rinse and
    repeat for the other partitions.

    If this is a system disk, you can do the same from a seperate bootable medium. For example, I used the 'Rescue media' made by Macrium Reflect.

    HTH.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Shinji Ikari@21:1/5 to jason_warren@ieee.org on Mon Nov 27 22:50:43 2023
    Hello.

    "jason_warren@ieee.org" <jason_warren@ieee.org> schrieb

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    What is in this time and age a lowlevel format?
    Ages ago it was possible for a consumer to low level format old drives
    like MFM or so.
    Today drives do not allow low level format.

    If you want to return a functioning drive to the seller/manufacturerer
    and you are afraid they have in this time and age the time and money
    to look for your Vacationpictures, then overwirte it.
    HDTunepro erase with random numbers, or dariks boot and nuke, or other
    tools provide the feature to overwrite the complete disk with random
    or special patterns.
    Even windows diskpart command 'clean' can overwrite the whole disk
    (with zeros).

    If you are afraid someone like NSA or so wants to see you
    Vacationpictures: some tools provide further methods to overwrite
    multiple times with special patterns....

    But all of that takes time!
    22TB 3.5 inch HDD overwrite one time= 26 to 28 hours.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to Shinji Ikari on Mon Nov 27 15:37:02 2023
    On 11/27/23 13:50, Shinji Ikari wrote:
    Hello.

    "jason_warren@ieee.org" <jason_warren@ieee.org> schrieb

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    What is in this time and age a lowlevel format?
    Ages ago it was possible for a consumer to low level format old drives
    like MFM or so.
    Today drives do not allow low level format.

    If you want to return a functioning drive to the seller/manufacturerer
    and you are afraid they have in this time and age the time and money
    to look for your Vacationpictures, then overwirte it.
    HDTunepro erase with random numbers, or dariks boot and nuke, or other
    tools provide the feature to overwrite the complete disk with random
    or special patterns.
    Even windows diskpart command 'clean' can overwrite the whole disk
    (with zeros).

    If you are afraid someone like NSA or so wants to see you
    Vacationpictures: some tools provide further methods to overwrite
    multiple times with special patterns....

    But all of that takes time!
    22TB 3.5 inch HDD overwrite one time= 26 to 28 hours.


    If you overwrite the entire drive with zeros, everything
    on it is toast. There is no way to recover it. And you
    do not need to overwrite several times. If that was possible,
    there would be so many error writing and reading in normal
    operation, the drive would be unusable. There are no shadows
    either. That is a myth. If that were even possible, the
    drive manufactures would use it to build larger drives.

    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to All on Mon Nov 27 16:46:57 2023
    On 11/27/23 10:38, T wrote:
    On 11/27/23 10:12, Carlos E. R. wrote:
    On the original IBM PC and clones, which used hard disks with stepper
    motors, the low level format was accessed from the debug command, to
    run directly a routine in the firmware.

    Now that was a trip down memory lane.  :-)

    Carlos,

    Are you old enough to remember the 10 MB Miniscratch
    drives?

    Man they were loud when they failed! Fingernails
    down a chalk board on steroids.

    -T

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to All on Tue Nov 28 02:38:18 2023
    On 2023-11-28 01:46, T wrote:
    On 11/27/23 10:38, T wrote:
    On 11/27/23 10:12, Carlos E. R. wrote:
    On the original IBM PC and clones, which used hard disks with stepper
    motors, the low level format was accessed from the debug command, to
    run directly a routine in the firmware.

    Now that was a trip down memory lane.  :-)

    Carlos,

    Are you old enough to remember the 10 MB Miniscratch
    drives?

    Man they were loud when they failed!  Fingernails
    down a chalk board on steroids.

    I'm guessing what you mean, but no, I never met those.


    I can tell you another tale.

    The computer that failed to boot in winter till it warmed for 15 minutes.

    When the hard disk warmed a bit, the head got aligned and could read the
    boot sector and files. When cold, it would not boot.

    Step motor.

    A 32 meg drive, that was my first HD.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to All on Tue Nov 28 02:45:09 2023
    On 2023-11-28 00:37, T wrote:
    On 11/27/23 13:50, Shinji Ikari wrote:
    Hello.

    "jason_warren@ieee.org" <jason_warren@ieee.org> schrieb

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    What is in this time and age a lowlevel format?
    Ages ago it was possible for a consumer to low level format old drives
    like MFM or so.
    Today drives do not allow low level format.

    If you want to return a functioning drive to the seller/manufacturerer
    and you are afraid they have in this time and age the time and money
    to look for your Vacationpictures, then overwirte it.
    HDTunepro erase with random numbers, or dariks boot and nuke, or other
    tools provide the feature to overwrite the complete disk with random
    or special patterns.
    Even windows diskpart command 'clean' can overwrite the whole disk
    (with zeros).

    If you are afraid someone like NSA or so wants to see you
    Vacationpictures: some tools provide further methods to overwrite
    multiple times with special patterns....

    But all of that takes time!
    22TB 3.5 inch HDD overwrite  one time= 26 to 28 hours.


    If you overwrite the entire drive with zeros, everything
    on it is toast.  There is no way to recover it.  And you
    do not need to overwrite several times.  If that was possible,
    there would be so many error writing and reading in normal
    operation, the drive would be unusable.  There are no shadows
    either.  That is a myth. If that were even possible, the
    drive manufactures would use it to build larger drives.

    There are suspicions that a lab could read residual magnetism on the
    sides of a track, but nobody with that sort of knowledge has clarified
    the doubt in any direction. So there was software what would overwrite
    them several times with several patterns, just in case it was really
    possible.

    It makes no sense on memory media like ssd, and it actually damages the
    disk. Once is enough.


    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.you

    Then you would know they did it, and those guys sometimes also want you
    not knowing they know.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to jason_warren@ieee.org on Mon Nov 27 20:51:42 2023
    On 11/27/2023 10:45 AM, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!


    Boot Windows installer DVD.

    Or, make the System Repair disc shown here, if you
    don't have an Installer DVD handy. This is a 300MB or
    so boot.wim which boots and gives access to Command Prompt.

    https://i.pcmag.com/imagery/articles/039d02w2s9yfZVJntmbZVW9-51.fit_lim.size_1072x.png

    A Macrium Rescue CD also has its own command window and
    you could do it from there.

    In Troubleshooting, find Command Prompt. AFAIK it runs as Admin.

    diskpart

    list disk
    select disk 0 <=== Make absolutely sure you have the correct disk. NO UNDO.

    clean <=== this only removes partition table related stuff.
    Very fast. Not forensically clean. Not recommended.

    clean all <=== Will write 1TB of zeros to a 1TB drive, end-to-end.
    All partition tables destroyed. All partitions destroyed.
    Not recoverable, as it is all zeroes.

    exit <=== It might take an hour or two, before you can enter this.

    You would need a hex editor at this point, to prove it's clean.

    While this is tempting as a partial proof, it's also silly.

    dd if=/dev/sda bs=221184 | sum # Would return 0000 given a chance.
    # If nonzero, there is a screwup.
    # But this takes too long to be a useful idea.
    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to VanguardLH on Mon Nov 27 18:01:06 2023
    On 11/27/23 17:43, VanguardLH wrote:
    T <T@invalid.invalid> wrote:

    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.

    Nah, they'd just clone the drive and leave. You'd never know they were
    there until you received a court appearance order for all those
    instructions on how to build WMDs.

    Takes too much time! Well, unless they wanted to hide
    their activity and yo were away on a fishing trip.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to Carlos E. R. on Mon Nov 27 18:06:35 2023
    On 11/27/23 17:45, Carlos E. R. wrote:
    On 2023-11-28 00:37, T wrote:
    On 11/27/23 13:50, Shinji Ikari wrote:
    Hello.

    "jason_warren@ieee.org" <jason_warren@ieee.org> schrieb

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    What is in this time and age a lowlevel format?
    Ages ago it was possible for a consumer to low level format old drives
    like MFM or so.
    Today drives do not allow low level format.

    If you want to return a functioning drive to the seller/manufacturerer
    and you are afraid they have in this time and age the time and money
    to look for your Vacationpictures, then overwirte it.
    HDTunepro erase with random numbers, or dariks boot and nuke, or other
    tools provide the feature to overwrite the complete disk with random
    or special patterns.
    Even windows diskpart command 'clean' can overwrite the whole disk
    (with zeros).

    If you are afraid someone like NSA or so wants to see you
    Vacationpictures: some tools provide further methods to overwrite
    multiple times with special patterns....

    But all of that takes time!
    22TB 3.5 inch HDD overwrite  one time= 26 to 28 hours.


    If you overwrite the entire drive with zeros, everything
    on it is toast.  There is no way to recover it.  And you
    do not need to overwrite several times.  If that was possible,
    there would be so many error writing and reading in normal
    operation, the drive would be unusable.  There are no shadows
    either.  That is a myth. If that were even possible, the
    drive manufactures would use it to build larger drives.

    There are suspicions that a lab could read residual magnetism on the
    sides of a track, but nobody with that sort of knowledge has clarified
    the doubt in any direction. So there was software what would overwrite
    them several times with several patterns, just in case it was really possible.

    It makes no sense on memory media like ssd, and it actually damages the
    disk. Once is enough.


    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.you

    Then you would know they did it, and those guys sometimes also want you
    not knowing they know.



    I remember strutting like a peacock when we got our first
    20 MB hard drive

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to Carlos E. R. on Mon Nov 27 18:09:23 2023
    On 11/27/23 17:38, Carlos E. R. wrote:
    Carlos,

    Are you old enough to remember the 10 MB Miniscratch
    drives?

    Man they were loud when they failed!  Fingernails
    down a chalk board on steroids.

    I'm guessing what you mean, but no, I never met those.

    The dark side of MiniScratch (MiniScribe):

    https://www.gillware.com/hard-drive-data-recovery/the-first-hard-drive-to-brick/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to T@invalid.invalid on Mon Nov 27 19:43:04 2023
    T <T@invalid.invalid> wrote:

    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.

    Nah, they'd just clone the drive and leave. You'd never know they were
    there until you received a court appearance order for all those
    instructions on how to build WMDs.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Ed Cryer on Mon Nov 27 23:40:41 2023
    On 11/27/2023 2:09 PM, Ed Cryer wrote:
    jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!


    Just do a factory reset.
    Settings, System, Recovery, Reset PC, Remove Everything, and make sure you select the Clean the drive option to ensure everything gets deleted.

    Oh, and don't listen too closely to the discussions of Win10 chummies. They're far more interested in the internal philosophy of matters concerned than the practical task you've raised.

    Ed


    Sorry Ed, this is still wrong.

    You method has merit IFF:

    1) You make recovery media, like the DVD set that
    PCs used to make. Today, they do not typically
    make those DVD sets. An alternative today, is to
    make Retail media using the downloaded Microsoft ISO.
    This leaves your Dell with something the staff can boot,
    to prove no damage to the hardware. But the staff will
    still have to do a factory-restore, using their own media.
    The staff are not allowed to trust that the customer
    did a good job.

    2) Once you have the media prepared for a bare metal restore/factory recover,
    *physically erase the drive*. This is important. Some
    of the other respondents have mentioned some methods to do this.
    A method in past years, was DBAN (single pass mode is OK).

    3) Now, the disk is clean as a whistle (absolutely nothing on it).
    Now do the factory restore, using the optical media. It is
    at this point, it is now *truly* in factory state. Any white spaces
    on the drive at this point, contain all-zeros, and none of your
    passwords or banking info, are on the disk.

    It's the white spaces on the drive, after the factory restore,
    that your method misses. This is why step (2) is important.

    Doing a factory on-disk only (no optical media goes into the tray),
    guarantees your personal details are left all over the place. Not good.

    There are people who REVEL in recovering left behind customer info.
    They don't generally do it for a profit motive, but
    they like to make an example out of people who
    don't do a good job.

    Even on methods that are supposed to work, I've tested
    them and GOD DAMN if they still didn't leak. I got around
    200 hits in a hex editor, for my test pattern, after
    a method was used that was supposed to remove the stuff,
    didn't work as well as expected. That's 200 file chunks
    that should not have been there.

    This is why some of the answers are extreme -- the participants
    want to make sure there are no leaks. A Dell or HP returns
    specialist, will have materials to redo the disk anyway, so
    it's not a problem if it arrives completely blank. It's convenient
    if it boots into something, but not absolutely necessary.
    Perhaps for factory/warehouse security reasons, they
    don't allow any "customer-boots" to occur, and instead
    just wipe everything the same way. A customer for example,
    could leave a malware on the hard drive.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Shinji Ikari on Mon Nov 27 23:49:12 2023
    On 11/27/2023 4:50 PM, Shinji Ikari wrote:

    Even windows diskpart command 'clean' can overwrite the whole disk
    (with zeros).

    The diskpart.exe command is "Clean All" to zero a hard drive. This takes
    an hour or two.

    There are two commands. "Clean" is one command.
    "Clean All" is the other command. "Clean All" is
    the one that zeroes a drive from end to end. You can
    use the HxD hex editor, open the drive at the physical
    layer, spin the scroll bar, and you'll see nothing
    but zeros after that command is finished, the "Clean All".

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to Paul on Mon Nov 27 21:34:53 2023
    On 11/27/23 20:40, Paul wrote:
    This is why some of the answers are extreme -- the participants
    want to make sure there are no leaks. A Dell or HP returns
    specialist, will have materials to redo the disk anyway, so
    it's not a problem if it arrives completely blank. It's convenient
    if it boots into something, but not absolutely necessary.
    Perhaps for factory/warehouse security reasons, they
    don't allow any "customer-boots" to occur, and instead
    just wipe everything the same way. A customer for example,
    could leave a malware on the hard drive.

    There is a used computer store a few towns away. Customers
    that have purchased them, have found (and showed me) all
    kinds of sensitive documents on them. And everyone around
    has heard the stories, so no one trusts them.

    Me wonders ow they got their used computer store Windows
    license on the without reformatting them.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Carlos E. R. on Tue Nov 28 01:10:06 2023
    On 11/27/2023 8:45 PM, Carlos E. R. wrote:

    There are suspicions that a lab could read residual magnetism on the sides of a track,
    but nobody with that sort of knowledge has clarified the doubt in any direction.
    So there was software what would overwrite them several times with several patterns,
    just in case it was really possible.

    Modern drives use vertical recording. If you find
    an MFM picture of a vertical recording platter,
    it's "black" between tracks. There is no indication
    of a fringing field.

    In vertical recording, there is a keeper layer below
    the plating stack. The recorded bits are vertical ovals.
    The keeper layer is the bottom boundary of the magnetic
    circuit

    On the old drives, recording was longitudinal, on the
    surface of the platter. There is still a plating stack
    there, but no need for a keeper layer. Longitudinal
    recording had more obvious fringes.

    Some of the thoughts on the topics from the old
    days, are addressed here.

    https://en.wikipedia.org/wiki/Gutmann_method

    The modern Secure Erase pattern, is single pass.
    The drive does not do 35 passes for Secure Erase.
    The time to Secure Erase a drive, is pretty well
    identical to the time to write from end to end.
    Secure Erase or Enhanced Secure Erase, attempt
    to "write everything if they can". (The sparing
    sector area is erased too.) If you wanted to emulate
    35-passes, you could always execute Secure Erase
    35 times, but that would be silly.

    Governments with "Top Secret" class hard drives,
    do not take chances, and they use a mechanical
    shredder to ensure all the magnetic media is
    bent to some degree. An MFM is only good on
    perfectly flat media (media which is as flat as
    it was when it was written). The forces are measured
    on the Z-axis, at the nanometer level. You would
    think any curvature to a sample, would cause a problem.
    A typical X-Y scanning area for an MFM, is 100u x 100u
    (microns). There are something like 1200 MFMs, in places
    like university labs. The grad students, hardly ever
    seem to be sticking disk platters in their machines :-)
    For one thing, there isn't a positioner with a 3.5"
    displacement, inside the machine. If you wanted to
    scan a platter, you'd have to add some kit to the machine.
    The tempco of the platter, could easily degrade
    attempts to push a platter around to a 3.5" limit.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From R.Wieser@21:1/5 to All on Tue Nov 28 08:12:01 2023
    Paul,

    2) Once you have the media prepared for a bare metal restore/factory
    recover, *physically erase the drive*.

    And there is wher a problem slips in : the nowerdays SSD drives themselves
    move sectors around on the media for wear-and-tear purposes. IOW, the
    written data might well *not* overwrite the existing data.

    Do you know what, in that case, happens with the old data ? Does it just
    stay there until its overwritten by a next wear-and-tear move of another sector, or does it get erased after its data is moved elsewehere ?

    IOW, is it actually possible, for the common Joe User, to securely erase an
    SDD (without spectaculary shorthening its life I mean) ?

    Regards,
    Rudy Wieser

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From wasbit@21:1/5 to jason_warren@ieee.org on Tue Nov 28 10:19:21 2023
    On 27/11/2023 15:45, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.


    Best way? Dunno, that's subjective.

    Darik's Boot and Nuke (DBAN)
    - https://sourceforge.net/projects/dban/

    Beware! It will wipe all drives it finds so disconnect or remove any
    that you don't need wiped.

    --
    Regards
    wasbit

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Tue Nov 28 12:13:33 2023
    On 2023-11-28 05:40, Paul wrote:
    On 11/27/2023 2:09 PM, Ed Cryer wrote:

    2) Once you have the media prepared for a bare metal restore/factory recover,
    *physically erase the drive*. This is important. Some
    of the other respondents have mentioned some methods to do this.
    A method in past years, was DBAN (single pass mode is OK).

    3) Now, the disk is clean as a whistle (absolutely nothing on it).

    There will still be the SMART logs :-p

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to R.Wieser on Tue Nov 28 12:22:43 2023
    On 2023-11-28 08:12, R.Wieser wrote:
    Paul,

    2) Once you have the media prepared for a bare metal restore/factory
    recover, *physically erase the drive*.

    And there is wher a problem slips in : the nowerdays SSD drives themselves move sectors around on the media for wear-and-tear purposes. IOW, the written data might well *not* overwrite the existing data.

    Do you know what, in that case, happens with the old data ? Does it just stay there until its overwritten by a next wear-and-tear move of another sector, or does it get erased after its data is moved elsewehere ?

    IOW, is it actually possible, for the common Joe User, to securely erase an SDD (without spectaculary shorthening its life I mean) ?

    The ATA Secure Erase should clear it all, but it is up to the
    manufacturer to have done a good firmware.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to VanguardLH on Tue Nov 28 12:26:29 2023
    On 2023-11-28 02:43, VanguardLH wrote:
    T <T@invalid.invalid> wrote:

    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.

    Nah, they'd just clone the drive and leave. You'd never know they were
    there until you received a court appearance order for all those
    instructions on how to build WMDs.

    "Just clone". This operation takes HOURS.

    And they have to reboot the machine to external media to use their
    software, that leaves a trace.

    It is not like in the movies :-p

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Tue Nov 28 12:36:00 2023
    On 2023-11-28 07:10, Paul wrote:
    On 11/27/2023 8:45 PM, Carlos E. R. wrote:

    There are suspicions that a lab could read residual magnetism on the sides of a track,
    but nobody with that sort of knowledge has clarified the doubt in any direction.
    So there was software what would overwrite them several times with several patterns,
    just in case it was really possible.

    Modern drives use vertical recording. If you find
    an MFM picture of a vertical recording platter,
    it's "black" between tracks. There is no indication
    of a fringing field.

    In vertical recording, there is a keeper layer below
    the plating stack. The recorded bits are vertical ovals.
    The keeper layer is the bottom boundary of the magnetic
    circuit

    On the old drives, recording was longitudinal, on the
    surface of the platter. There is still a plating stack
    there, but no need for a keeper layer. Longitudinal
    recording had more obvious fringes.

    Some of the thoughts on the topics from the old
    days, are addressed here.

    https://en.wikipedia.org/wiki/Gutmann_method

    Marked for reading later :-)


    The modern Secure Erase pattern, is single pass.
    The drive does not do 35 passes for Secure Erase.
    The time to Secure Erase a drive, is pretty well
    identical to the time to write from end to end.
    Secure Erase or Enhanced Secure Erase, attempt
    to "write everything if they can". (The sparing
    sector area is erased too.) If you wanted to emulate
    35-passes, you could always execute Secure Erase
    35 times, but that would be silly.

    On an SSD, instead of writing zeros they might tell each sector to erase itself, even those sectors that are mapped out or reserved. Maybe not
    those reserved for the SMART log.

    I had no chance yet to secure erase an SSD, to see how long it takes.


    Governments with "Top Secret" class hard drives,
    do not take chances, and they use a mechanical
    shredder to ensure all the magnetic media is
    bent to some degree.

    Normal people with a bit of paranoia just use full encryption :-)

    An MFM is only good on
    perfectly flat media (media which is as flat as
    it was when it was written). The forces are measured
    on the Z-axis, at the nanometer level. You would
    think any curvature to a sample, would cause a problem.
    A typical X-Y scanning area for an MFM, is 100u x 100u
    (microns). There are something like 1200 MFMs, in places
    like university labs. The grad students, hardly ever
    seem to be sticking disk platters in their machines :-)
    For one thing, there isn't a positioner with a 3.5"
    displacement, inside the machine. If you wanted to
    scan a platter, you'd have to add some kit to the machine.
    The tempco of the platter, could easily degrade
    attempts to push a platter around to a 3.5" limit.

    The "agencies" might have purpose made microscopes :-p

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From R.Wieser@21:1/5 to All on Tue Nov 28 12:59:57 2023
    Carlos,

    The ATA Secure Erase should clear it all

    Ah, yes. That solves the problem, just let the drive itself (and not the
    OS) handle it.

    but it is up to the manufacturer to have done a good firmware.

    Good for whom ? :-)

    Regards,
    Rudy Wieser

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Tue Nov 28 12:39:15 2023
    On 2023-11-28 02:51, Paul wrote:

    ...

    While this is tempting as a partial proof, it's also silly.

    dd if=/dev/sda bs=221184 | sum # Would return 0000 given a chance.
    # If nonzero, there is a screwup.
    # But this takes too long to be a useful idea.

    Why that particular size (bs)? :-)

    I would think of using 10 megs or so.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ed Cryer@21:1/5 to Paul on Tue Nov 28 12:40:02 2023
    Paul wrote:
    On 11/27/2023 2:09 PM, Ed Cryer wrote:
    jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!


    Just do a factory reset.
    Settings, System, Recovery, Reset PC, Remove Everything, and make sure you select the Clean the drive option to ensure everything gets deleted.

    Oh, and don't listen too closely to the discussions of Win10 chummies. They're far more interested in the internal philosophy of matters concerned than the practical task you've raised.

    Ed


    Sorry Ed, this is still wrong.

    You method has merit IFF:

    1) You make recovery media, like the DVD set that
    PCs used to make. Today, they do not typically
    make those DVD sets. An alternative today, is to
    make Retail media using the downloaded Microsoft ISO.
    This leaves your Dell with something the staff can boot,
    to prove no damage to the hardware. But the staff will
    still have to do a factory-restore, using their own media.
    The staff are not allowed to trust that the customer
    did a good job.

    2) Once you have the media prepared for a bare metal restore/factory recover,
    *physically erase the drive*. This is important. Some
    of the other respondents have mentioned some methods to do this.
    A method in past years, was DBAN (single pass mode is OK).

    3) Now, the disk is clean as a whistle (absolutely nothing on it).
    Now do the factory restore, using the optical media. It is
    at this point, it is now *truly* in factory state. Any white spaces
    on the drive at this point, contain all-zeros, and none of your
    passwords or banking info, are on the disk.

    It's the white spaces on the drive, after the factory restore,
    that your method misses. This is why step (2) is important.

    Doing a factory on-disk only (no optical media goes into the tray), guarantees your personal details are left all over the place. Not good.

    There are people who REVEL in recovering left behind customer info.
    They don't generally do it for a profit motive, but
    they like to make an example out of people who
    don't do a good job.

    Even on methods that are supposed to work, I've tested
    them and GOD DAMN if they still didn't leak. I got around
    200 hits in a hex editor, for my test pattern, after
    a method was used that was supposed to remove the stuff,
    didn't work as well as expected. That's 200 file chunks
    that should not have been there.

    This is why some of the answers are extreme -- the participants
    want to make sure there are no leaks. A Dell or HP returns
    specialist, will have materials to redo the disk anyway, so
    it's not a problem if it arrives completely blank. It's convenient
    if it boots into something, but not absolutely necessary.
    Perhaps for factory/warehouse security reasons, they
    don't allow any "customer-boots" to occur, and instead
    just wipe everything the same way. A customer for example,
    could leave a malware on the hard drive.

    Paul

    It strikes me, having read the comments in this thread, that I'll just
    simply remove the drives if I ever have to return a box. Then I'll
    hammer them into complete unusability.

    I remember once seeing a YouTube video where a man took a blowtorch to
    an old spinner; melted all the surface coating and then buckled the disks.

    Ed

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to All on Tue Nov 28 13:18:20 2023
    On 2023-11-28 03:09, T wrote:
    On 11/27/23 17:38, Carlos E. R. wrote:
    Carlos,

    Are you old enough to remember the 10 MB Miniscratch
    drives?

    Man they were loud when they failed!  Fingernails
    down a chalk board on steroids.

    I'm guessing what you mean, but no, I never met those.

    The dark side of MiniScratch (MiniScribe):

    https://www.gillware.com/hard-drive-data-recovery/the-first-hard-drive-to-brick/

    :-D


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Shinji Ikari@21:1/5 to VanguardLH on Tue Nov 28 16:57:19 2023
    Hello.

    VanguardLH <V@nguard.LH> schrieb

    T <T@invalid.invalid> wrote:
    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.
    Nah, they'd just clone the drive and leave.

    Okay, when they bring around 100 TB in one drive(set) they may able to
    clone my smallest Diskarray. But since a 22TB HDD needs around
    26-28hrs to overwrite, They will need at least around one or two days
    to clone that Array. I guess I will see them, when they try this. 8)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Shinji Ikari@21:1/5 to T@invalid.invalid on Tue Nov 28 16:53:44 2023
    Hello

    T <T@invalid.invalid> schrieb

    On 11/27/23 13:50, Shinji Ikari wrote:
    "jason_warren@ieee.org" <jason_warren@ieee.org> schrieb
    If you want to return a functioning drive to the seller/manufacturerer
    and you are afraid they have in this time and age the time and money
    to look for your Vacationpictures, then overwirte it.
    HDTunepro erase with random numbers, or dariks boot and nuke, or other
    tools provide the feature to overwrite the complete disk with random
    or special patterns.
    Even windows diskpart command 'clean' can overwrite the whole disk
    (with zeros).

    If you are afraid someone like NSA or so wants to see you
    Vacationpictures: some tools provide further methods to overwrite
    multiple times with special patterns....

    But all of that takes time!
    22TB 3.5 inch HDD overwrite one time= 26 to 28 hours.
    If you overwrite the entire drive with zeros, everything
    on it is toast.

    If I remember it correctly: i did says this with other words.

    And you

    _I_ do not need any of this.
    _I_ answered to the op.
    _I_ use encryption and Raid.

    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.

    Well they only do that: they have to invest lots of time to crack the encryption. And they would have to bring a small forklifter, since the Computers with relevant Data weight around 60 to 100 kg. Thats why I
    use a lifting table with weels to haul it around, when needed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Ed Cryer on Tue Nov 28 16:22:43 2023
    Ed Cryer <ed@somewhere.in.the.uk> wrote:
    [...]
    It strikes me, having read the comments in this thread, that I'll just
    simply remove the drives if I ever have to return a box. Then I'll
    hammer them into complete unusability.

    I remember once seeing a YouTube video where a man took a blowtorch to
    an old spinner; melted all the surface coating and then buckled the disks.

    For some of my old disks (all 2.5"), I opened them and broke the
    platters. Then I closed them again and brought them to our electro-waste disposal.

    Only a few weeks ago, I did the same for a relative's Mac disk. For
    some strange reason, that was even more satisfying than normally.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to R.Wieser on Tue Nov 28 11:18:19 2023
    On 11/28/2023 6:59 AM, R.Wieser wrote:
    Carlos,

    The ATA Secure Erase should clear it all

    Ah, yes. That solves the problem, just let the drive itself (and not the
    OS) handle it.

    but it is up to the manufacturer to have done a good firmware.

    Good for whom ? :-)

    Regards,
    Rudy Wieser


    the Enhanced Secure Erase command is the best one for that.
    It should erase any "pools" you can't see.

    The Secure Erase is good enough for casual security, Enhanced Secure Erase
    is for your police department :-)

    If you Secure Erase, examination in a Hex Editor should be clear
    to the naked eye. Enhanced Secure Erase is for cases where you
    think the drive may be manipulated in some way, to uncover
    spares or something.

    Exactly why they have two commands, is the question we should
    be asking. There really should have only been one command. It's
    something Yoda would have commented upon.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Ed Cryer on Tue Nov 28 11:49:08 2023
    On 11/28/2023 7:40 AM, Ed Cryer wrote:
    Paul wrote:
    On 11/27/2023 2:09 PM, Ed Cryer wrote:
    jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!


    Just do a factory reset.
    Settings, System, Recovery, Reset PC, Remove Everything, and make sure you select the Clean the drive option to ensure everything gets deleted.

    Oh, and don't listen too closely to the discussions of Win10 chummies. They're far more interested in the internal philosophy of matters concerned than the practical task you've raised.

    Ed


    Sorry Ed, this is still wrong.

    You method has merit IFF:

    1) You make recovery media, like the DVD set that
        PCs used to make. Today, they do not typically
        make those DVD sets. An alternative today, is to
        make Retail media using the downloaded Microsoft ISO.
        This leaves your Dell with something the staff can boot,
        to prove no damage to the hardware. But the staff will
        still have to do a factory-restore, using their own media.
        The staff are not allowed to trust that the customer
        did a good job.

    2) Once you have the media prepared for a bare metal restore/factory recover,
        *physically erase the drive*. This is important. Some
        of the other respondents have mentioned some methods to do this.
        A method in past years, was DBAN (single pass mode is OK).

    3) Now, the disk is clean as a whistle (absolutely nothing on it).
        Now do the factory restore, using the optical media. It is
        at this point, it is now *truly* in factory state. Any white spaces >>     on the drive at this point, contain all-zeros, and none of your
        passwords or banking info, are on the disk.

        It's the white spaces on the drive, after the factory restore,
        that your method misses. This is why step (2) is important.

    Doing a factory on-disk only (no optical media goes into the tray),
    guarantees your personal details are left all over the place. Not good.

    There are people who REVEL in recovering left behind customer info.
    They don't generally do it for a profit motive, but
    they like to make an example out of people who
    don't do a good job.

    Even on methods that are supposed to work, I've tested
    them and GOD DAMN if they still didn't leak. I got around
    200 hits in a hex editor, for my test pattern, after
    a method was used that was supposed to remove the stuff,
    didn't work as well as expected. That's 200 file chunks
    that should not have been there.

    This is why some of the answers are extreme -- the participants
    want to make sure there are no leaks. A Dell or HP returns
    specialist, will have materials to redo the disk anyway, so
    it's not a problem if it arrives completely blank. It's convenient
    if it boots into something, but not absolutely necessary.
    Perhaps for factory/warehouse security reasons, they
    don't allow any "customer-boots" to occur, and instead
    just wipe everything the same way. A customer for example,
    could leave a malware on the hard drive.

        Paul

    It strikes me, having read the comments in this thread, that I'll just simply remove the drives if I ever have to return a box. Then I'll hammer them into complete unusability.

    I remember once seeing a YouTube video where a man took a blowtorch to an old spinner; melted all the surface coating and then buckled the disks.

    Ed

    The message is, storage devices are persistent beasts,
    and our job is to be thorough. This is why governments,
    for rotating hard drives, don't use a "magnet", they
    use a mechanical shredder. It grinds up the milled chassis
    and all. And you must examine and verify your shredder
    is working once in a while (with the power cable unplugged).

    I might save my Notes.txt file multiple times a day.
    If I were to scan the disk, and see how many occurrences
    of a unique key phrase are in there, I might find 50-100
    copies in white space on the disk. If I use Sysinternals
    SDelete, I might get some of them. But it might not get
    all of them. Theoretically it should have worked...

    And this is why we test. Never assume anything.

    The nice thing about rotating hard drives, is if
    an operation does not take enough time, then you know
    for sure it wasn't thorough. If it takes five hours
    to write a drive, that clever command you use that finishes
    after ten minutes, couldn't possibly have done the job.
    And that includes any observations about "I restored
    with Macrium, over top". Of course that doesn't clean
    a disk, because your restore only took ten minutes, and
    did not take five hours. You have to be using your
    mental "reasonable test" of these things, to avoid
    getting snowed by the glossy tech.

    There are crypt tricks, for devices using FDE,
    and that can achieve a result a lot faster.
    FDE is even available for hard drives. Now,
    how many "issues" have been discovered with FDE...
    A government spy would not rely on an FDE-based
    erasure for her security, because of the track
    record of FDE so far.

    The message here is not one of paranoia, it's that
    cleaning disks is a tricky business, and only
    thorough people are thorough. Casual people are
    just too smug for the work. I wouldn't be suited
    to the job, because I'm just.. too.. lazy.. :-)

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to VanguardLH on Tue Nov 28 12:00:21 2023
    On 11/27/2023 2:13 PM, VanguardLH wrote:
    "jason_warren@ieee.org" <jason_warren@ieee.org> wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    I'm confused. If you are returning a hard drive to Dell, doesn't that
    mean it is defective, and why you are returning it? If the drive is defective, likely you cannot completely wipe the drive.

    I think he is returning a new computer after a short usage
    period, because it isn't working out. The machine is still
    functional, and it's a matter of sanitizing before return.

    If I'm buying a new Dell, my sequence is like this:

    1) Boot Macrium CD, do a Full Backup to external drive.
    This records the disk in the "As Received" state.
    Do this from the CD, so you do not disturb the OOBE state.

    2) Use the computer...

    3) Thoroughly erase drive as preparation for return.
    Then, restore the backup image from (1) as a convenience for Dell staff.
    The erasure step, ensures white space got covered.
    You can use DBAN for the erasure step if you want, or Secure Erase.

    But this all assumes you did (1).

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Carlos E. R. on Tue Nov 28 12:18:38 2023
    On 11/28/2023 6:36 AM, Carlos E. R. wrote:


    The "agencies" might have purpose made microscopes :-p


    This is true.

    There was a time, in silicon development, when researchers
    used to paint liquid crystals on top of a silicon die,
    and the electrical signals on the top of the die (not the
    ones inside it) would cause the liquid crystal to change state.
    And I'm told you could determine nodal states by doing that.

    We cannot discount some technique which is not normally used.

    What we have working on our side, is the shrinking feature
    size of storage, and how much harder it is now, to examine
    the smallest detail. An MFM can still read a platter, but it's
    getting down to the practical limits of the MFM (perhaps 2nm or so).
    The flying height now is (according to patent filings) 3nm or so.
    And Hitachi, as a lab test, did try flying a head at 0nm,
    and it took a month, to grind the head off it :-) They still
    haven't hit a limit yet, on the size of a stored magnetic bit.
    A slightly larger drive, just came out. We may eventually
    reach a condition, where only a moving platter can be read,
    and the instruments can't do it reliably on static specimens.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Tue Nov 28 18:24:14 2023
    On 2023-11-28 18:00, Paul wrote:
    On 11/27/2023 2:13 PM, VanguardLH wrote:
    "jason_warren@ieee.org" <jason_warren@ieee.org> wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    I'm confused. If you are returning a hard drive to Dell, doesn't that
    mean it is defective, and why you are returning it? If the drive is
    defective, likely you cannot completely wipe the drive.

    I think he is returning a new computer after a short usage
    period, because it isn't working out. The machine is still
    functional, and it's a matter of sanitizing before return.

    If I'm buying a new Dell, my sequence is like this:

    1) Boot Macrium CD, do a Full Backup to external drive.
    This records the disk in the "As Received" state.
    Do this from the CD, so you do not disturb the OOBE state.

    Sometimes it is difficult to boot the CD on a new machine that you don't
    know how to boot to CD, yet. You may need to read the documentation, or
    tell windows to boot from CD next.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Tue Nov 28 18:28:27 2023
    On 2023-11-28 18:18, Paul wrote:
    On 11/28/2023 6:36 AM, Carlos E. R. wrote:


    The "agencies" might have purpose made microscopes :-p


    This is true.

    There was a time, in silicon development, when researchers
    used to paint liquid crystals on top of a silicon die,
    and the electrical signals on the top of the die (not the
    ones inside it) would cause the liquid crystal to change state.
    And I'm told you could determine nodal states by doing that.

    Wow.

    Wait. IIRC LCD had to be fed AC current. DC would degrade (electrolisis)
    the materials or something of the sort.


    We cannot discount some technique which is not normally used.

    What we have working on our side, is the shrinking feature
    size of storage, and how much harder it is now, to examine
    the smallest detail. An MFM can still read a platter, but it's
    getting down to the practical limits of the MFM (perhaps 2nm or so).
    The flying height now is (according to patent filings) 3nm or so.
    And Hitachi, as a lab test, did try flying a head at 0nm,
    and it took a month, to grind the head off it :-) They still
    haven't hit a limit yet, on the size of a stored magnetic bit.
    A slightly larger drive, just came out. We may eventually
    reach a condition, where only a moving platter can be read,
    and the instruments can't do it reliably on static specimens.

    Paul

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Tue Nov 28 18:17:44 2023
    On 2023-11-28 17:18, Paul wrote:
    On 11/28/2023 6:59 AM, R.Wieser wrote:
    Carlos,

    The ATA Secure Erase should clear it all

    Ah, yes. That solves the problem, just let the drive itself (and not the
    OS) handle it.

    but it is up to the manufacturer to have done a good firmware.

    Good for whom ? :-)

    Regards,
    Rudy Wieser


    the Enhanced Secure Erase command is the best one for that.
    It should erase any "pools" you can't see.

    The Secure Erase is good enough for casual security, Enhanced Secure Erase
    is for your police department :-)

    If you Secure Erase, examination in a Hex Editor should be clear
    to the naked eye. Enhanced Secure Erase is for cases where you
    think the drive may be manipulated in some way, to uncover
    spares or something.

    Exactly why they have two commands, is the question we should
    be asking. There really should have only been one command. It's
    something Yoda would have commented upon.


    <https://security.stackexchange.com/questions/62253/what-is-the-difference-between-ata-secure-erase-and-security-erase-how-can-i-en>

    «As quoted from this page:»

    So I go to that page.

    <https://tinyapps.org/docs/wipe_drives_hdparm.html>

    «If your drive supports enhanced erase, you may want to substitute security-erase-enhanced for security-erase. The difference, according to
    the HDDerase.exe FAQ:

    Secure erase overwrites all user data areas with binary zeroes.
    Enhanced secure erase writes predetermined data patterns (set by the manufacturer) to all user data areas, including sectors that are no
    longer in use due to reallocation. ***NOTE: the enhanced secure erase
    option is not supported by all ATA drives.»


    <https://web.archive.org/web/20110222015452/http://cmrr.ucsd.edu/people/Hughes/HDDEraseReadMe.txt>

    «HDDerase.exe menu
    1: Secure Erase
    This uses the ATA internal drive secure erase command. It offers a
    higher level of secure erase than block overwriting software utilities.
    It can take 30 to 180 minutes depending on the drive’s capacity and
    speed. Drive will be left unlocked and ready for use once the process
    has successfully completed.

    2: Enhanced Secure Erase (if supported by the drive)
    An optional ATA internal drive secure erase command. Drive will be left unlocked and ready for use once the process has successfully completed.
    Not all ATA drives support this erase method and if it does not, then
    you will not be given this option.»

    ...

    «Q: What is the difference between secure erase and enhanced secure erase?

    A: Secure erase overwrites all user data areas with binary zeroes.
    Enhanced secure erase writes predetermined data patterns (set by the manufacturer) to all user data areas, including sectors that are no
    longer in use due to reallocation. ***NOTE: the enhanced secure erase
    option is not supported by all ATA drives.»

    ...

    «Q: What are HPA and DCO areas?

    A: HPA is an acronym for Host Protected Area. A HPA is a portion of
    sectors at the end of the hard drive that can not be addressed by the
    user. Normally this area is used to store hard drive diagnostic or
    recovery type software, but any type of data may reside in this area.
    DCO is an acronym for Device Configuration Overlay. Similar to a HPA, a
    DCO represents a portion at the end of the hard drive that is not user addressable. Both these areas are NOT overwritten when a windows
    format, secure/enhanced erase, or any other overwrite method is
    performed. In order for these areas to be erased they have to be first
    removed, and only then can the entire drive be erased (see the following question).
    ***Note: In our testing some drives overwrite the HPA when a secure
    erase is performed, but most drives do not erase this area when a secure
    erase isperformed. CMRR contends that HPA erasure is not mandatory
    because user data is not stored there; however HDDerase offers erasure
    of both areas for maximum erase security.


    Q: Can hdderase.exe erase the host protected area (HPA) or the device configuration overlay area (DCO)?

    A: Yes. A message will appear if a HPA and/or DCO exist(s) on the
    selected drive and prompt the user if he/she wants the areas to be
    erased. Accepting removes the HPA and/or DCO via set max address (ext)
    and device configuration restore commands, respectively. A subsequent
    secure erase will then erase the entire drive. Declining leaves the HPA
    and/or DCO intact, and a subsequent secure erase may or may not erase
    over the HPA/DCO, depending on the manufacturer. CMRR Secure Erase
    protocol requires erasure only of all user-accesible records. If your
    drive is locked by a non-HDDerase password and if either option 3, 4, 5,
    or 6 is chosen, then the HPA and/or DCO will NOT be detected or reset.
    ***Note: the device configuration restore command disables ANY settings previously made by a device configuration set command--thereby placing
    the drive in its factory default state.»



    I also found out that some software sets the security password when
    doing this:

    «The GNOME Disks app offers an ATA Secure Erase option in the Format
    Disk menu. But if it fails to complete, how to unlock the drive? The
    password does not appear to be documented; happily, Babiz tracked it
    down by finding udisksd[1206] Commencing ATA enhanced secure erase in /var/log/daemon.log (and system.log) then searching the UDisks source
    code for "user password", which uncovered it in udiskslinuxdriveata.c as "xxxx". Thus, hdparm --security-disable xxxx /dev/sdx will unlock the
    drive.»




    Wow. It is the first time I found this information, and it was hidden in
    some ancient software...


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to Carlos E. R. on Tue Nov 28 12:05:59 2023
    "Carlos E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-28 02:43, VanguardLH wrote:
    T <T@invalid.invalid> wrote:

    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.

    Nah, they'd just clone the drive and leave. You'd never know they were
    there until you received a court appearance order for all those
    instructions on how to build WMDs.

    "Just clone". This operation takes HOURS.

    And they have to reboot the machine to external media to use their
    software, that leaves a trace.

    It is not like in the movies :-p

    Not if you have cloning hardware rather than running cloning software.
    A 1 TB hard disk takes 55 minutes to clone. The hardware isn't cheap,
    but then if it's the gov't they don't care about cost.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to Paul on Tue Nov 28 12:03:54 2023
    Paul <nospam@needed.invalid> wrote:

    On 11/27/2023 2:13 PM, VanguardLH wrote:
    "jason_warren@ieee.org" <jason_warren@ieee.org> wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    I'm confused. If you are returning a hard drive to Dell, doesn't that
    mean it is defective, and why you are returning it? If the drive is
    defective, likely you cannot completely wipe the drive.

    I think he is returning a new computer after a short usage
    period, because it isn't working out. The machine is still
    functional, and it's a matter of sanitizing before return.

    If I'm buying a new Dell, my sequence is like this:

    1) Boot Macrium CD, do a Full Backup to external drive.
    This records the disk in the "As Received" state.
    Do this from the CD, so you do not disturb the OOBE state.

    2) Use the computer...

    3) Thoroughly erase drive as preparation for return.
    Then, restore the backup image from (1) as a convenience for Dell staff.
    The erasure step, ensures white space got covered.
    You can use DBAN for the erasure step if you want, or Secure Erase.

    But this all assumes you did (1).

    Except with a laptop, especially one from Dell, likely there is
    boot-time option to restore the laptop to its factory state. A hidden partition is used, or a full setup set of files, is provided to restore
    the disk to its factory state. I would not trust the reinstall to wipe
    the unallocated sectors, so I'd do the wipe, and then use the reinstall
    process (the latter step is probably a waste of time since the Dell
    folks will use their sysprep to setup the disk for reuse).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to wasbit on Tue Nov 28 13:44:22 2023
    On 11/28/2023 5:19 AM, wasbit wrote:
    On 27/11/2023 15:45, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.


    Best way? Dunno, that's subjective.

    Darik's Boot and Nuke (DBAN)
     - https://sourceforge.net/projects/dban/

    Beware! It will wipe all drives it finds so disconnect or remove any that you don't need wiped.


    And you know the funny stories from the forum.

    A couple of nitwits, after using DBAN:

    "I left my backup drive connected to the back of the computer.
    It seems to be erased too.

    Can you help me recover it?
    "

    They actually wrote into the forum, to ask Darik
    if he could un-erase a drive. Brownie points for
    trying it, I guess. Asking someone to undo it.

    The reason I didn't think this was a troll, was
    there are people who are that deranged :-) You can
    warn them and warn them... and that's what happens.
    It's not like the author of the program didn't
    warn people to be careful and not leave the wrong
    drives connected.

    One of the claims for DBAN, is it can "erase 99 drives at the same time".
    We know it erases backup drives pretty effectively.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Carlos E. R. on Tue Nov 28 13:25:32 2023
    On 11/28/2023 6:39 AM, Carlos E. R. wrote:
    On 2023-11-28 02:51, Paul wrote:

    ...

    While this is tempting as a partial proof, it's also silly.

        dd if=/dev/sda bs=221184 | sum       # Would return 0000 given a chance.
                                             # If nonzero, there is a screwup.
                                             # But this takes too long to be a useful idea.

    Why that particular size (bs)?  :-)

    I would think of using 10 megs or so.


    OK, let me take the size of my daily driver.

    4,000,787,030,016 <=== Even SSDs report CHS compatible sizes... Of course the
    "real storage" internally, is not a weird number like that.
    But you cannot write past that number.

    Divide by 221184. Divides evenly.

    Trying the disk in the other machine. 1TB HDD. $60 worth.

    1,000,204,886,016

    Divides evenly by 221184.

    How long can my lucky hold up I wonder ??? WDC 24300 year 2000 IDE drive

    4,311,982,080

    I found an 80GB IDE. Let's try that.

    80,026,361,856

    So far, the sizes all divide by 221184 evenly.

    How long can my luck hold out, I wonder ???

    [Bookies are now taking odds]

    And for the audience here, we're not talking about partition
    sizes. These are whole-disk sizes, the very limits of storage.

    I have a lot of disks. One that is not damaged, it probably
    won't run if I test it, but it doesn't even have an IDE
    interface, so that's a double-challenge to test with.

    I'm sure at some point, I'm going to find a physical drive
    that doesn't follow that observation.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to VanguardLH on Tue Nov 28 18:55:33 2023
    VanguardLH <V@nguard.lh> wrote:
    [...]

    Except with a laptop, especially one from Dell, likely there is
    boot-time option to restore the laptop to its factory state. A hidden partition is used, or a full setup set of files, is provided to restore
    the disk to its factory state.

    I don't know about Dell, but in general it is probably more "there
    might be" than "likely there is".

    At least that's the case for HP's consumer grade laptops. In the old
    days, our Windows (XP?,) Vista and 8[.1 laptops indeed had full Recovery partitions, but not my 'recent' (one year old) Windows 11 laptop (with
    1TB SSD, so plenty of space).

    I don't know why they made that change (pressure from Microsoft?), but
    they did and so others may have done the same.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Tue Nov 28 19:57:02 2023
    On 2023-11-28 19:25, Paul wrote:
    On 11/28/2023 6:39 AM, Carlos E. R. wrote:
    On 2023-11-28 02:51, Paul wrote:

    ...

    While this is tempting as a partial proof, it's also silly.

        dd if=/dev/sda bs=221184 | sum       # Would return 0000 given a chance.
                                             # If nonzero, there is a screwup.
                                             # But this takes too long to be a useful idea.

    Why that particular size (bs)?  :-)

    I would think of using 10 megs or so.


    OK, let me take the size of my daily driver.

    4,000,787,030,016 <=== Even SSDs report CHS compatible sizes... Of course the
    "real storage" internally, is not a weird number like that.
    But you cannot write past that number.

    Divide by 221184. Divides evenly.

    Trying the disk in the other machine. 1TB HDD. $60 worth.

    1,000,204,886,016

    Divides evenly by 221184.

    :-D

    It is 27*2¹³. 108 MiB.

    27 was my lucky number for some time. 27 Mhz, ie, CB.


    How long can my lucky hold up I wonder ??? WDC 24300 year 2000 IDE drive

    4,311,982,080

    I found an 80GB IDE. Let's try that.

    80,026,361,856

    So far, the sizes all divide by 221184 evenly.

    How long can my luck hold out, I wonder ???

    [Bookies are now taking odds]

    And for the audience here, we're not talking about partition
    sizes. These are whole-disk sizes, the very limits of storage.

    I have a lot of disks. One that is not damaged, it probably
    won't run if I test it, but it doesn't even have an IDE
    interface, so that's a double-challenge to test with.

    IBM PC times? I forget the name of the interface back then. Was it two
    ribbon cables?


    I'm sure at some point, I'm going to find a physical drive
    that doesn't follow that observation.

    Paul



    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Tue Nov 28 20:00:28 2023
    On 2023-11-28 19:44, Paul wrote:
    On 11/28/2023 5:19 AM, wasbit wrote:
    On 27/11/2023 15:45, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.


    Best way? Dunno, that's subjective.

    Darik's Boot and Nuke (DBAN)
     - https://sourceforge.net/projects/dban/

    Beware! It will wipe all drives it finds so disconnect or remove any that you don't need wiped.


    And you know the funny stories from the forum.

    A couple of nitwits, after using DBAN:

    "I left my backup drive connected to the back of the computer.
    It seems to be erased too.

    Can you help me recover it?
    "

    GAHHHH!

    That hurts.


    They actually wrote into the forum, to ask Darik
    if he could un-erase a drive. Brownie points for
    trying it, I guess. Asking someone to undo it.

    The reason I didn't think this was a troll, was
    there are people who are that deranged :-) You can
    warn them and warn them... and that's what happens.
    It's not like the author of the program didn't
    warn people to be careful and not leave the wrong
    drives connected.

    One of the claims for DBAN, is it can "erase 99 drives at the same time".
    We know it erases backup drives pretty effectively.

    What's the reasoning for erasing all connected drives? :-?

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to VanguardLH on Tue Nov 28 20:14:50 2023
    On 2023-11-28 19:05, VanguardLH wrote:
    "Carlos E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-28 02:43, VanguardLH wrote:
    T <T@invalid.invalid> wrote:

    And keep in mind, if the bad guys are well funded, they'd
    just breaking your house and steal your whole computer.

    Nah, they'd just clone the drive and leave. You'd never know they were
    there until you received a court appearance order for all those
    instructions on how to build WMDs.

    "Just clone". This operation takes HOURS.

    And they have to reboot the machine to external media to use their
    software, that leaves a trace.

    It is not like in the movies :-p

    Not if you have cloning hardware rather than running cloning software.
    A 1 TB hard disk takes 55 minutes to clone. The hardware isn't cheap,
    but then if it's the gov't they don't care about cost.

    I simply don't believe it.

    No matter what hardware you bring, a disk has a maximum physical speed
    and you can not surpass it. On rotating rust, it is between 80 and 200
    megs per second (MiB/s).

    1 TiB / 100 MiB/s

    1024⁴ / (100*1024²) = 10485.76 seconds = 2.9 hours.

    And you have to open the computer to put the HD on the cloner, which the
    owner will probably detect.


    Oh, if the owner is using ATA encryption, even if you have the password,
    that password will not work on a different firmware. On several machines
    the password is salted with some other password from the firmware, and
    it changes on each motherboard of the same model.

    Good luck. :-)


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Carlos E. R. on Tue Nov 28 15:48:55 2023
    On 11/28/2023 2:00 PM, Carlos E. R. wrote:


    What's the reasoning for erasing all connected drives?  :-?


    It's a production capability for IT.

    You can cable up unrelated hard drives, as many as you can,
    then start a DBAN run. This allows "bulk erasure".

    I think there might be some Areca cards with 24 ports on them.
    And you could find a PC with enough of the slots, to use
    a few of those. That will get you relatively close to 99.

    There are also SATA mux boxes. You could start with a
    single Areca, and hang five port boxes off each port,
    for a total of 24*5 ports. And then maybe DBAN would complain
    that this was too much.

    Originally, DBAN was a pretty impressive usage of Linux. The
    software might have been only around 10MB in size and yet it
    seemed to have a ton of drivers in the image. I don't know
    what they made it out of, for the current version.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Carlos E. R. on Tue Nov 28 15:41:18 2023
    On 11/28/2023 12:28 PM, Carlos E. R. wrote:
    On 2023-11-28 18:18, Paul wrote:
    On 11/28/2023 6:36 AM, Carlos E. R. wrote:


    The "agencies" might have purpose made microscopes :-p


    This is true.

    There was a time, in silicon development, when researchers
    used to paint liquid crystals on top of a silicon die,
    and the electrical signals on the top of the die (not the
    ones inside it) would cause the liquid crystal to change state.
    And I'm told you could determine nodal states by doing that.

    Wow.

    Wait. IIRC LCD had to be fed AC current. DC would degrade (electrolisis) the materials or something of the sort.

    I was told this by someone from the fab.

    This concept pre-dates the existence of the JTAG chain for test.

    [ Unrelated example. https://en.wikipedia.org/wiki/Liquid_crystal_on_silicon ]

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Carlos E. R. on Tue Nov 28 15:19:04 2023
    On 11/28/2023 12:17 PM, Carlos E. R. wrote:
    On 2023-11-28 17:18, Paul wrote:
    On 11/28/2023 6:59 AM, R.Wieser wrote:
    Carlos,

    The ATA Secure Erase should clear it all

    Ah, yes.  That solves the problem, just let the drive itself (and not the >>> OS) handle it.

    but it is up to the manufacturer to have done a good firmware.

    Good for whom ? :-)

    Regards,
    Rudy Wieser


    the Enhanced Secure Erase command is the best one for that.
    It should erase any "pools" you can't see.

    The Secure Erase is good enough for casual security, Enhanced Secure Erase >> is for your police department :-)

    If you Secure Erase, examination in a Hex Editor should be clear
    to the naked eye. Enhanced Secure Erase is for cases where you
    think the drive may be manipulated in some way, to uncover
    spares or something.

    Exactly why they have two commands, is the question we should
    be asking. There really should have only been one command. It's
    something Yoda would have commented upon.


    <https://security.stackexchange.com/questions/62253/what-is-the-difference-between-ata-secure-erase-and-security-erase-how-can-i-en>

    «As quoted from this page:»

    So I go to that page.

    <https://tinyapps.org/docs/wipe_drives_hdparm.html>

    «If your drive supports enhanced erase, you may want to substitute security-erase-enhanced for security-erase. The difference, according to the HDDerase.exe FAQ:

        Secure erase overwrites all user data areas with binary zeroes. Enhanced secure erase writes predetermined data patterns (set by the manufacturer) to all user data areas, including sectors that are no longer in use due to reallocation. ***NOTE:
    the enhanced secure erase option is not supported by all ATA drives.»


    <https://web.archive.org/web/20110222015452/http://cmrr.ucsd.edu/people/Hughes/HDDEraseReadMe.txt>

    «HDDerase.exe menu
    1:  Secure Erase
    This uses the ATA internal drive secure erase command.  It offers a higher level of secure erase than block overwriting software utilities. It can take 30 to 180 minutes depending on the drive’s capacity and speed.  Drive will be left unlocked and
    ready for use once the process has successfully completed.

    2:  Enhanced Secure Erase (if supported by the drive)
    An optional ATA internal drive secure erase command.  Drive will be left unlocked and ready for use once the process has successfully completed. Not all ATA drives support this erase method and if it does not, then you will not be given this option.»

    ...

    «Q:  What is the difference between secure erase and enhanced secure erase?

    A:  Secure erase overwrites all user data areas with binary zeroes. Enhanced secure erase writes predetermined data patterns (set by the manufacturer) to all user data areas, including sectors that are no longer in use due to reallocation. ***NOTE: 
    the enhanced secure erase option is not supported by all ATA drives.»

    ...

    «Q:  What are HPA and DCO areas?

    A:  HPA is an acronym for Host Protected Area.  A HPA is a portion of sectors at the end of the hard drive that can not be addressed by the user. Normally this area is used to store hard drive diagnostic or recovery type software, but any type of
    data may reside in this area. DCO is an acronym for Device Configuration Overlay.  Similar to a HPA, a DCO represents a portion at the end of the hard drive that is not user addressable.  Both these areas are NOT overwritten when a windows format,
    secure/enhanced erase, or any other overwrite method is performed. In order for these areas to be erased they have to be first removed, and only then can the entire drive be erased (see the following question).
    ***Note: In our testing some drives overwrite the HPA when a secure
    erase is performed, but most drives do not erase this area when a secure erase isperformed. CMRR contends that HPA erasure is not mandatory because user data is not stored there; however HDDerase offers erasure of both areas for maximum erase security.


    Q:  Can hdderase.exe erase the host protected area (HPA) or the device configuration overlay area (DCO)?

    A:  Yes.  A message will appear if a HPA and/or DCO exist(s) on the selected drive and prompt the user if he/she wants the areas to be erased.  Accepting removes the HPA and/or DCO via set max address (ext) and device configuration restore commands,
    respectively.  A subsequent secure erase will then erase the entire drive.  Declining leaves the HPA and/or DCO intact, and a subsequent secure erase may or may not erase over the HPA/DCO, depending on the manufacturer. CMRR Secure Erase protocol
    requires erasure only of all user-accesible records. If your drive is locked by a non-HDDerase password and if either option 3, 4, 5, or 6 is chosen, then the HPA and/or DCO will NOT be detected or reset.
    ***Note:  the device configuration restore command disables ANY settings previously made by a device configuration set command--thereby placing the drive in its factory default state.»



    I also found out that some software sets the security password when doing this:

    «The GNOME Disks app offers an ATA Secure Erase option in the Format Disk menu. But if it fails to complete, how to unlock the drive? The password does not appear to be documented; happily, Babiz tracked it down by finding udisksd[1206] Commencing ATA
    enhanced secure erase in /var/log/daemon.log (and system.log) then searching the UDisks source code for "user password", which uncovered it in udiskslinuxdriveata.c as "xxxx". Thus, hdparm --security-disable xxxx /dev/sdx will unlock the drive.»




    Wow. It is the first time I found this information, and it was hidden in some ancient software...

    The guy who invented Secure Erase, uses a different password than that.
    May have been five letters.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bilsch01@21:1/5 to jason_warren@ieee.org on Tue Nov 28 17:02:59 2023
    On 11/27/2023 7:45 AM, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!


    In linux terminal, do:

    1) determine the linux device name for the drive using: fdisk -l
    Note: it will be something like: /dev/sda, /dev/nvme0n1

    2) type the following line in terminal:

    sudo dd if=/dev/zero of=/dev/sdX bs=4096

    where sdX is the device name obtained in step 1).

    3) hit Enter key. Then wait (a long time) for the prompt to display again.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to T@invalid.invalid on Tue Nov 28 21:16:49 2023
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 09:33:24 -0800, T <T@invalid.invalid> wrote:


    https://www.bleachbit.org/download/windows

    I note that this has been translated to Canadian English. That should
    be a great help to people like hubops.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jason_warren@ieee.org@21:1/5 to All on Wed Nov 29 10:54:48 2023
    In article <c3jqp86luezt.dlg@v.nguard.lh>, V@nguard.LH says...

    "jason_warren@ieee.org" <jason_warren@ieee.org> wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    I'm confused. If you are returning a hard drive to Dell, doesn't that
    mean it is defective, and why you are returning it? If the drive is defective, likely you cannot completely wipe the drive.

    The drive began showing bad sectors a few weeks ago - noted in
    Windows System log. The number kept increasing.

    Dell sent a new drive (under warranty) but I have to send
    the old one back. There is some mildly sensitive info on it
    that I want to get rid of.



    There are lots of wipe tools. Example: killdisk, which you can run from
    a bootable disc to eliminate an OS on the drive or any access to it from
    an OS to prevent locked files.

    https://www.killdisk.com/eraser.html

    If no part of the active OS is using the hard drive, you can use other
    wipe tools that run under that OS, like CCleaner's Drive Wiper or
    Heidi's Eraser.

    I have an drive cradle that I can attach
    to my other commputer, hence no need to saw
    of the OS limb I'm sitting on :)


    https://www.ccleaner.com/
    https://eraser.heidi.ie/

    I suspect I could run either of them on the other
    machine with the old drive in the cradle, no?


    ...



    Some drives have a firmware-based wipe function (ATA Secure Erase or
    NVMe Secure Erase), but you need a tool that sends the command to the
    drive. Often the tool is proprietary and brand specific, but the
    operation is performed within the firmware on the drive.
    I thought that was how low-level formatting (used to?) work. Shows
    how far out of touch I am!

    Thanks for you help.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jason_warren@ieee.org@21:1/5 to All on Wed Nov 29 20:09:20 2023
    In article <uk407v$5ui2$1@dont-email.me>, nospam@needed.invalid says...


    ...

    Governments with "Top Secret" class hard drives,
    do not take chances, and they use a mechanical
    shredder to ensure all the magnetic media is
    bent to some degree. An MFM is only good on
    perfectly flat media (media which is as flat as
    it was when it was written). The forces are measured
    on the Z-axis, at the nanometer level. You would
    think any curvature to a sample, would cause a problem.
    A typical X-Y scanning area for an MFM, is 100u x 100u
    (microns). There are something like 1200 MFMs, in places
    like university labs. The grad students, hardly ever
    seem to be sticking disk platters in their machines :-)

    Years ago, colleagues and I visited Los Alamos Lab to
    demo some experimental hardware we'd developed. We brought
    along some tape carts. As we were about to leave, the
    Lab folks put the carts on a conveyor belt that fed a
    humungous electromagnet. I could see the carts literally
    jumping around as they passed through. ...and we still
    were not permitted to take what was left of them back
    home with us...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jason_warren@ieee.org@21:1/5 to All on Wed Nov 29 20:12:51 2023
    In article <uk3h3f$8g1$1@dont-email.me>, nospam@needed.invalid says...

    On 11/27/2023 10:45 AM, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!


    Boot Windows installer DVD.

    Or, make the System Repair disc shown here, if you
    don't have an Installer DVD handy. This is a 300MB or
    so boot.wim which boots and gives access to Command Prompt.

    https://i.pcmag.com/imagery/articles/039d02w2s9yfZVJntmbZVW9-51.fit_lim.size_1072x.png

    A Macrium Rescue CD also has its own command window and
    you could do it from there.

    In Troubleshooting, find Command Prompt. AFAIK it runs as Admin.

    diskpart

    list disk
    select disk 0 <=== Make absolutely sure you have the correct disk. NO UNDO.

    clean <=== this only removes partition table related stuff.
    Very fast. Not forensically clean. Not recommended.

    clean all <=== Will write 1TB of zeros to a 1TB drive, end-to-end.
    All partition tables destroyed. All partitions destroyed.
    Not recoverable, as it is all zeroes.

    exit <=== It might take an hour or two, before you can enter this.

    You would need a hex editor at this point, to prove it's clean.

    While this is tempting as a partial proof, it's also silly.

    dd if=/dev/sda bs=221184 | sum # Would return 0000 given a chance.
    # If nonzero, there is a screwup.
    # But this takes too long to be a useful idea.
    Paul

    I'll put the old drive in an external caddy attached to my
    laptop. Lots of choices follow.

    Thanks!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jason_warren@ieee.org@21:1/5 to All on Wed Nov 29 20:15:52 2023
    In article <uk3u5t$5l8k$1@dont-email.me>, T@invalid.invalid says...


    There is a used computer store a few towns away. Customers
    that have purchased them, have found (and showed me) all
    kinds of sensitive documents on them. And everyone around
    has heard the stories, so no one trusts them.

    Yup. The local Verizon store here is not a corporate one - it's
    a franchise. A friend bought a "brand new" iPad from them, paid
    full retail, and found it qA loaded with porn when she got it home..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jason_warren@ieee.org@21:1/5 to All on Wed Nov 29 20:22:55 2023
    In article <uk56b5$bp85$1@dont-email.me>, nospam@needed.invalid says...

    On 11/27/2023 2:13 PM, VanguardLH wrote:
    "jason_warren@ieee.org" <jason_warren@ieee.org> wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    I'm confused. If you are returning a hard drive to Dell, doesn't that
    mean it is defective, and why you are returning it? If the drive is defective, likely you cannot completely wipe the drive.

    I think he is returning a new computer after a short usage
    period, because it isn't working out. The machine is still
    functional, and it's a matter of sanitizing before return.

    If I'm buying a new Dell, my sequence is like this:

    1) Boot Macrium CD, do a Full Backup to external drive.
    This records the disk in the "As Received" state.
    Do this from the CD, so you do not disturb the OOBE state.

    2) Use the computer...

    3) Thoroughly erase drive as preparation for return.
    Then, restore the backup image from (1) as a convenience for Dell staff.
    The erasure step, ensures white space got covered.
    You can use DBAN for the erasure step if you want, or Secure Erase.

    But this all assumes you did (1).

    Paul

    Actually, the machine is 2 years old and has seen a LOT of use.
    Windows began logging bad sectors. It was just a few (4) at
    first, but then began growing, I've seen that a million times
    over the years. I suspect a microspeck of contamination is in
    there, rattling around and causing more errors. The machine
    was still under warranty (I always buy one addt'l year's worth)
    so Dell sent me a new drive but required me to send back
    the old one. I suspect it's headed for the trash, but I just
    wanted to clean it off first. ...just in case.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to jason_warren@ieee.org on Thu Nov 30 00:49:20 2023
    On 11/29/2023 10:54 AM, jason_warren@ieee.org wrote:
    In article <c3jqp86luezt.dlg@v.nguard.lh>, V@nguard.LH says...

    "jason_warren@ieee.org" <jason_warren@ieee.org> wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    I'm confused. If you are returning a hard drive to Dell, doesn't that
    mean it is defective, and why you are returning it? If the drive is
    defective, likely you cannot completely wipe the drive.

    The drive began showing bad sectors a few weeks ago - noted in
    Windows System log. The number kept increasing.

    Dell sent a new drive (under warranty) but I have to send
    the old one back. There is some mildly sensitive info on it
    that I want to get rid of.

    There are lots of wipe tools. Example: killdisk, which you can run from
    a bootable disc to eliminate an OS on the drive or any access to it from
    an OS to prevent locked files.

    https://www.killdisk.com/eraser.html

    If no part of the active OS is using the hard drive, you can use other
    wipe tools that run under that OS, like CCleaner's Drive Wiper or
    Heidi's Eraser.

    I have an drive cradle that I can attach
    to my other commputer, hence no need to saw
    of the OS limb I'm sitting on :)


    https://www.ccleaner.com/
    https://eraser.heidi.ie/

    I suspect I could run either of them on the other
    machine with the old drive in the cradle, no?

    technician-machine ------ C: boot drive
    \
    Target-disk <=== You can erase this one thoroughly, when cabled up
    You can use your choice of cabling methods. A USB
    drive can be erased as easily as a SATA. But some
    commands such as Secure Erase, likely need a direct
    SATA connection. If you choose to do the erasure that way.

    Some drives have a firmware-based wipe function (ATA Secure Erase or
    NVMe Secure Erase), but you need a tool that sends the command to the
    drive. Often the tool is proprietary and brand specific, but the
    operation is performed within the firmware on the drive.
    I thought that was how low-level formatting (used to?) work. Shows
    how far out of touch I am!

    Thanks for you help.

    The first drives didn't need servo. They used a stepper motor and a steel band, to move the heads radially, in and out towards the hub. The stepper motor pitch,
    defined where a "track" was to be located. Those drives were little better
    than multi-platter floppy drives, using rigid platters.

    The drives with voice coils, they started with a servo surface. The bottom
    of one of the platters, had the servo pattern. Using the servo pattern for absolute positioning, you could write entire tracks on the other platters,
    and they would end up in the correct relative position. The writing of
    entire tracks, is "Low Level Format". Low level format also benefits from
    an Index mark, which the hardware can generate. When you LLF, you set the Interleave value, so that even if the controller is slow as a pig, the
    drive reads efficiently (interleave 3 for a pig, but we soon advanced past
    that point, to always using interleave 1).

    Modern drives use servo-per-platter, called servo wedges. The servo pattern
    is interleaved with the data sectors. As the head flies over servo, it
    can make a slight trajectory correction. Then it flies over some number
    of data sectors. On modern drives, you *cannot* write the servo sections,
    and only the data sector areas are writeable. Thus, because is is now impossible to write whole tracks, it is no longer called a Low Level Format.
    It is instead, some form of erasure or overwrite of the data portions.

    Only the factory can write servo. There are two methods. Hard drives with "stickers
    covering holes", one of those holes accepts the servo writer. On modern high density drives, the tolerances are now too tight, for an external servo writer to do a good job. As a result, the servo writer is implemented inside the drive, and as the drive is sitting in the chamber in the factory, it can
    be writing the servo pattern. "Something" provides a positional reference
    while it does that, but this is not documented. Interferometry ? Some
    other process ? Unknown.

    They are working on HAMR and MAMR drives now, so there are yet more
    energetic devices inside the housing. And since the one website that
    provided tech info is now not updated, we have to dig through patents
    to find out how this stuff works.

    *******

    This is one of the first Secure Erase softwares, written by the guy
    who proposed the method. These original pages were removed.

    http://cmrr.ucsd.edu/people/Hughes/SecureErase.shtml http://cmrr.ucsd.edu/people/Hughes/HDDEraseReadMe.txt

    This has a link with a package in it. It includes a tiny ISO for a CD.

    https://web.archive.org/web/20151230142025/http://cmrr.ucsd.edu/people/Hughes/Secure-Erase.html

    I prefer methods that offer feedback as to "how is it going in there".
    So I would not be doing it that way on a sick drive. Even a "dd" command would do the job. You can do "dd" from a Linux DVD, and not even need
    the "C: boot drive" in the technician-machine to be cabled up.

    Or, you can use DBAN. If you use DBAN CD, remember to disconnect the
    "C: boot drive" in the technician-machine, before giving permission
    for DBAN to erase "every drive in the computer". Only the sick drive
    should be connected to the PC, when DBAN is running.

    If you run this program as Administrator in Windows, you can
    examine the erased disk at the physical level and verify the
    pattern there has thoroughly erased the drive. This is when
    a zeros pattern is the easiest to verify with the editor.

    https://mh-nexus.de/en/hxd/

    As long as DBAN has a zeros option, that should make the exercise
    almost pleasant.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to micky on Thu Nov 30 16:40:47 2023
    On 11/28/23 18:16, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 09:33:24 -0800, T <T@invalid.invalid> wrote:


    https://www.bleachbit.org/download/windows

    I note that this has been translated to Canadian English. That should
    be a great help to people like hubops.

    So "about" has been translated to "aboot"?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From s|b@21:1/5 to jason_warren@ieee.org on Sat Dec 2 21:11:00 2023
    On Mon, 27 Nov 2023 10:45:20 -0500, jason_warren@ieee.org wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    <https://www.youtube.com/watch?v=wb3Xa1h_RqM>

    --
    s|b

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to me@privacy.invalid on Sat Dec 2 15:04:17 2023
    s|b <me@privacy.invalid> wrote:

    On Mon, 27 Nov 2023 10:45:20 -0500, jason_warren@ieee.org wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    <https://www.youtube.com/watch?v=wb3Xa1h_RqM>

    Way too expensive. Just drill out the retaining screws, and use a
    welding torch on the platters.

    Of course, I'm sure Dell wants back the drive in the same condition as
    reported by the user, not a bunch of shredded bits. If the OP doesn't
    return the old drive, he might have to pay for the new one. If Dell
    didn't do a parts exchange, but a simple parts replace, they probably
    want back the old drive to perform failure analysis to help them
    determine if they can improve their manufacturing process. Without the
    drive to inspect, they have no feedback on why the drive failed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to All on Sun Dec 3 00:01:15 2023
    On 2023-11-29 02:02, bilsch01 wrote:
    On 11/27/2023 7:45 AM, jason_warren@ieee.org wrote:
    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    Will a low-level format do it or is there something better>
    The drive has five partitions.

    Thanks!


    In linux terminal, do:

    1) determine the linux device name for the drive using: fdisk -l
       Note: it will be something like: /dev/sda, /dev/nvme0n1

    2) type the following line in terminal:

    sudo dd if=/dev/zero of=/dev/sdX bs=4096

    where sdX is the device name obtained in step 1).

    3) hit Enter key. Then wait (a long time) for the prompt to display again.

    If you set bs to several megabytes, it is faster.


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to VanguardLH on Sun Dec 3 09:37:54 2023
    VanguardLH wrote:

    s|b <me@privacy.invalid> wrote:

    jason_warren@ieee.org wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    <https://www.youtube.com/watch?v=wb3Xa1h_RqM>

    Way too expensive. Just drill out the retaining screws, and use a
    welding torch on the platters.

    Of course, I'm sure Dell wants back the drive in the same condition as reported by the user, not a bunch of shredded bits.

    With many manufacturers you can pay extra when purchasing the machine in
    order to not return any faulty storage when it is replaced under warranty/support.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jason_warren@ieee.org@21:1/5 to All on Sun Dec 10 10:54:04 2023
    In article <1m6uhrampmahc$.dlg@v.nguard.lh>, V@nguard.LH says...

    s|b <me@privacy.invalid> wrote:

    On Mon, 27 Nov 2023 10:45:20 -0500, jason_warren@ieee.org wrote:

    What's the best way to clean everything off a hard drive
    before I return it to Dell?

    <https://www.youtube.com/watch?v=wb3Xa1h_RqM>

    Way too expensive. Just drill out the retaining screws, and use a
    welding torch on the platters.

    Of course, I'm sure Dell wants back the drive in the same condition as reported by the user, not a bunch of shredded bits. If the OP doesn't
    return the old drive, he might have to pay for the new one. If Dell
    didn't do a parts exchange, but a simple parts replace, they probably
    want back the old drive to perform failure analysis to help them
    determine if they can improve their manufacturing process. Without the
    drive to inspect, they have no feedback on why the drive failed.

    Dell exchanged the drive and needed the old one back. ...and
    not shredded I presume!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)