Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
When it comes to securely erasing data on macOS, Apple provides several built-in tools that can help ensure your sensitive information is permanently deleted. This article will guide you through the process of using these tools, including Disk Utility and Terminal commands, to securely erase data on your Mac.
Disk Utility is a versatile tool that comes pre-installed on macOS. It allows you to manage your disks and partitions, as well as securely erase them.
Open Disk Utility:
Applications
> Utilities
> Disk Utility
.Select the Disk:
Erase the Disk:
Erase
button at the top of the Disk Utility window.Security Options
.Confirm and Erase:
OK
, then Erase
to begin the secure erase process.For users comfortable with the command line, macOS Terminal provides a powerful way to securely erase data using the diskutil
command.
Open Terminal:
Applications
> Utilities
> Terminal
.List Available Disks:
diskutil list
/dev/disk2
).Securely Erase the Disk:
diskutil secureErase
command to erase the disk. Replace disk2
with the appropriate disk identifier:
diskutil secureErase 1 /dev/disk2
1
in the command specifies a single-pass erase. You can choose a higher number for more passes (e.g., 2
for a 3-pass erase, 3
for a 7-pass erase).Confirm Erasure:
If you're looking for alternatives to Apple's built-in tools, third-party applications like CCleaner or Darik's Boot and Nuke (DBAN) can also securely erase data. However, these tools are generally used when you need additional features or are working in a multi-platform environment.