Often during a situation like this, you would like to edit a file (such as /etc/fstab) to fix or work around the problem. But with root mounted read-only, you are SOL (simply out of luck), without the following trick. The trick is as follows:
mount -o remount,rw /This remounts the root filesystem read/write and you can do what you need to do. Voila!
Adventures in Computing / tom@mmto.org