Read floppy from OpenVMS machine

Posted by Goyuix on Server Fault See other posts from Server Fault or by Goyuix
Published on 2010-06-15T21:18:23Z Indexed on 2010/06/15 21:23 UTC
Read the original article Hit count: 256

Filed under:
|
|
|
|

I have a floppy I need to read the contents from - unfortunately it was formatted and the data written on an OpenVMS server. I believe the floppy is formatted "Files-11" and I can see parts of the MFT [equivalent] and file contents through a hex editor, however I would love to be able to mount this and actually read the files off.

Is there a Files-11 FUSE module or other kernel module I can install to read this format? Any standalone utilities that can understand a floppy image taken with dd?

© Server Fault or respective owner

Related posts about linux

Related posts about floppy

  • How to boot floppy image without floppy drive?

    as seen on Server Fault - Search for 'Server Fault'
    Suppose I have a 1.44 MB floppy image with, say, a BIOS update, and a server with no floppy drive. How do I boot this image on the server? Without getting a USB floppy drive, that is. I tried copying the image to a USB drive (raw copy using dd), but it didn't boot, it just said "No kernel" and… >>> More

  • How can I get a USB floppy drive to work?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I have a Toshiba USB floppy drive that I need to use under Ubuntu. When I connect it, and insert a floppy disk in it, I do not see anything mounted under Ubuntu 10.10. I was suspecting the hardware and/or the floppy disk to be defective, and so I tested the floppy disk as well as the floppy drive… >>> More

  • How to read Mac floppy on a PC?

    as seen on Server Fault - Search for 'Server Fault'
    I have a floppy made on a Mac years ago. I'd like to pull some files from it, but Macs haven't had floppies in forever, so I don't have one. I tried an app called MacOpener, but it didn't seem to work, plus it was pretty old. I even tried sharing the PC's A:\ drive and accessing it remotely from… >>> More

  • How to read Mac floppy on a PC?

    as seen on Super User - Search for 'Super User'
    I have a floppy made on a Mac years ago. I'd like to pull some files from it, but Macs haven't had floppies in forever, so I don't have one. I tried an app called MacOpener, but it didn't seem to work, plus it was pretty old. I even tried sharing the PC's A:\ drive and accessing it remotely from… >>> More

  • Why won't the floppy mount?

    as seen on Super User - Search for 'Super User'
    The 1.44Meg floppy won't mount in my Nautilus file browser. When I try to mount it, it says there is no media in the drive. Yet, I can write to the floppy through the terminal using the 'cp' command. I can enter the command: mount -t ext2 /floppy and it mounts. I have also run a check and the disk… >>> More