Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
McAfee Endpoint Protection Encryption...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Mon Aug 08, 2022 6:39 pm    Post subject: McAfee Endpoint Protection Encryption... Reply with quote

I am curious. I have a ton of NVME disks that need to be wiped for re-use. They had McAfee EPE on them. This resulted in EFI formatted disks with the FAT32 EFI partition, an MS partition, and the rest was a McAfeeEpeReserved partition. I noted that using "blkdiscard" would not work, so I ran parted and removed all four partitions. After that I saw that blkdiscard worked. Is this the proper way to remove the old Windows stuff that was encrypted by McAfee? Is there anything else I missed that may bite me later?
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2961
Location: Edge of marsh USA

PostPosted: Thu Aug 11, 2022 6:50 pm    Post subject: Reply with quote

did you try:
Code:
dd if=/dev/urandom of=/dev/sdX
dd if=/dev/zero of=/dev/sdx

_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Fri Aug 19, 2022 5:28 pm    Post subject: Reply with quote

That would murder a solid-state device. You need to use the erase-block size, usually 4MiB (dd if=/dev/zero of=/dev/nvme0n1 bs=4M) or each write will re-write the 4MiB block 4096 times.

I figured it out. I get the PSID on the sticker on the NVME drive itself, then use sedutil-cli to erase it. McAfee uses FIPS stuff to lock and encrypt the drive so you MUST use sedutil.
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum