Results 1 to 10 of 10

Thread: /dev/cciss/c0d1p1 will be checked for errors at next reboot

  1. #1
    Join Date
    Apr 2012
    Beans
    76
    Distro
    Ubuntu 14.04 Trusty Tahr

    /dev/cciss/c0d1p1 will be checked for errors at next reboot

    Hello,

    Please help me with a command force a disk check on the next restart on Ubuntu Server 12.04.

    When I ssh into the server, I get the "*** /dev/cciss/c0d1p1 will be checked for errors at next reboot ***" displayed in MOTD.

    I then ran the following:
    Code:
    sudo dumpe2fs /
    only to realize that the server will automatically check the disk every 6 months as displayed below:

    Code:
    Last checked:             Thu Jan 26 20:58:30 2012
    Check interval:           15552000 (6 months)
    Next check after:         Tue Jul 24 21:58:30 2012
    Please help me with the command to run to manually check the disks on the next restart without changing that 6 month cycle. I got this "*** /dev/cciss/c0d1p1 will be checked for errors at next reboot ***" after upgrading to 12.04, so I would like to schedule the disk check as soon as yesterday.

    Thanks,

    AnonymousChief

  2. #2
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  3. #3
    Join Date
    Apr 2012
    Beans
    76
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    [QUOTE=CharlesA;11915255]
    Code:
    sudo shutdown -rF now
    I ran that command, but that message is still showing up in MOTD. Unfortunately I cannot see the boot cos the server has no monitor or keyboard connected to it. Is there a log file where I can tell if the disk check ran?

    Thanks,

    AnonymousChief

  4. #4
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    Is it your boot drive? If it's not, unmount it and runs fsck on it manually.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  5. #5
    Join Date
    Apr 2012
    Beans
    76
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    Quote Originally Posted by CharlesA View Post
    Is it your boot drive? If it's not, unmount it and runs fsck on it manually.
    I checked the contents of /dev/cciss. It is the 5th partition (I don't know if this helps):

    c0d0 c0d0p1 c0d0p2 c0d0p5 c0d1 c0d1p1

    Code:
    drwxr-xr-x  2 root root     160 May  7 15:17 ./
    drwxr-xr-x 16 root root    4060 May  7 15:17 ../
    brw-rw----  1 root disk 104,  0 May  7 15:17 c0d0
    brw-rw----  1 root disk 104,  1 May  7 15:17 c0d0p1
    brw-rw----  1 root disk 104,  2 May  7 15:17 c0d0p2
    brw-rw----  1 root disk 104,  5 May  7 15:17 c0d0p5
    brw-rw----  1 root disk 104, 16 May  7 15:17 c0d1
    brw-rw----  1 root disk 104, 17 May  7 15:17 c0d1p1
    It is located on my primary drive /, I guess (I am still unsure about when to use either "drive" or "partition" references in my tech lingo).

    My system has two drives in raid, one is / and the other is mounted as /data

    Thanks,

    AnonymousChief

  6. #6
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    Oh, raid array?

    http://cciss.sourceforge.net/

    Does running this:

    Code:
    sudo touch /forcefsck && sudo reboot
    Cause it to be checked?
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  7. #7
    Join Date
    Apr 2012
    Beans
    76
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    Quote Originally Posted by CharlesA View Post
    Oh, raid array?

    http://cciss.sourceforge.net/

    Does running this:

    Code:
    sudo touch /forcefsck && sudo reboot
    Cause it to be checked?
    I ran the command you suggested, the message is still showing up in MOTD. The forcefsck file is still in the root:

    *** /dev/cciss/c0d1p1 will be checked for errors at next reboot ***

    Is there a log file I can check to see if disk check actually ran, or the existence of the forcefsck means that it did not run?

    Thanks,

    AnonymousChief

  8. #8
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    It did not run. Try the livecd approach and see what happens.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  9. #9
    Join Date
    Jul 2006
    Beans
    38

    Thumbs up Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    Thread marked as [SOLVED] with no obvious solution.

    The answer provided here worked for me...

    http://askubuntu.com/questions/16318...nto-cli-server

  10. #10
    Join Date
    Feb 2008
    Beans
    6

    Re: /dev/cciss/c0d1p1 will be checked for errors at next reboot

    This problem is caused often caused by /var/lib/update-notifier/fsck-at-reboot (which contains the message) having a future timestamp and never getting regenerated.

    You can remove that file and reboot.

    Here is the command line that fixes the problem without rebooting by regenerating motd immediately through the update-motd system.

    sudo rm /sudo bash -c 'rm /var/lib/update-notifier/fsck-at-reboot && for file in /etc/update-motd.d/*; do $file; done > /var/run/motd' && cat /etc/motd

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
  •