В редких случаях для восстановления поврежденного Постоянного хранилища может понадобиться проверить файловую систему.

Разблокирование Постоянного хранилища

  1. When starting Tails, set up an administration password.

  2. Choose Applications ▸ Utilities ▸ Disks to open the Disks utility.

  3. В левой панели выберите устройство, соответствующее вашей флешке Tails.

  4. В правой панели щёлкните по разделу, помеченному как TailsData LUKS.

  5. Click on Unlock to unlock the Persistent Storage. Enter the passphrase of the Persistent Storage and click Unlock again.

  6. В диалоговом окне введите пароль администратора и нажмите Подтвердить.

  7. Нажмите на раздел Tails Data Ext4 под разделом Tailsdata LUKS.

  8. Identify the device name of your Persistent Storage. The device name appears below the list of volumes. It should look like /dev/mapper/luks-xxxxxxxx.

    Трижды щёлкните, чтобы выделить имя устройства. Нажмите Ctrl + C, чтобы скопировать его в буфер обмена.

Проверка файловой системы в терминале

  1. Choose Applications ▸ System Tools ▸ Root Terminal and enter your administration password to open a root terminal.

  2. In the terminal, execute the following command. Replace device with the device name found in step 8:

    fsck -y device

    To do so, you can type fsck -y  and press Shift+Ctrl+V to paste the device name from the clipboard.

  3. If the file system is free of errors, the last line from the output of fsck starts with TailsData: clean.

    If the file system has errors, fsck tries to fix them automatically. After it finishes, you can try executing the same command again to check if all errors are solved.