Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
External drives are essential tools for expanding storage, backing up data, and transferring files between different systems. In the macOS environment, using external drives is straightforward and offers several built-in tools to manage and optimize their use. This article will guide you through the process of connecting, formatting, and managing external drives on a Mac. We will also cover some useful Terminal commands for advanced users who prefer command-line interfaces.
Examples:
Connecting an External Drive:
Formatting an External Drive:
Using Terminal to Manage External Drives:
Listing Drives:
diskutil list
This command lists all connected drives and their partitions.
Erasing a Drive:
diskutil eraseDisk HFS+ ExternalDriveName /dev/disk2
Replace "HFS+" with your desired format and "/dev/disk2" with the identifier of your external drive.
Mounting and Unmounting Drives:
diskutil unmountDisk /dev/disk2
diskutil mountDisk /dev/disk2
These commands unmount and mount the drive, respectively.
Backing Up Data Using Time Machine:
Encrypting an External Drive: