Careful with your addressing, please.

--
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.."

---------- Forwarded message ----------
Date: Tue, 26 Jun 2001 08:22:07 +0200
From: Walter Berthold <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Compact Flash experiences?

Samuel Ip wrote:
> ... From what I understand, Compact Flash only has
> a certain amount of writes before it dies out on you.  Is this number of
> writes so much that it is negligeble? Or is it of a concern that I need to
> work my system around so that it barely writes to disk?  Any experiences
> shared would be greatly appreciated.

The Flash has an internal mechanism to minimalize write cycles. So it is
hard to calculate the total life time in a running Linux system.
What I did to avoid too many write accesses is:

Create a RAM disk of about 4M size and mount it on /var. Then copy a
template
of the var directory structure from any place you stored it on the flash
to
the empty /var because Linux needs some files to exist there. After that
all system logging, printer spooling, process lock files etc. go to the
RAM disk and disappear after switching off.

Mount the any flash file system with the option noatime. This avoids
to write the file acces time to disk when the file was only read
accessed.

Walter Berthold
Rohmann GmbH
Frankenthal


--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to