Results 1 to 3 of 3

Thread: fsck continually fails on boot - (unexpected inconstancy)

  1. #1
    Join Date
    Apr 2007
    Beans
    18

    fsck continually fails on boot - (unexpected inconstancy)

    I continually get fsck failure messages on boot. I select option to fix where it claims to fix multiple orphaned nodes.
    Within a reboot or so the message returns.


    Code:
    fsck from util-linux 2.20.1
    rpcbind: Cannot open '/run/rpcbind/rpcbind.xdr' file for reading, errno2 (No such file or directory)
    rpcbind: Cannot open '/run/rpcbind/portmap.xdr' file for reading, errno2 (No such file or directory)
    /dev/sda5 contains a file system with errors, check forced.
    /dev/sda5: Inodes thatwere part of a corrupt orphan linked list found.
    
    /dev/sda5: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
            (i.e., without -a or -p options)
    mountall: fsck [300] terminated with status 4
    mountall Filesystem has errors: /
    Checking disk drives for errors. This may take several minutes.
    keys:Press C to cancel all checks in progress
    
    keys:
    Errors were found while checking the disk drive for /.
    keys:Press F to attempt to fix the errors, I to Ignore, S to skip monting, or M for manual recovery
    so sda5 is my root partition. I don't think the rpcbind errors are related, they existed before and I have read that they are common and to be ignored.

    I recently upgraded from 12.04 to 12.10. I think the message started at this time, but can't be sure its related.

    Running Ubuntu 12.10 on ASUS zenbook ux31 with SSD partitioned between Win7 and ubuntu. Win7 appears to be fine so I don't think the disk is failing.

    Any idea what this could be caused by and how to remedy the situation would be great

    Thanks.

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: fsck continually fails on boot - (unexpected inconstancy)

    Reboot and select recovery mode from the grub menu. Choose the root shell option when it is offered.

    Now run this from the # prompt:

    Code:
    mount -o remount,rw -n /
    fsck /dev/sda5
    Say yes when prompted. When it's done, reboot. Note that there is no space in the parameter "remount,rw".
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  3. #3
    Join Date
    Apr 2007
    Beans
    18

    Re: fsck continually fails on boot - (unexpected inconstancy)

    Thanks for the reply. No luck there though. It refused to run fsck after that re-mount.

    I have been looking at the output of running fsck in manual recovery. It looks like the list of inodes which are fixed are almost identical each time.

    I'm attaching photos showing the output from fsck from two consecutive failed boot attempts. The names show date stamps to give the order if that helps.

    Does this help anyone out there identify what's going wrong?

    Thans

    Paul
    Attached Images Attached Images

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •