Re: Journaling: Surviving or allowing unclean shutdown?

Helge Hafting (helgehaf@idb.hist.no)
Thu, 04 Jan 2001 10:57:57 +0100


[...]
> > Being able to shut down by hitting the power switch is a little luxury
> > for which I've been willing to invest more than a year of my life to
> > attain. Clueless newbies don't know why it should be any other way, and
> > it's essential for embedded devices.
>
> Clueless newbies (and slightly less clueless less newbie) type people
> don't think that they should HAVE to. My two interests are coping with
> particularly pedantic people who don't want there computer to hastle them
> about what they should or shouldn't do, and slightly embedded systems
> (e.g. set top box/web browsery thing that you want to be able to turn off
> like a TV but it should still be able to have a writeable disc for config
> and stuff you download/cache etc).

Nothing wrong with a filesystem (or apps) that can handle being powered
down.
But I prefer to handle this kind of users with a power switch that
merely
acts as a "shutdown button" instead of actually killing power.
The os will then run the equivalent of "shutdown -h now"
You may not have this luxury on an ordinary pc, but you do if you design
embedded
devices. You will then be free to use existing GPL software that
not necessarily handle a power failure well.

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