Skip to main content
Home Forums 68kMLA Filesystem Read-Only — #1
Post #1 by nathanpc
Source Forum68kMLA
Category68k
Post DateThu, 29 Oct 2009 - 15:19
Original URLhttps://68kmla.org/bb/threads/filesystem-read-only.18895/
Post
Hello,

I'm emulating a Mac Plus in my Linux machine, but I'm using the same image in another emulator that is emulating a Mac IIci, the thing is that when I'm trying to mount my hfs24M.DSK using this command:

Code:
$ sudo mount  -o ro -t hfs ./hfs24M.DSK /mnt/mac -o loop
I'm getting an error when trying to copy something for it:

Code:
$ sudo cp stuffit.bin /mnt/mac
cp: cannot create regular file `/mnt/mac/stuffit.bin': Read-only file system
What is wrong?

Thanks,

Nathan Paulino Campos

mp.ls