writing data onto a linux live-dvd
Posted
by stanleyxu2005
on Server Fault
See other posts from Server Fault
or by stanleyxu2005
Published on 2010-06-08T20:24:40Z
Indexed on
2010/06/08
20:32 UTC
Read the original article
Hit count: 269
I have a server machine with a dvd-writer. I want to burn a linux live-dvd (openSUSE is preferred) with a pre-configured web server, so that after booting the web server should be ready to serve.
The web server has a sqlite database (with very less data). But after rebooting the system, all data in the database will get lost. Is it possible to store all necessary data onto this live-dvd as well?
If it were a usb drive. I would create two partition and mount the second partition with read-write permission. But I have no idea how to create two partition onto a dvd
Any hint is appreciated
© Server Fault or respective owner