Y
Hacker News
new
|
ask
|
show
|
jobs
by
metadat
775 days ago
But will the disk image be fully stored in memory? No.. not with loopback. Either that, or it won't be mutable in memory with commit on unmount.
1 comments
generalizations
775 days ago
Put the disk image inside a ramdisk and it's in memory. Write a script for saving to physical disk when dismounting, and you're done.
link