ClsHack:Computer Security Blog    

UBUNTU 9.10 e derivati: Correggere gli errori nel FileSystem


Non molto tempo fa, avevo parlato, di come cambiare la frequenza del controllo al filesystem di ubuntu e derivati qui:

Cambiare la frequenza di controllo al filesystem su Ubuntu 9.10 e derivati
Beh, oggi accendendo il pc, mi è comparsa questa, non molto rassicurante scritta:

An automatic file system check (fsck) of the root filesystem failed.
A manual fsck must be performed, then the system restarted.
The fsck should be performed in maintenance mode with the
root filesystem mounted in read-only mode.



The root filesystem is currently mounted in read-only mode.
A maintenance shell will now be started.
After performing system mainteance, press CONTROL-D
to terminate the maintenance shell and restart the system.
Give root password for maintenance
(or type Control-D to continue):

Tale scritta, non sarebbe comparsa se avessi lasciato la frequenza di controllo impostata a default , ma vabbè capita, vediamo come risolvere :D

Avviamo il pc tramite una livecd :D ad esempio quella di ubuntu ;)
Oppure con la vostra personalizzata :D
([GUIDA]Creare una distro UBUNTU personalizzata)

Una volta avviata, digitiamo:
sudo fdisk -l
che mi restituisce un input simile a questo:

Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 16148 129708778+ 7 HPFS/NTFS
/dev/sda2 16149 19457 26579542+ 5 Esteso
/dev/sda5 16149 19314 25430863+ 83 Linux
/dev/sda6 19315 19457 1148616 82 Linux swap / Solaris

Nel mio caso la mia partizione di Ubuntu è /dev/sdb5.

La partizione Ubuntu, si riconosce perchè a destra viene scritto: Linux.

Ora, digitiamo:
sudo fsck /dev/sdb5
Al posto di:/dev/sdb5, va inserita la vostra partizione linux :D

Ora, riavviate il pc e godetevi UBUNTU :D

naturalmente, questa operazione è possibile farla anche senza livecd, ma è più sicuro utilizzando quest’ultima :D

Related posts:

  1. Cambiare la frequenza di controllo al filesystem su Ubuntu 9.10 e derivati
  2. Installare Ubuntu e derivati in PersistentMode su USB con UnetBootIn
  3. Ottimizzare la navigazione/rete su UBUNTU 9.10 e derivati
  4. Velocizza il tuo UBUNTU sfruttando la RAM
  5. Boot-Up Manager : MsConfig su UBUNTU 9.10 e derivati =)

This entry was posted on Tuesday, December 29th, 2009 at 6:37 pm and is filed under Articles on GNU/Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Tagged with: