Hi All,

I have an upcoming appointment with a customer
who wants a number of his old computers
(mostly iMacs) removed from service.

With other computers, if I can remove the
drives, I just remove them and give them
to the customer to hit with a hammer.

But iMacs I will need a glass puller, etc..
So what I usually do when I can not get the
drive out is to boot into a Linux (Fedora)
Live USB and run

    # dd if=/dev/zero of=/dev/sd[x]


Where sd[x] is the drive to be blanked.
This will write 0x00H across every section
of the drive.

Then give it to the computer local charity used
computer store (or the dumpster)

"dev" only has to see the drive.  I do not
need or want to be able to mount or read
the drive, just see it. dd is a block
device and does not care what format is.

Do any of you guys know if I will be able
to see the drive on a iMac?

Many thanks,
-T

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to