16.04 - UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY - Ask Ubuntu
/dev/sda7 contains file system errors, check forced. inodes part of corrupted orphan linked list found. /dev/sda7: unexpected inconsistency; run fsck manually. (i.e., without -a or -p options) fsck exited status code 4 root filesystem on /dev/sda7 requires manual fsck busybox v1.22.1 (ubuntu 1:1.22.0-15ubuntu1) built in shell (ash) enter 'help' list of built-in commands. (initramfs) _
please help
try this:
you have use live-dvd/usb.
you boot live-dvd/usb pc.
and run fsck terminal:
sudo -i umount /dev/sda7 fsck /dev/sda7 -y
Comments
Post a Comment