Results 1 to 5 of 5

Thread: disc checks

  1. #1
    Join Date
    May 2006
    Location
    Hampshire, UK
    Beans
    Hidden!
    Distro
    Lubuntu 12.04 Precise Pangolin

    disc checks

    In previous releases of Ubuntu, I used to get an automatic disc check running every 30 times I logged into Ubuntu. This isn't happening now. Can anyone tell me why, please.

  2. #2
    Join Date
    Feb 2009
    Location
    Hull, England
    Beans
    Hidden!
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: disc checks

    This isn't happening for me either, but you can run:
    Code:
    sudo touch /forcefsck
    and reboot, & a file system check will run.

  3. #3
    Join Date
    May 2006
    Location
    Hampshire, UK
    Beans
    Hidden!
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: disc checks

    Thank you cottfcfan! Will try this.

  4. #4
    Join Date
    May 2006
    Location
    Hampshire, UK
    Beans
    Hidden!
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: disc checks

    It worked. for you, sweetie.

  5. #5
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: disc checks

    You could also set your own required check interval using tune2fs with command
    Code:
    sudo tune2fs -c 30 /dev/sdx#
    I have mine set for every 70 mounts and have done for many years now without a problem.

    I have no idea why the regular check has been removed from the system; I have no doubt someone else will know why.

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
  •