Instead, try:
-o rw sets the disk to be read/write
-o ro sets the disk to be read only
Code:
$ sudo mount -o rw -t hfs ./hfs24M.DSK /mnt/mac -o loop
-o ro sets the disk to be read only