Uninstalling Tails using macOS
To uninstall Tails from a USB stick, and use it for something else, you have to format it.
The content of the USB stick is lost in the operation, but an attacker might still be able to tell that Tails was installed on that USB stick using data recovery techniques.
Start on macOS.
Certifique-se de que o pen drive que você deseja desinstalar esteja desconectado.
Inicie o Utilitário de Disco.
Uma lista com todos os dispositivos de armazenamento conectados ao computador aparecerá no painel esquerdo da janela.
Conecte o pen drive que deseja desinstalar.
Um novo dispositivo aparecerá na lista de dispositivos de armazenamento. Este novo dispositivo corresponde ao pendrive USB que você acabou de conectar. Clique nele.
In the list of storage devices, verify that the device corresponds to the USB stick that you want to uninstall, its brand, its size, etc.
You might overwrite any hard disk on the computer.
If you are not sure about which device to choose, stop proceeding.
To reset the USB stick, select the Erase button in the top middle.
No dialogo de confirmação, clique no botão de Apagar para confirmar.
Na caixa de diálogo Apagar, se desejar que o pendrive também funcione no Windows e no Linux, especifique:
- Formato: MS-DOS (FAT)
- Esquema: Registro mestre de inicialização
Clique em Apagar.
Se o processo de apagamento falhar , tente formatar o pendrive USB usando linha de comando primeiro.
Formatting the USB stick using the command line
Desconecte o pendrive USB do computador.
Abra o utilitário Terminal em Aplicativos ▸ Utilitários.
Execute o seguinte comando.
diskutil list
Ele retorna uma lista dos dispositivos de armazenamento no sistema. Por exemplo:
/dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *500.1 GB disk0 1: EFI 209.7 MB disk0s1 2: Apple_HFS MacDrive 250.0 GB disk0s2 3: EFI 134.1 GB disk0s3 4: Microsoft Basic Data BOOTCAMP 115.5 GB disk0s4Conecte o pen drive que deseja desinstalar.
Execute novamente o mesmo comando.
diskutil list
O seu pendrive USB aparece como um novo dispositivo na lista. Confirme se o tamanho que aparece corresponde ao tamanho do seu pendrive USB.
/dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *500.1 GB disk0 1: EFI 209.7 MB disk0s1 2: Apple_HFS MacDrive 250.0 GB disk0s2 3: EFI 134.1 GB disk0s3 4: Microsoft Basic Data BOOTCAMP 115.5 GB disk0s4 /dev/disk1 #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *8.0 GB disk1 1: Apple_HFS Untitled 1 8.0 GB disk1s1Anote o nome do dispositivo do seu pendrive.
In this example, the USB stick is 8.0 GB and its device name is /dev/disk1. Yours might be different.
You might overwrite any hard disk on the computer.
If you are not sure about the device, stop proceeding.
Execute the following command to safely eject the USB stick. Replace device with the device name found in step 6.
diskutil unmountDisk dispositivo
Execute the following command to format the USB stick. Replace device with the device name found in step 6.
sudo fdisk -iy dispositivo
You can try to uninstall the USB stick again using Disk Utility from the beginning of this page.