- doc
- persistent storage
- Recuperar dades de l'Emmagatzematge Persistent quan Tails no s'inicia
Si el vostre Tails es trenca, per exemple, si ja no s'inicia, seguiu aquestes instruccions recuperar dades del vostre Emmagatzematge Persistent.
If instead, your Tails USB stick does start but the Persistent Storage fails to unlock, refer to our instructions on recovering data from the Persistent Storage when it has file system errors.
Recomanem mantenir una còpia de seguretat del vostre Emmagatzematge Persistent. Per aprendre a crear una còpia de seguretat del vostre Emmagatzematge Persistent, consulteu les nostres instruccions sobre com fer una còpia de seguretat del vostre Emmagatzematge Persistent a un altre llapis USB de Tails.
We are presenting here 3 recovery techniques that work in different cases. We recommend that you try the 3 techniques one after the other.
-
Doing a manual upgrade of your broken Tails might allow you to start your USB stick again and use your Persistent Storage like before.
Unlocking from another Tails and copying using
rsync
If doing a manual upgrade doesn't work, you might be able to unlock your Persistent Storage from another Tails USB stick and copy its content using
rsync
on the command line.Recovering from a partition image using forensics tools
If unlocking your Persistent Storage from another Tails USB stick fails, you might be able to recover some or most of your data from a partition image using advanced forensics tools.
Doing a manual upgrade
Doing a manual upgrade of your broken Tails might allow you to start your USB stick again and use your Persistent Storage like before.
Refer to our instructions on how to do a manual upgrade, either:
Unlocking from another Tails and copying using rsync
If doing a manual upgrade doesn't work, you might be able to unlock your
Persistent Storage from another Tails USB stick and copy its content using
rsync
on the command line.
Instal·leu Tails en un nou llapis USB en el que voleu recuperar el vostre Emmagatzematge Persistent. Assegureu-vos que aquest nou llapis USB sigui almenys tan gran com el llapis USB que conté el vostre Tails trencat.
En iniciar Tails, configureu una contrasenya d'administració.
Tanqueu la configuració de l'Emmagatzematge Persistent després de la creació, quan es mostri la llista de funcions.
El procés que es descriu a continuació sobreescriu el contingut i la configuració del nou Emmagatzematge Persistent. Per tant, no importa quines funcionalitats activeu després de crear l'Emmagatzematge Persistent.
Assegureu-vos que totes les aplicacions estiguin tancades abans de continuar amb aquestes instruccions. En cas contrari, és possible que l'Emmagatzematge Persistent no es recuperi correctament del vostre Tails trencat.
Trieu Aplicacions ▸ Accessoris ▸ Fitxers per obrir el navegador de Fitxers.
Connecteu el llapis USB que té el vostre Tails trencat.
Si es reconeix l'Emmagatzematge Persistent del vostre Tails trencat, apareix un nou volum encriptat a la barra lateral del navegador de Fitxers. Cliqueu-hi i introduïu-hi la contrasenya del vostre Tails trencat per desbloquejar el volum.
L'Emmagatzematge Persistent del vostre Tails trencat apareix com a TailsData.
If no encrypted volume appears, try recovering from a partition image using forensics tools.
Trieu
per obrir un terminal amb drets d'administració.Executeu l'ordre següent per recuperar l'Emmagatzematge Persistent del vostre Tails trencat al vostre nou Tails:
rsync -PaSHAXv --del /media/amnesia/TailsData/ /live/persistence/TailsData_unlocked
Quan finalitza l'ordre, mostra un resum de les dades que s'han copiat. Per exemple:
sent 32.32M bytes received 1.69K bytes 21.55M bytes/sec total size is 32.30M speedup is 1.00
Ara podeu expulsar el volum TailsData del navegador de Fitxers i desconnectar el llapis USB que conté el vostre Tails trencat.
També podeu explorar el contingut de l'Emmagatzematge Persistent al vostre Tails trencat des del navegador de Fitxers. Per fer-ho, executeu l'ordre següent des del Terminal d'administrador:
nautilus
Recovering from a partition image using forensics tools
If unlocking your Persistent Storage from another Tails USB stick fails, you might be able to recover some or most of your data from a partition image using advanced forensics tools.
We are not providing step-by-step instructions, but you can adapt our instructions on recovering data from the Persistent Storage when it has file system errors:
Start on your new Tails and save a partition image of the Persistent Storage of your broken Tails to an external hard disk.
Try the technique using the Disks utility first, then the technique using
ddrescue
if needed.After you create the partition image, try to recover your data.
Try the technique to copy the partition image to a new USB stick first, then the technique using Autopsy.