Need help...create disk image with my own contents

Anything about Mac emulation that does not belong in the above categories.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
Macadave
Space Cadet
Posts: 2
Joined: Fri Sep 30, 2016 11:07 pm

Need help...create disk image with my own contents

Post by Macadave »

Hi!

I recently bought a Mac Classic off eBay and have been porting games and software to it.

My current method is to run Mini vMac emulating 7.5.3 on my MacBook. I next follow these instructions from this forum to create a blank disk image:

http://www.emaculation.com/forum/viewto ... mac+floppy

I load that on the vMac, copy files to it (which I download from other sites like macintoshgarden.org), write out the image to a USB floppy (again with the above instructions and 'dd'), and finally load it on the actual Mac Classic.

So now I also want to copy some .JPG files over (for use in a HyperCard stack). But I'm not sure how to create my own disk image with my own set of files on it. Could anyone help me out with some instructions? It would be great if I could do that with the hardware and software I already have (MacBook, Mini vMac, USB floppy, 'dd' command).

Best,
Dave
User avatar
24bit
Forum All-Star
Posts: 1424
Joined: Wed Nov 11, 2009 5:47 pm
Location: Germany

Re: Need help...create disk image with my own contents

Post by 24bit »

Were do you get stuck, Dave?
You may put any files you want (including jpg) onto the blank image in MiniVMac that you intend to write with dd.
Sorry for the missing picts, btw - I thought Sharebin.net was a safe harbor for files those days. :(
Maybe I can figure out something over at Macintoshgarden.

On a side note, I would recommend setting up Basilisk II build 142 on an old PC with floppy drive any time.
If you add a ten bucks PCI SCSI host adapter to such PC, you may read/write various SCSI devices making file transfer to vintage Macs so much easier.
User avatar
adespoton
Forum All-Star
Posts: 4276
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Need help...create disk image with my own contents

Post by adespoton »

Mini vMac can read any image format. Also, Paul has an archive of image blanks on the Gryphel Project site that would help.

So, you can drop all your files into a DMG and mount that in Mini vMac, or use Paul's file transfer app inside Mini vMac to transfer them over. Use one of Paul's image blanks to make sure dd writes the correct format without image headers out to the floppy disk.

Link to blanks and blank info: http://www.gryphel.com/c/minivmac/extras/blanks/
Macadave
Space Cadet
Posts: 2
Joined: Fri Sep 30, 2016 11:07 pm

Re: Need help...create disk image with my own contents

Post by Macadave »

I guess what I don't understand is how to make the DMG on my MacBook (with my content), which I can then mount on the Mini vMac.

What is Paul's file xfer app, and how do I run it? If I could xfer files from my MacBook directly to the Mini vMac instance that would be ideal.
User avatar
Ronald P. Regensburg
Expert User
Posts: 7832
Joined: Thu Feb 09, 2006 10:24 pm
Location: Amsterdam, Netherlands

Re: Need help...create disk image with my own contents

Post by Ronald P. Regensburg »

Which OSX version do you have on your MacBook? Disk Utility in current OSX versions will create HFS+ images that mini vMac cannot read and HFS images that mini vMac can read, cannot be written to in current OSX versions.

Try HFS Disk Maker. See: http://www.emaculation.com/forum/viewto ... f=1&t=8337
On your MacBook you create a folder with the needed files in. HFS Disk Maker can then create from that folder a HFS disk image that mini vMac can read.
User avatar
adespoton
Forum All-Star
Posts: 4276
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Need help...create disk image with my own contents

Post by adespoton »

Macadave wrote:I guess what I don't understand is how to make the DMG on my MacBook (with my content), which I can then mount on the Mini vMac.

What is Paul's file xfer app, and how do I run it? If I could xfer files from my MacBook directly to the Mini vMac instance that would be ideal.
http://www.gryphel.com/c/minivmac/extras/importfl/ is used to import files to the emulated OS from the host system;
http://www.gryphel.com/c/minivmac/extras/exportfl/ is used to export files to the host system from the emulated OS.

Note that resource forks don't get transferred by these, so you're going to want to use macbinary, binhex, stuffit or zip to flatten to a data fork only before transferring files that include multiple forks. JPEG is data-only, so won't be an issue.
Post Reply