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: 343
        
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