How would I create a RAMDisk on OS X for a read-only filesystem, so that any attempted writes to the drive (which is read-only) are directed to the RAMDisk instead?
feedback
|
|
You may want a UnionFS mount... I'm not sure exactly how you'd do this, most likely you'd create a RAM disk, put a DMG file on that, and then mount the DMG with | |||||||
feedback
|
|
There are quite a few articles that explain how you can create a RAM disk:
The part about the redirection is a bit trickier, I'm not sure how you can do it. | |||
feedback
|
|
This line is a keeper... it may not be exactly what the OP was looking for, but it will surely make someone happy. And there's a lot you can learn for it too.
| |||||||
feedback
|