Hello to everyone
I'm not a Mac user, but i my supervisor asked to wipe out a ssd of macbook. Basically we need to send the Mac to repaired but for security reason we need to wipe out, and then when the Mac will be back we'll need to reinstall.
I googled a lot searching clarifications about the necessity to erase an SDD. I read that for how it works an SSD i don't need to wipe a disk in the old way but i can simply erase all.
But how to do it?? i thought
1) to reboot this macbook in recovery mode and use the diskutil utility to delete all. In DiskUtil i don't have the "Security Option" because oft this :
"Note: With an SSD drive, Secure Erase and Erasing Free Space are not available in Disk Utility. These options are not needed for an SSD drive because a standard erase makes it difficult to recover data from an SSD. For more security, consider turning on FileVault encryption when you start using your SSD drive."
Correct? So the button erase is enough?
or
2) Start with a Bootable Ubuntu Live Usb and run this command: for i in $( seq 0 2 ); do dd if=/dev/urandom of=/dev/sda; done
or there is some software possibly freeware that works with ssd??
Tanks for any advice.....
I'm not a Mac user, but i my supervisor asked to wipe out a ssd of macbook. Basically we need to send the Mac to repaired but for security reason we need to wipe out, and then when the Mac will be back we'll need to reinstall.
I googled a lot searching clarifications about the necessity to erase an SDD. I read that for how it works an SSD i don't need to wipe a disk in the old way but i can simply erase all.
But how to do it?? i thought
1) to reboot this macbook in recovery mode and use the diskutil utility to delete all. In DiskUtil i don't have the "Security Option" because oft this :
"Note: With an SSD drive, Secure Erase and Erasing Free Space are not available in Disk Utility. These options are not needed for an SSD drive because a standard erase makes it difficult to recover data from an SSD. For more security, consider turning on FileVault encryption when you start using your SSD drive."
Correct? So the button erase is enough?
or
2) Start with a Bootable Ubuntu Live Usb and run this command: for i in $( seq 0 2 ); do dd if=/dev/urandom of=/dev/sda; done
or there is some software possibly freeware that works with ssd??
Tanks for any advice.....