Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: embedded DVB box?!




On Wed, 22 Aug 2001 16:40:10 +0200 you wrote:

>what's about running the whole system in RAM-disk by making a filesystem in 
>RAM  using initrd on startup and mounting the HDD on demand?
>RAM is lots of cheaper than flash-ram at the moment.

In all of these situations, you'll probably want to
use a filesystem in RAM.  When I boot off the network
or from a flash disk, I load a compressed filesystem
into RAM and then use it from there.  Chances are you
will need to have a mountable filesystem on the flash
disk also, but it will be minimal and only contain
those things you need to boot and stuff you save 
locally between sessions.

You're right about spinning up the HDD on demand.  If
you have most everything that changes in RAM, you can
avoid the HDD spin until you really need it.  (I plan
to not have HDDs in my set-top boxes.)  I've tried
and tried to eliminate drive spinup on my laptops,
and it's a real pain.

With 1GB of RAM sometimes selling for ~$30 (Dell),
there is little need for an appliance like a DVB box
to run from an HDD.

--kyler


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index