http://bugs.winehq.org/show_bug.cgi?id=20017
Summary: Handling of ISO-images (and maybe other drives, too) broken Product: Wine Version: 1.1.29 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: elmano@gmx.at
I just tried to install some software from a set of CD-images (you know, where you have to switch CDs during install) but discovered that it is impossible to unmount the first image while the installer is still running:
$ sudo umount /media/tmp/ umount: /media/tmp: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1))
"wine eject e:" (e: = /media/tmp) yields the message "Cannot open device for drive E:", even if the ISO is mounted with "uid=[myusername].
http://bugs.winehq.org/show_bug.cgi?id=20017
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX Severity|major |normal
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-11 21:28:15 --- This is not supported since you haven't mounted it with user rights to unmount. Wine can't help you there. Use the CDs.
http://bugs.winehq.org/show_bug.cgi?id=20017
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-11 21:28:33 --- Closing
http://bugs.winehq.org/show_bug.cgi?id=20017
--- Comment #3 from Immanuel elmano@gmx.at 2009-09-12 01:55:57 --- k, I thought the uid=... param did that. Also using CDs is not an option, as these images are from my university's ftp (as we have a corporate licence for the whole university anybody can DL the ISOs and the original CDs are kept locked away so nobody scratches them)
Anyway. I'm going to play around with fuseiso now ... hope that works out :/