Re: PATCH: Shutdown IDE before powering off.

From: James H. Cloos Jr. (cloos_at_jhcloos.com)
Date: 01/22/04

  • Next message: Adrian Bunk: "Re: [PATCH][RFC] invalid ELF binaries can execute - better sanitychecking"
    To: linux-kernel@vger.kernel.org
    Date:	Thu, 22 Jan 2004 14:19:58 -0500
    
    

    >>>>> "John" == John Bradford <john@grabjohn.com> writes:

    >> This spins down the disk(s) when you're just doing do a reboot.
    >> That's fairly irritating and could affect reboot times if one has
    >> many disks.

    John> I think it is an attempt to force some broken drives to flush
    John> their cache, but I wonder whether it will simply move the
    John> problem from one set of broken drives to another :-).

    It will. I've had to work with a few drives or drive combos over
    the years that would not spin up reliably. It was vital to keep
    them spinning once they were (all) up. Adding this would make
    reboot unnecessarily unuseable in such cases. Perhaps just
    flush, pause, flush would work as well?

    Or even the logical equivilent to sync;sync;sync;reboot?

    -JimC

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Adrian Bunk: "Re: [PATCH][RFC] invalid ELF binaries can execute - better sanitychecking"