Para desinstalar Tails de una memoria USB y usarla para otra cosa, la debes resetear.

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.

You might overwrite any hard disk on the computer.

If at some point you are not sure about which device to choose, stop proceeding.

  1. Asegúrate de que el dispositivo USB que quieres resetear está desconectado.

  2. Iniciar Disk Utility.

    A list of all the storage devices on the computer appears in the left pane of the window.

  3. Conecta el dispositivo USB que quieres reiniciar.

    A new device appears in the list of storage devices. This new device corresponds to the USB stick that you plugged in. Click on it.

  4. En la lista de dispositivos de almacenamiento, verifica que la memoria USB corresponde con la que deseas reiniciar, su marca, su tamaño, etc.

  5. Para reiniciar la memoria USB:

    a. If there is an Erase tab in the right pane, click on it and then click on the Erase button on the bottom right

    b. If there is an Erase button on the top middle, click on it.

  6. En el dialogo de confirmación, haz click en el botón Borrar para confirmar.

  7. In the Erase dialog, if you want the USB stick to also work on Windows and Linux, specify:

    • Format: MS-DOS (FAT)
    • Scheme: Master Boot Record
  8. Click Erase.

Si falla el borrado, intenta formatear la memoria USB usando la línea de comandos primero.

Resetting a USB stick using the command line

  1. Desconecta la memoria USB del ordenador.

  2. Open the Terminal utility from Applications ▸ Utilities.

  3. Execute the following command.

    diskutil list

    Devuelve una lista de los dispositivos de almacenamiento del sistema. Por ejemplo:

    /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
    
  4. Conecta el dispositivo USB que quieres reiniciar.

  5. Execute again the same command.

    diskutil list

    Tu memoria USB aparece como un nuevo dispositivo en la lista. Comprueba que su tamaño corresponda con el tamaño de tu memoria 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    disk1s1
    
  6. Take note of the device name of your USB stick.

    In this example, the USB stick is 8.0 GB and its device name is /dev/disk1. Yours might be different.

Si no estás seguro del nombre del dispositivo deberías parar ahora o te arriesgas a sobrescribir cualquier otro disco duro del sistema.

  1. Execute the following command to safely eject the USB stick. Replace device with the device name found in step 6.

    diskutil unmountDisk dispositivo

  2. Ejecuta el siguiente comando para formatear la memoria USB. Reemplaza dispositivo con el nombre del dispositivo encontrado en el paso 6.

    sudo fdisk -iy dispositivo

  3. Puedes probar de reiniciar la memoria USB de nuevo usando Disk Utility desde el inicio de esta pagina.