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

Re: [debian-knoppix] loading data into ramdisk during startup



Hi Christoph,

On Thu, Sep 11, 2003 at 11:29:40 +0200, Christoph Bohm wrote:

> root@ttyp0[knoppix]# /etc/init.d/mysql start
> Starting MySQL database server: mysqldtouch: kann 
> »/var/lib/mysql/Knoppix.err« nicht berühren: Das Dateisystem ist nur lesbar
[...]
> So my question is: Is it possible (and if so how) to preload certain 
> files into the ramdisk during startup process?

This should do the trick:

rm -f /var/lib/mysql/mysql/*
cp -a /KNOPPIX/var/lib/mysql/mysql/* /var/lib/mysql/mysql

You may include the commands in knoppix.sh in the /KNOPPIX directory
on the CD (not the cloop).

bye,
  Chris
-- 
Christian Perle                                   perle@itm.tu-clausthal.de
Grunaer Str. 31                      http://www.itm.tu-clausthal.de/~perle/
01069 Dresden                   LinuxGuitarKitesBicyclesBeerPizzaRaytracing
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: