Skip to main content
Home Forums 68kMLA I messed up my Classic II - Disk with question mark-FIXED — #5
Post #5 by Futureman
Source Forum68kMLA
CategorySoftware
Post DateFri, 21 Nov 2008 - 07:11
Original URLhttps://68kmla.org/bb/threads/i-messed-up-my-classic-ii-disk-with-question-mark-fixed.15673/
Post
If you have a Linux distro and you have 1.44MB System 7.0.1 disk images, you can use the following command to image them to a floppy:
Code:
dd if=DiskImage.image of=/dev/floppy bs=84 skip=1
Make sure that /dev/floppy is your floppy drive. It seems to be relevant to the distro you use. The distro I made disks with used /dev/floppy, however another distro I've used once had /dev/fd0 as the floppy drive. Do a "ls" (without double quotes) in the /dev folder to see all the devices in order to get the correct name for the floppy drive.
I have mac disk on my PC.. and a windows disk imager software.. which , if given the right file type will make a disk image..

I just can't seem to find the individual 1.44MB disk images for 7.0.1.. just one big image which is 5.01MB.

Thanks for your help so far.

Regards

Mike

mp.ls