Making Floppies and CDs for Older Macs Using Modern Macs, Windows, and Linux PCs
- 2007.03.15
Low End Mac Reader Specials
Memory To Go Special: MacPro 8 Core Memory 4GB kit $192 / 2GB kit $109. MacBook Pro / MacMini / iMac Intel Core2 DUO 2GB $44 1GB $23--Free shipping available.
Download Typestyler, still the Ultimate Styling Tool for Internet, Print and Video Graphics. Works great in Classic with a Native OS X Version on the way. Free Tryout: www.typestyler.com
LA Computer Company: LA Computer Company: Specials on AppleCare, Apple Displays, MacBooks, iMac's, MacBook Pros, Laptop and iPod accessories and more. Apple A/C Adapters for laptops starting at $25.00 Call 1-800-941-7654 or Click Here.
OtherWorld Computing: Better than new Batteries for iPods NewerTech NuPower, up to 20+ Hours! Complete with Tools from $19.99. Online videos. Professional installation available.
Mac users can finally play Party Poker for Mac. Not only that, they can also learn how to play PokerStars for Mac.
Laptop Hardware Provided by TechRestore - Overnight Mac & iPod Repairs.
Compare products like desktop computers, laptops, and LCD TVs side by side! All the information and reviews to make the best purchasing decision for a new cell phone GPS products or MP3 players. The Ciao network makes searching products easy for you.
NEW MacPro Memory 800Mhz With Apple Spec Heat Sink 2GB Kit $104 / 4GB Kit $184 / 8GB Kit $362 Click to Maximize your Macs...
One of the biggest hassles of the vintage Macintosh hobby is loading software onto your first older Mac. To get that vintage Mac up-and-running, you need to be able to write downloaded software onto disks that an older Mac can read.
That's what we'll talk about today: Free tools for writing Mac floppy disks and HFS CD-ROMs using modern Mac, Windows, and Linux computers.
Floppy Disk Images
Installing System 6 or System 7.0.1 onto an older Mac is only possible using floppy disks, and the first step to installing System 7.5 is usually "boot from a floppy". These floppies are distilled into disk images you can download from the Web. When written to a floppy, these images create exact copies of the master disks.
Due to physical differences between Mac and PC floppy drives, 800K "double density" Mac floppies can only be written by other vintage Macs. This means that boot disks for a Mac 128K, 512K, 512Ke, Plus, pre-FDHD SE, or unupgraded Mac II cannot be made on a Mac OS X, Linux, or Windows machine. (All other vintage Macs have a 1.4 MB "SuperDrive" or FDHD [Floppy Disk, High Density] floppy drive, which is compatible with modern computers.)
StuffIt Expander
Many sources of Mac floppy disk images distribute them in StuffIt (.sit) format. Before these disk images can be written onto real floppy disks, they must be decompressed with StuffIt Expander. This free program is available for Mac, Windows, and Linux/i386.
If StuffIt Expander isn't available, attempt to find the necessary disk image in uncompressed Disk Copy 4.2 format. These will be immediately useful without any decompression.
I'm currently cooking up some Mac boot floppies that will make installing System software a breeze. I hope to make them available soon using Disk Copy 4.2 format for maximum cross-platform convenience.
Writing a Floppy Disk from an Image
Classic Mac OS
With Mac OS 9 and earlier, just use Disk Copy 6.3.3, which you can freely download from Apple. From the Utilities menu, choose "Make a Floppy..." and follow the directions onscreen.
Windows
The Windows utility Rawrite can be used to write image files to a floppy using a PC. Put the disk image file and Rawrite into drive C, open a DOS window, type C:\Rawrite, and follow the directions. For more information, read this FreeDOS page.
Linux
Linux users can use the "dd" command to write floppies from image files. If the image file is a raw image, a simple "dd if=path_to_image_file of=path_to_floppy_drive" will do the trick. For a DiskCopy image, "dd if=path_to_image_file of=path_to_floppy_drive bs=84 skip=1" is the right way, according to The pickle's Low-End Mac FAQ.
At this time, I am not aware of a good, user-friendly way to write floppies from disk images using Mac OS X. Highly advanced users will probably be able to connect a USB floppy drive, determine its device node, and use the method outlined above for Unix-like systems. Readers with further information are encouraged to email their stories or techniques so we can update this article.
The Mac's HFS File System
Before we talk about how to burn CDs for older Macs, it's important to understand why it's sometimes difficult. It has to do with the way the Mac stores its files using the HFS file system.
A Macintosh file has two "forks" inside it, the Data Fork and the Resource Fork. The Data Fork is like a file on any other computer system, and it's where universal data (like MP3 songs, JPEG pictures, and plain text) reside. The Resource Fork is a special part that other computers lack. It stores various objects (such as icons, window and menu definitions, and sounds) and helps to make each Mac a Mac.
With the right software, it's possible to teach other computer systems about the Mac's resource fork; I don't consider it to be worth the effort.
We'll focus on how to burn HFS CDs containing data-only files, such as Internet downloads. It's much more sensible to let the older Mac decode them itself than to try to do it on a modern computer.
Burning HFS CD-ROMs
The Classic Mac OS makes this easy - every CD burning application has an obvious "HFS" format option. It's usually the default choice. Even the built-in Disc Burner that comes with Mac OS 9 can make HFS CDs that work with System 7 Macs.
Mac OS X
Mac OS X speaks HFS, though it has mostly abandoned it for the newer HFS+ format. To burn a System 7-compatible HFS CD in OS X, first create a new disk image using Disk Utility. Select it in the left-side list and click on the Erase tab. Choose "Mac OS Standard" from the Volume Format dropdown and click the "Erase" button.
Now copy the files of your choice onto the disk image. When you're done, unmount the disk image by selecting it and choosing "Eject." Enter Disk Utility again and use the "Burn Image" command to create an HFS-formatted CD readable by all old Macs.
Windows
Windows can create HFS CDs using free software called HFVExplorer. Although the program's homepage seems to have gone offline, you can find it on archive.org. Once you've unpacked the software, choose "New Image" from the File menu. Name your image file and choose an appropriate size.
HFVExplorer's user interface is modeled after Windows Explorer, so it's easy to copy the files of your choice onto the CD image. Once you've copied the files, quit HFVExplorer. Change the .DSK filename extension to .ISO and write it to CD using your favorite CD burning application.
Linux
The Linux utility mkisofs (from the cdrtools package) has options to create HFS CDs. The easiest way to master your CD begins with putting all the files into a directory. The command "mkisofs -hfs -magic -o mac_cd.iso directory" will create an HFS CD image in mac_cd.iso. Then you can burn the .iso file in the standard way. Read "man mkisofs" for more information on the many advanced options.
Conclusion
With this information, nearly any modern computer can be used to write floppy disks and burn HFS CDs for use with a vintage Mac. Internet downloads can open a new vista of usefulness for these older Macs.
Buy some floppy disks or warm up your CD burner and get ready to
put those old machines to good use.
Recent Classic Restorations articles
- Mac System 7.5.5 can do anything Mac OS 7.6.1 can, 06.04. Yes, it is possible to run Internet Explorer 5.1.7 and SoundJam with System 7.5.5. You just need to have all the updates - and make one modification for SoundJam.
- Format any drive for older Macs with patched Apple tools, 04.25. Apple HD SC Setup and Drive Setup only work with Apple branded hard drives - until you apply the patches linked to this article.
- Mac OS 8 and 8.1: Maximum size, maximum convenience, 09.11. Mac OS 8 and 8.1 add some useful new features and tools, and it can even be practical on 68030-based Macs.
- More in the Classic Restorations index.
Recent Content on Low End Mac
- Leopard is the way to go, even on most old G4 Macs, Carl Nygren, My Turn, 05.14. The useful and just cool features in Mac OS X 10.5 make this the biggest step forward in the history of the Mac OS.
- Mac OS 9 still nice, anticipating Odysseus, PowerBook 1400 upgrades, and more, Charles W. Moore, Miscellaneous Ramblings, 05.14. Also rebuilding PowerBook batteries, FastMac vs. NuPower replacement batteries, and only one G4 upgrade left for WallStreet PowerBooks.
- Windows on Macs: Three paths for integration, Jason Packer, Macs in the Enterprise, 05.14. Mac users have three routes for running Windows apps: Run Windows using Boot Camp or virtualization, or use a compatibility layer such as WINE.
- Up-to-date or low-end, we need technology in our schools, John Hatchett, Recycled Computing, 05.14. Modern computers are great educational tools, but sometimes less distracting options (like no Internet) make more sense.
- Best iMac G4 deals, Low End Mac Deals, 05.14. Used 15" 800 MHz Combo, $320; SuperDrive, $380; 1 GHz Combo, $400; SD, $485; 17" 1.25 GHz, $459; 20", $750.
- Best Mac OS X 10.0-10.3 deals, Low End Mac Deals, 05.14. Mac OS X 10.0.3, $40; 10.1, $49; 10.2, $60; 10.3 DVD, $50; CD, $100; 10.1 Server, unlimited users, $109; 10.3 Server, $130.
- Best MacBook Air deals, Low End Mac Deals, 05.14. 1.6 GHz, 80 GB, $1,694 after rebate; 1.8 GHz, $1,994 a/r; 1.6 GHz, 64 GB SSD, $2,689 a/r; 1.8 GHz, $2,950 a/r; SuperDrive, $99.
- Mac of the Day: Quadra 700, Oct. 1991 - The successor to the Mac IIci ran a 'wicked fast' 25 MHz 68040 processor.
- List of the Day: NewtonList supports Newton users.
- May 15 in LEM history: 00: Advantages of a small Mac market - 01: Just different - Restoring after reformatting your hard drive - Mac as religion in the UK - The CRT isn't dead yet - 02: Xserve G4 - Why laptops need docks - 03: Don't break up Apple, build it up - Upgrades for slot-loading iMacs - 06: Old Macs still fun to use, productive tools - Is Mac OS 9 still a player? - David G. Wood's Mac legacy - 07: 13" 2.16 GHz MacBook - 8 free apps every Mac user should know
- 10 cult Macs adored by collectors, Tamara Keel, Digital Fossils, 05.13. Macs are not only noted for their longevity, but also by the passion which collectors have for some of the most interesting models ever made.
- Low End Mac's Compleat Guide to the Lombard PowerBook G3, Charles W. Moore, 'Book Value, 05.13. With the Lombard PowerBook, Apple abandoned the legacy ADB and serial ports for USB, trimmed 20% from WallStreet's weight, and hit 400 MHz.
- Best PowerBook G3 deals, Low End Mac Deals, 05.13. Used 14" WallStreet G3/266 MHz, $90; Lombard G3/400 MHz, $200; Pismo G3/400 MHz, $300; 500 MHz, $350.
- Best Apple TV deals, Low End Mac Deals, 05.13. Refurb 40 GB Apple TV, $199; new, $210; refurb 160 GB, $279; new, $319.
- Best Xserve deals, Low End Mac Deals, 05.13. Used 1 GHz dual G4, $1,399; close-out 2.0 dual-core Xeon, $1,999; refurb 2.66, $2,799; 3.0, $3,499; new 2.8 GHz quad, $2,888; 8-core, $3,299; 3.0, $4,059.
- More links in our archive.
About LEM | Support | Usage | Privacy | Contacts


