• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

Direct write to Floppy disk from minivmac

AndiS

6502
Hi!

Maybe this is old news for everyone, but I just discovered how to directly access a floppy disk from minivmac without any of the usual detours using disk images and the like.

Using an external USB Floppy Drive, it is possible to directly drag and drop the /dev/sd* device file on the minivmac window to mount it from within the emulation! If write support is needed, the device file has to have write access from the user too!

In short:

- Figure out what is the device file for the USB Diskette drive. - Mine was /dev/sdc

- sudo chmod 777 /dev/sdc - to enable write access to the device for anyone (good idea to reset permissions after you're done)

- Drag the /dev/sdc device on the minivmac window

- Profit!

This is actually quite convenient, even tough I have some older networked Macs that I could use for data transfer. But this way I can do it directly from my day-to-day working machine.

1.png

2.png

 
I forgot to add - I'd like to hear if this is also somehow possible from modern OS X? I have no hope for Windows tough ;)

 
I forgot to add - I'd like to hear if this is also somehow possible from modern OS X? I have no hope for Windows tough ;)
I have definitely done this before using Basilisk II on a Mac. I am not sure whether or not Mini vMac can do it though.

In Basilisk II, you can manually enter a path into the filesystem. Mini vMac usually just uses dragging. I don't think there is a way to access the /dev/ directory on a Mac without terminal, which would make dragging difficult. With that being said, there might be a good chance that you could specify the floppy drive location as a startup parameter when launching Mini vMac through terminal.

 
I don't think there is a way to access the /dev/ directory on a Mac without terminal,
Well, you should be able to use "Go to" from the Finder. I'm not too experienced with current OS X tough, and there have been some changes about where the filesystem is mounted when the machine is running, so /dev/ might or might not be the correct place.

Regarding Commandline arguments to specify the Floppy location. I just checked with the minivmac documentation, and yes this is true. Of course when you eject a disk and want to insert another one, you still have to drag it into the window somehow.

 
I'd assume it'd work the same; use 'diskutil' to work out which device node to use and drag it in from the Finder.
Nice to hear. Just make sure the device node is writable of course.

I think it should be obvious by now, but I somehow edited out the fact that I did this under Linux in the first post. Now I can't find where to edit that post, so here you have it ;-)

 
Back
Top