Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="disk-repair" xml:lang="gl">
  <info>
    <link type="guide" xref="disk"/>


    <credit type="author">
      <name>Proxecto de documentación de GNOME</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>

    <revision pkgversion="3.25.90" date="2017-08-17" status="review"/>

    <desc>Comprobar se un sistema de ficheiros está danado e devolvelo a un estado estábel.</desc>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Fran Dieguez</mal:name>
      <mal:email>frandieguez@gnome.org</mal:email>
      <mal:years>2011-2018</mal:years>
    </mal:credit>
  </info>

<title>Reparar un sistema de ficheiros danado</title>

  <p>Filesystems can be corrupted due to unexpected power loss, system crashes
     and unsafe removal of the drive.
     After such an incident it is recommended to <em>repair</em> or at least
     <em>check</em> the filesystem to prevent future data loss.</p>
  <p>Sometimes a repair is required in order to mount or modify a filesystem.
     Even if a <em>check</em> does not report any damage the filesystem might
     still be marked as ‘dirty’ internally and require a repair.</p>

<steps>
  <title>Comprobar se un sistema de ficheiros está danado</title>
  <item>
    <p>Abra <app>Discos</app> desde a vista de <gui>Actividades</gui>.</p>
  </item>
  <item>
    <p>Select the disk containing the filesystem in question from the list of
       storage devices on the left. If there is more than one volume on the
       disk, select the volume which contains the filesystem.</p>
  </item>
  <item>
    <p>In the toolbar underneath the <gui>Volumes</gui> section, click the
    menu button. Then click <gui>Check Filesystem…</gui>.</p>
  </item>
  <item>
    <p>Dependendo de cantos datos se gardan no sistema de ficheiros unha comprobación pode levar unha boa miga. Confirme o inicio da acción no diálogo emerxente.</p>
   <p>The action will not modify the filesystem but will unmount it if needed.
      Be patient while the filesystem is checked.</p>
  </item>
  <item>
    <p>After completion you will be notified whether the filesystem is damaged.
       Note that in some cases even if the filesystem is undamaged it still
       may need to be repaired to reset an internal ‘dirty’ marker.</p>
  </item>
</steps>

<note style="warning">
 <title>Posíbel perda de datos na reparación</title>
  <p>If the filesystem structure is damaged it can affect the files stored
     in it. In some cases these files can not be brought into a valid form
     again and will be deleted or moved to a special directory. It is normally
     the <em>lost+found</em> folder in the top level directory of the filesystem
     where these recovered file parts can be found.</p>
  <p>If the data is too valuable to be lost during this process, you are
     advised to back it up by saving an image of the volume before
     repairing.</p>
  <p>This image can be then processed with forensic analysis tools like
     <app>sleuthkit</app> to further recover missing files and data parts
     which were not restored during the repair, and also previously removed
     files.</p>
</note>

<steps>
  <title>Arranxar un sistema de ficheiros</title>
  <item>
    <p>Abra <app>Discos</app> desde a vista de <gui>Actividades</gui>.</p>
  </item>
  <item>
    <p>Select the disk containing the filesystem in question from the list
       of storage devices on the left. If there is more than one volume on
       the disk, select the volume which contains the filesystem.</p>
  </item>
  <item>
    <p>Na barra de ferramentas debaixo da sección <gui>Volumes</gui>, prema o botón de menú. Logo prema <gui>Reparar sistema de ficheiros…</gui>.</p>
  </item>
  <item>
    <p>Dependendo de cantos datos se gardan no sistema de ficheiros unha reparación pode levar unha boa miga. Confirme o inicio da acción no diálogo emerxente.</p>
   <p>A acción desmontará o sistema de ficheiros se é preciso. A acción de reparación tentará levar ao sistema de ficheiros a un estado consistente e move ficheiros que foron danados a un cartafol especial. Sexa paciente mentres o sistema de ficheiros se repara.</p>
  </item>
  <item>
    <p>Despois do completado notificado se o sistema de ficheiros foi reparado con éxito. En caso de éxito poderá usalo de novo de forma normal.</p>
    <p>Se non se puido reparar o sistema de ficheiros, faga unha copia de seguranza gardando unha imaxe do volume para poder recuperar ficheiros importantes máis tarde. Isto pode facelo montando a imaxe en modo só lectura e usando ferramentas de análise forense como <app>sleuthkit</app>.</p>
    <p>Para usar o volume de novo debe <link xref="disk-format">formatalo</link> con un novo sistema de ficheiros. Perderanse todos os datos.</p>
  </item>
</steps>

</page>