You can also try with program like Transmac, a specialized software which permits read and write Mac-formatted disks.
You can use any search engine (there are some shareware versions).
Main Topics
Browse All TopicsI have a Gravograph engraver which uses 2 1/2 floppy disks, type & format unknown. When I tried to read the disk in my PC, it says "disk not formatted, do you want to format?" but the disk works fine in the engraver.
Fonts are stored on the disks, and if I want a new font or a special scan of a logo then I have to pay HEAPS to the machine maker for a disk.
Q. Does anybody have any idea on the format of the disk? is it Mac/Apple ?
The machine is approx 5 years old and the local supplier wont give me any information.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The link below is the WEB page.
Worth checking out:
http://www.gravograph.co.u
>The look of any diskette is the same, no matter what OS you use it with
Duh! I'm not a moron. However, it would be highly unusual for a dedicated computer built into a machine like this engraver to be built around a MAC or to use the proprietary MAC-type floppy controller. Much more common would be something build on a PC hardware base or if it's custom built hardware, to use the NEC765 (i.e. PC compatible) floppy disk controller chip.
>>However, it would be highly unusual for a dedicated computer built into a
>>machine like this engraver to be built around a MAC
I agree, dude; but, as we don't have any other presumption, all is possible. Mac format would be a possibility, but you can't leave it aside just only because "it's unusual".
Try GRDUW from www.grsoftware.net
I cannot give you any suggestion on how to read that disk. But All I can suggest you is make an image of the floppy before you do anything. and use the copied version to test with.
to make an image of the floppy try
winimage
http://www.winimage.com/wi
Business Accounts
Answer for Membership
by: jhancePosted on 2000-03-22 at 03:40:42ID: 2644226
It's not uncommon for proprietary systems, like you engraver, to use proprietaty schemes to keep you as a willing or unwilling customer.
There are many ways of formatting a floppy disk that will render it unrecognizable to a PC. You can mess with the sector and track numbering, the internal format numbers, who knows. An old MAC or Apple II floppy is an example of this using custom disk controller hardware.
If you just wanted to copy the floppy for a backup, one of the disk "bit -level" copiers probably will work since they just duplicate the data pattern on the disk without having to recognize it's file structure. Actually reading the data off of the floppy requires 3 things:
1) An understanding of how the disk is formatted physically. This is stuff like sectors/track, checksums, etc.
2) An understanding of how the files are stored logically. This is stuff like FAT, NTFS, etc. It's the filesystem used.
3) How the data you are interested in is stored in the file. Is it a GIF, JPEG, BITMAP, or what?
I'm not saying that all of the above cannot be done, it's just going to take some work. My guess, however, is that their scheme is fairly simpleminded and you can probably crack it if you know what you're doing. The first step is getting the data off of the disk so you can analyze it. I'd start with some sort of disk imager utility (look on SIMTEL or WINFILES.COM). If you have a linux systsem the "dd" command can also sometimes to this.
Once you have an image in a computer, you can open it up in a hex editor and start looking at what's there. You are somewhat familiar with what is there so that should give you some clues to go by.
If all else fails, do what the "professional" game and copy protection hackers do, get a logic analyzer and capture what the disk is doing while their system is running it.