http://bugs.winehq.org/show_bug.cgi?id=24533
Summary: USB Floppy Drives cannot be assigned Drive A: or B:. Product: Wine Version: 1.3.3 Platform: x86 OS/Version: Mac OS X 10.6 Status: UNCONFIRMED Severity: normal Priority: P2 Component: mountmgr.sys AssignedTo: wine-bugs@winehq.org ReportedBy: cparke@parkerfamily.name
Apparently, add_drive() in device.c recognizes them as RAM disks (as Mac OS mounts the drive like a hard drive/USB flash with no partition table), not a floppy drive, and I am restricted to drive letters D-Z in Wine. Creating the registry entry for the device at drive A: or B: is ignored, when the diskette is inserted the drive just gets mounted as E: or so forth. Even if I manually create the A: drive link in the /DosDevices directory, when I insert the diskette it gets a new letter and mounts under both. If C-Z are all used, the drive does not mount at all.
There is no reason why a USB flash device or USB floppy cannot be assigned to drive letter A: or B:. Windows most certainly allows it! (even network drive shares are allowed in the A:/B: slot) In fact, if I muck with the registry in Windows (since the UI doesn't allow it), Windows will allow a hard drive to occupy the A: or B: slot.
At a minimum, the restrictions in WINE preventing USB Floppies from being assigned to A:/B: needs to be removed. I need the drive A: because I'm using the USB floppy for a copy-protection scheme which uses a floppy diskette key to validate the serial number before allowing an install (the routine also has logic to block virtual drives and network shares from being used, which is why a manually created A:/B: will not do).
http://bugs.winehq.org/show_bug.cgi?id=24533
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
--- Comment #1 from Detlef Riekenberg wine.dev@web.de 2011-07-08 17:15:33 CDT --- Please attach a log from:
lshal --long --monitor 2>&1 | tee _lshal.txt
and a log from:
WINEDEBUG="+pid,+tid,+process,+mountmgr wine <yourapp.exe> 2>&1 | tee _wine.txt
for insert a disk and also from umount / remove a disk
http://bugs.winehq.org/show_bug.cgi?id=24533
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.6 |Mac OS X
http://bugs.winehq.org/show_bug.cgi?id=24533
--- Comment #2 from Austin English austinenglish@gmail.com 2013-11-13 16:48:17 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=24533
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #3 from Austin English austinenglish@gmail.com --- Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=24533
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.