Hello,
Ive been handed 5 floppy disks and ask to get the data off them
The disk are dated 10/92
I believe these disks use the Macintosh file system (MFS) from the time line and also because I cant open the disk with rosetta (which is built into intel macs to read the file system that predated them (HFS is old power pc format file system) (see reference) but i can open 1.4mb pc formatted disks on the same machines I have to use, the oldest being OS 9.1.
I complied MFSlives on xcode and can read MFS sample files. I still cant read any of the disks. I believe this is because the floppy disk drive does not support MFS (see reference) which shows most floppy disks drives dont support MFS.
At this point, I think the only way to really get this to work is to find a Macintosh with MAC OS 8 or earlier, preferably 7 or earlier..
Does anyone know anyone who offers a type of service to read old mac floppies like this.
-Jim
====
References
1. Apple introduced Hierarchical File System as a replacement for MFS in September 1985. In Mac OS 7.6.1, Apple removed support for writing to MFS volumes, and in Mac OS 8 support for MFS volumes was removed altogether. Although Mac OS X has no built-in support for MFS, an example VFS plug-in from Apple called MFSLives provides read-only access to MFS volumes.
From: http://en.wikipedia.org/wiki/Macintosh_File_System
2. At this point, you'll be able to mount any disk containing an MFS file system. As original MFS floppy disks are very thin on the ground these days (and floppy drives that can read them are even thinner), I've included a disk image of an example MFS file system in this package. Just double click the "Sample.img" file in the Finder, and it should mount on the desktop like any other disk image.
From: Apple's MFSlives Xcode documentation
Ive been handed 5 floppy disks and ask to get the data off them
The disk are dated 10/92
I believe these disks use the Macintosh file system (MFS) from the time line and also because I cant open the disk with rosetta (which is built into intel macs to read the file system that predated them (HFS is old power pc format file system) (see reference) but i can open 1.4mb pc formatted disks on the same machines I have to use, the oldest being OS 9.1.
I complied MFSlives on xcode and can read MFS sample files. I still cant read any of the disks. I believe this is because the floppy disk drive does not support MFS (see reference) which shows most floppy disks drives dont support MFS.
At this point, I think the only way to really get this to work is to find a Macintosh with MAC OS 8 or earlier, preferably 7 or earlier..
Does anyone know anyone who offers a type of service to read old mac floppies like this.
-Jim
====
References
1. Apple introduced Hierarchical File System as a replacement for MFS in September 1985. In Mac OS 7.6.1, Apple removed support for writing to MFS volumes, and in Mac OS 8 support for MFS volumes was removed altogether. Although Mac OS X has no built-in support for MFS, an example VFS plug-in from Apple called MFSLives provides read-only access to MFS volumes.
From: http://en.wikipedia.org/wiki/Macintosh_File_System
2. At this point, you'll be able to mount any disk containing an MFS file system. As original MFS floppy disks are very thin on the ground these days (and floppy drives that can read them are even thinner), I've included a disk image of an example MFS file system in this package. Just double click the "Sample.img" file in the Finder, and it should mount on the desktop like any other disk image.
From: Apple's MFSlives Xcode documentation