Index: /trunk/src/VBox/Storage/RAW.cpp
===================================================================
--- /trunk/src/VBox/Storage/RAW.cpp	(revision 35044)
+++ /trunk/src/VBox/Storage/RAW.cpp	(revision 35045)
@@ -92,4 +92,5 @@
     {"ima", VDTYPE_FLOPPY},
     {"dsk", VDTYPE_FLOPPY},
+    {"vfd", VDTYPE_FLOPPY},
     {NULL, VDTYPE_INVALID}
 };
@@ -544,5 +545,6 @@
         else if (   !RTStrICmp(pszExtension, ".img")
                  || !RTStrICmp(pszExtension, ".ima")
-                 || !RTStrICmp(pszExtension, ".dsk")) /* Floppy images */
+                 || !RTStrICmp(pszExtension, ".dsk")
+                 || !RTStrICmp(pszExtension, ".vfd")) /* Floppy images */
         {
             if (!(cbFile % 512) && cbFile <= RAW_MAX_FLOPPY_IMG_SIZE)
