Hi there,
Does anyone boot a Fedora server or workstation in to RAM? I mean an installed system. Btw, I need to keep persistence data in specific directories.
Regards,
On 2/18/19 7:52 AM, Danishka Navin wrote:
Does anyone boot a Fedora server or workstation in to RAM? I mean an installed system. Btw, I need to keep persistence data in specific directories.
You need to provide more detail about what you're wanting to do. How is this different from a live boot?
On Mon, Feb 18, 2019 at 11:26 PM Samuel Sieb samuel@sieb.net wrote:
On 2/18/19 7:52 AM, Danishka Navin wrote:
Does anyone boot a Fedora server or workstation in to RAM? I mean an installed system. Btw, I need to keep persistence data in specific directories.
You need to provide more detail about what you're wanting to do. How is this different from a live boot?
its about running moodle on fedora where around 50 users connect via local network. it has higher disk writes compared to reads when user move from one page to another (it keep track of user actions in the db). either LiveUSB or LiveDVD smoothly working but installed USB won't work (gateway timeouts when we use installed USB).
My idea is to make the installed USB boot in away entire system load in to memory but I need to keep persistence data in /var/lib/mysql and /var/www/
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
My idea is to make the installed USB boot in away entire system load in to memory but I need to keep persistence data in /var/lib/mysql and /var/www/
Sounds like you want something similar to Pi builds:
https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi
May be a good spring board?
-- Fred
You probably just need to determine where the temp data is going and put a tmpfs mount in that location so it uses ram for the temporary files you don't need to keep.
Any static files that are only being read from the usb device on boot up will quickly get cached into ram assuming you have enough ram.
On Mon, Feb 18, 2019 at 12:46 PM fred roller fredroller66@gmail.com wrote:
My idea is to make the installed USB boot in away entire system load in to memory but I need to keep persistence data in /var/lib/mysql and /var/www/
Sounds like you want something similar to Pi builds:
https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi
May be a good spring board?
-- Fred _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org