I would like to have a RAM drive, backed by file, when RAM drive content stored to file on dismount. something like
In above scenario drive C: used only during OSFMount.com -a and OSFMount.com -d
Ideally content would be synced on reboot too
Of course in case of BSOD or power loss RAM drive content would be lost, and if BSOD or power loss will happen during sync of RAM to file - file could be corrupted, that's expected.
Or maybe such functionality already exists and I just can't find it?
Code:
OSFMount.com -a -t vm -f C:\ram2.img -o sync -m D: copy C:\tempfile D:\ copy C:\permfile D:\ del D:\tempfile OSFMount.com -d -m D: OSFMount.com -a -t vm -f C:\ram2.img -o sync -m D: dir D:\ Directory of D:\ 24/11/2025 14:50 2 permfile
Ideally content would be synced on reboot too
Code:
OSFMount.com -a -t vm -f C:\ram2.img -o sync -m D: copy C:\permfile D:\ reboot OSFMount.com -a -t vm -f C:\ram2.img -o sync -m D: dir D:\ Directory of D:\ 24/11/2025 14:50 2 permfile
Or maybe such functionality already exists and I just can't find it?

?
Comment