persistent + copy2ram
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
persistent + copy2ram
If I use both 'changes=/porteus' and 'copy2ram' in boot line, will changes be copied to ram too, or just the base+modules?
- Ed_P
- Contributor
- Posts: 8087
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: persistent + copy2ram
I'm reasonable certain both are copied to ram. Easy enough to test it out.mt12345 wrote:If I use both 'changes=/porteus' and 'copy2ram' in boot line, will changes be copied to ram too, or just the base+modules?

Ed
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: persistent + copy2ram
but the changes survive after reboot so ram and hard drive are in sync?
- fanthom
- Moderator Team
- Posts: 5628
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: persistent + copy2ram
nope - changes are not copied to RAM.
with 'changes=EXIT:' cheatcode changes are buffered in RAM till the shutdown and then dumped on the hd. during next session old changes are read from hd and new ones are still buffered in RAM till the shutdown. 'changes=EXIT:' prevents unnecessary writes on hd/usb but reading goes as normal.
with 'changes=EXIT:' cheatcode changes are buffered in RAM till the shutdown and then dumped on the hd. during next session old changes are read from hd and new ones are still buffered in RAM till the shutdown. 'changes=EXIT:' prevents unnecessary writes on hd/usb but reading goes as normal.
Please add [Solved] to your thread title if the solution was found.
-
- Black ninja
- Posts: 66
- Joined: 29 Jun 2014, 23:36
- Distribution: Porteus RazorQT 32bit
- Location: Europe
Re: persistent + copy2ram
(studying cheatcodes.txt)
So if I want to run everything in ram I need to convert changes into modules.
Then only /home will be read from hard drive.
Thanks!
So if I want to run everything in ram I need to convert changes into modules.
Then only /home will be read from hard drive.
Thanks!