Per disinstallare Tails da una chiavetta USB e usarla per qualcos'altro, devi inizializzarla.

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. Assicurati che la chiavetta USB che vuoi inizializzare sia disinserita.

  2. Avvia l'Utilità disco.

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

  3. Inserisci la chiavetta USB che vuoi formattare.

    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. Nella lista dei dispositivi di archiviazione, verifica che il dispositivo corrisponda alla chiavetta USB che vuoi inizializzare, la sua marca, la sua dimensione, ecc.

  5. Per inizializzare la chiavetta 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. Nella finestra di conferma, cliccasul tasto Cancella per confermare.

  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.

Se il processo di cancellazione fallisce, prova prima a formattare la chiavetta USB usando la riga di comando.

Resetting a USB stick using the command line

  1. Disinserisci la chiavetta USB dal computer.

  2. Open the Terminal utility from Applications ▸ Utilities.

  3. Execute the following command.

    diskutil list

    Restituisce un elenco dei dispositivi di archiviazione sul sistema. Ad esempio:

    /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. Inserisci la chiavetta USB che vuoi formattare.

  5. Execute again the same command.

    diskutil list

    La tua chiavetta USB appare come un nuovo dispositivo nella lista. Controlla che la sua dimensione corrisponda a quella della tua chiavetta 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.

    Se non sei sicura del nome del dispositivo, dovresti interrompere la procedura o rischi di sovrascrivere qualsiasi disco fisso del sistema.

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

    diskutil unmountDisk dispositivo

  8. Esegui il comando seguente per formattare la chiavetta USB. Sostituisci dispositivo con il nome di dispositivo trovato al passaggio 6.

    sudo fdisk -iy dispositivo

  9. Puoi provare di nuovo a inizializzare la chiavetta USB con l'Utilità disco tornando all'inizio di questa pagina.