Stavo usando il mio computer portatile Ubuntu 2015.04 (con utente home con crittografia ecryptfs) normalmente quando improvvisamente, il disco rigido è diventato di sola lettura.
Ho riavviato e ora è bloccato su questo:
[ 0.703206] ACPI PCC probe failed.
starting version 219
error: /dev/sdb: No medium found
error: /dev/sdb: No medium found
Welcome to emergency mode! After logging in, type "journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default or ^D to
try again to boot into default mode.
root@nico:~#
Parte interessante dei registri di sistema:
-- Unit systemd-fsckd.service has begun starting up.
system-fsck[475]: /dev/sda1 contains a file system with errors, check forced.
kernel: ACPI warning: \_SB_.PCIO.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20141107/nsarguments-95)
kernel: ACPI warning: \_SB_.PCIO.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20141107/nsarguments-95)
kernel: thinkpad_acpi: EC reports that Thermal Table has changed
system-fsck[475]: /dev/sda1: Inodes that were part of a corrupted orphan linked list found.
system-fsck[475]: /dev/sda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
system-fsck[475]: (i.e., without -a or -p options)
system-fsck[475]: fsck failed with error code 4.
system-fsck[475]: Running request emergency.target/start/replace
systemd[1]: system-fsck-root.service: main process exited, code=exited, status=1/FAILURE
systemd[1]: Failed to start File System Check on Root Device
-- Subject: Unit system-fsck-root.service has failed
Non sono sicuro che si tratti di un ACPI o di un problema del disco. Ho provato ad aggiornare all'ultimo BIOS il mio Lenovo Thinkpad T520, ma non si avvia meglio.
Come risolvere questo problema o se il disco sta morendo come almeno esportare i dati dalla mia casa crittografata su un'unità esterna?
fsck /dev/sda1
e lascia che ti mostri interattivamente gli errori rilevati e scegli di correggerli. Passa una volta dicendo no per tutto il tempo per vedere quanti errori ci sono. Se sembrano essere solo per file senza importanza, come i file di registro, ripeti di nuovo dicendo sì. questo può comportare la perdita di file, quindi se è possibile copiare prima la partizione per dire un dispositivo USB, farlo prima.