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.
Make sure that the USB stick that you want to uninstall is unplugged.
Inicieu Disk Utility.
Al panell esquerre de la finestra apareix una llista de tots els dispositius d'emmagatzematge de l'ordinador.
Plug in the USB stick that you want to uninstall.
Apareix un dispositiu nou a la llista de dispositius d'emmagatzematge. Aquest nou dispositiu correspon al llapis USB que heu connectat. Feu-hi clic.
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.
Al diàleg de confirmació, feu clic al botó Esborra per confirmar.
Al diàleg Esborra, si voleu que el llapis USB també funcioni a Windows i Linux, especifiqueu:
- Format: MS-DOS (FAT)
- Esquema: Registre d'arrencada mestre
Feu clic a Esborra.
Si el procés d'esborrat falla, proveu a formatar el llapis USB mitjançant la línia d'ordres primer.
Formatting the USB stick using the command line
Desconnecteu el llapis USB de l'ordinador.
Open the Terminal utility from Applications ▸ Utilities.
Executeu l'ordre següent.
diskutil list
Retorna una llista dels dispositius d'emmagatzematge del sistema. Per exemple:
/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 disk0s4Plug in the USB stick that you want to uninstall.
Torneu a executar la mateixa ordre.
diskutil list
El vostre llapis USB apareix com a dispositiu nou a la llista. Comproveu que la seva mida correspongui a la mida del vostre llapis 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 disk1s1Preneu nota del nom del dispositiu del vostre llapis USB.
En aquest exemple, el llapis USB té 8,0 GB i el seu nom de dispositiu és /dev/disk1. El vostre pot ser diferent.
You might overwrite any hard disk on the computer.
If you are not sure about the device, stop proceeding.
Executeu l'ordre següent per expulsar el llapis USB de manera segura. Substituïu dispositiu amb el nom del dispositiu que heu trobat al pas 6.
diskutil unmountDisk dispositiu
Executeu l'ordre següent per formatar el llapis USB. Substituïu dispositiu pel nom del dispositiu que es troba al pas 6.
sudo fdisk -iy dispositiu
You can try to uninstall the USB stick again using Disk Utility from the beginning of this page.