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.
Starten Sie das Festplattendienstprogramm.
Eine Liste aller Speichermedien des Computers erscheint im linken Bereich des Fensters.
Plug in the USB stick that you want to uninstall.
Ein neues Medium erscheint in der Liste der Speichermedien. Dieses Medium entspricht dem USB-Stick, den Sie angeschlossen haben. Wählen Sie ihn aus.
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.
Wählen Sie im Bestätigungs-Dialogfenster die Schaltfläche Löschen aus, um zu bestätigen.
Im Löschen-Dialog, wenn Sie möchten, dass der USB-Stick auch unter Windows und Linux funktioniert, geben Sie Folgendes an:
- Format: MS-DOS (FAT)
- Scheme: Master Boot Record
Klicken Sie auf Löschen.
Wenn der Löschvorgang fehlschlägt, versuchen Sie zuerst den USB-Stick über die Befehlszeile zu formatieren.
Formatting the USB stick using the command line
Ziehen Sie den USB-Stick vom Computer ab.
Open the Terminal utility from Applications ▸ Utilities.
Führen Sie den folgenden Befehl aus.
diskutil list
Es wird eine Liste der Speichermedien des Systems ausgegeben. Zum Beispiel:
/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.
Führen Sie den Befehl erneut aus.
diskutil list
Ihr USB-Stick erscheint als neues Speichermedium in der Liste. Stellen Sie sicher, dass die Größe der Speicherkapazität Ihres USB-Sticks entspricht.
/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 disk1s1Notieren Sie sich den Gerätenamen Ihres USB-Sticks.
In diesem Beispiel hat der USB-Stick eine Größe von 8,0 GB und sein Gerätename ist /dev/disk1. Ihr Gerätename könnte anders sein.
You might overwrite any hard disk on the computer.
If you are not sure about the device, stop proceeding.
Führen Sie den folgenden Befehl aus, um den USB-Stick sicher auszuwerfen. Ersetzen Sie device durch den Gerätenamen, der in Schritt 6 gefunden wurde.
diskutil unmountDisk device
Führen Sie den folgenden Befehl aus, um den USB-Stick zu formatieren. Ersetzen Sie device durch den Gerätenamen, der in Schritt 6 gefunden wurde.
sudo fdisk -iy device
You can try to uninstall the USB stick again using Disk Utility from the beginning of this page.