How to write to a Mac OSX read-only filesystem?
- by marienbad
I have DMG I need to mount and write a file to. When I mount it, finder shows the root and all as read-only.
Then I discovered 'mount -w'. But when I run that, I get 'mount: unknown special file or file system.'
How can I mount this disk image as writable, or force a file into it?