http://bugs.winehq.com/show_bug.cgi?id=1937
Summary: filesystem type unrecognized in SuSE v9 Product: Wine Version: 20031212 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-dos AssignedTo: wine-bugs@winehq.com ReportedBy: jeff@mail.bciassociates.com
After initial configuration, copied the Notepad.exe files from Win2000 Pro laptop to my Wine config working directory. While Notepad does work, the following error occurs when working with any file from within Notepad.
------------ err:dosfs:DRIVE_GetLabel Invalid or unreadable superblock on /dev/fd0 (A:). Invalid or unreadable superblock on /dev/fd0 (A:). Maybe not FAT? ------------
The Wine config file for the floppy looks like this:
-------- [Drive A] "Type" = "floppy" "Path" = "/media/floppy" "Label" = "" "Device" = "/dev/fd0" "Filesystem" = "fat" --------
The error comes up regardless of the filesystem chosen for the floppy, and regardless of any label. I don't have another SuSE installation to try, so this may work elsewhere just fine, but it doesn't work here.
Also, the floppy works fine under Wine.
-Jeff