Results 1 to 8 of 8

Thread: How to disable routine check of drives?

  1. #1
    Join Date
    Sep 2007
    Location
    Riga, Latvia
    Beans
    324
    Distro
    Xubuntu 9.10 Karmic Koala

    How to disable routine check of drives?

    There is no necessity for me to do it, and is there a way to disable it? I would appreciate if someone could help me...

  2. #2
    Join Date
    Jul 2008
    Beans
    1

    Re: How to disable routine check of drives?

    from a command line:
    sudo tune2fs -c 0 /dev/sda1
    will disable the drive check for /dev/sda1; replace sda1 with each drive you have.

  3. #3
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: How to disable routine check of drives?

    I would not disable this function. But instead say set it at 60 or so boots.

  4. #4
    Join Date
    May 2007
    Location
    Bolton, UK
    Beans
    668
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: How to disable routine check of drives?

    I agree with philinux. The check is there for a reason, not to annoy you. If you disable it then you put your files and data at risk.

  5. #5
    Join Date
    Sep 2007
    Location
    Riga, Latvia
    Beans
    324
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: How to disable routine check of drives?

    Thank you very much! I know that it might actually be useful; I don't care about the data loss on my computer, that's all

  6. #6
    Join Date
    Jul 2007
    Beans
    27

    Re: How to disable routine check of drives?

    Is it possible to make it check disks after boot has completed (e.g, after user sees login prompt)?

  7. #7
    Join Date
    Oct 2008
    Beans
    208
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to disable routine check of drives?

    Quote Originally Posted by CONCORAN View Post
    Is it possible to make it check disks after boot has completed (e.g, after user sees login prompt)?
    I don't think it is, as the disk checker needs access to the entire filesystem, so it has to run before everything is mounted.
    Ubuntu isn't perfect, but neither are we.
    "Life is a dangerous activity. One hundred percent of participants end up dead."
    Symlinks to hard links | Ultimate Minecraft

  8. #8
    Join Date
    Nov 2007
    Location
    Okieville, USA
    Beans
    3,178
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to disable routine check of drives?

    In Jaunty, the time for the check is minimal and beats trying to remember to run scandisk in Windows.
    MCP, A+/Linux+ Certified IT Technician
    System Specs | Dress up your "Super Button" FREE
    "If sometimes you can't be good, then be VERY good at being naughty!"

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
  •