Hi,

Sukrit typed:
> Sages of the electronic world,
> I have come to thee for words of wisdom,
> Electricity fails this poor soul,
> And causes many a bad shutdown.
> If only there was something I could do,
> Stop OS from being driven insane.

:-)

I put sync as a cron job to avoid losing data. Make a file (say
crontab) in your home directory containing the following:

MAILTO=""
* * * * * /bin/sync

I think a blank MAILTO is required so that it doesn't send you the
output of sync every time (I'm not sure). Then ``install'' it with the
command - `crontab crontab'. So now, that it flushes the changes to
disk every minute, your problems will reduce dramatically. (Since I
did this, I have never got the prompt telling me to run fsck
manually!) 

-- 
Mrinal Kalakrishnan <[EMAIL PROTECTED]> (PGP:B1E86F5B) http://listen.to/mrinal
- - - - = ( Redhat Linux 6.1 ) = - - - - = ( Kernel 2.2.12-20 ) = - - - -
Intel engineering seem to have misheard Intel marketing strategy. The phrase
was "Divide and conquer" not "Divide and cock up"
(By [EMAIL PROTECTED], Alan Cox)

-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to