[Bug 240079] New: need a way to eject bad disks during the install rather than waiting
https://bugzilla.novell.com/show_bug.cgi?id=240079 Summary: need a way to eject bad disks during the install rather than waiting Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: maw@novell.com QAContact: jsrain@novell.com If you insert a CD during the installation process that's bad, sometimes the CD drive will grind seemingly indefinitely. If you know it's a coaster there should be a way to eject it. The workaround is to pop the CD drive with a paperclip (if the drive lets you!). YaST will ask you to insert the CD again, at which point you can insert a known good disk. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=240079 ------- Comment #1 from maw@novell.com 2007-01-29 17:10 MST ------- Turns out that's not a very good workaround either :( I just ruined my drive in the process. Doh doh doh. (At least it was a very cheap drive.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=240079 chrubis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |yast2-maintainers@suse.de |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=240079 jdsn@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sh@novell.com ------- Comment #2 from jdsn@novell.com 2007-02-01 07:55 MST ------- (In reply to comment #0)
If you know it's a coaster there should be a way to eject it.
If you know it's a coaster don't even insert it in the first place. You c/should perform a media check at the very beginning of the installation if you use recordable CDs or DVDs. The popup window that waits for the new media to be inserted already provides an eject button. If you closed the popup you can run "eject" from the command line (switch to console). Your suggestion would mean to provide an everlasting eject button somewhere. HuHa: Any idea? Could there be a timeout when waiting for new CDs - probably something like: As long as installation is waiting for new media, come back every 3 minutes to the media popup to offer an eject button again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=240079 sh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #3 from sh@novell.com 2007-02-01 08:07 MST ------- Uh - exactly what do you expect here? As long as the CD is spinning in the drive, it gets accessed. If the CD in the drive is so bad that it cannot be read, it also cannot be ejected. This is not an issue of YaST2, it's a generic CD-ROM issue. The generic approach to that kind of problem is: - Get a shell - Find out what process accesses the device and kill it to stop the read attempts: fuser -mk /dev/hdc (or whatever device it is) - Unmount: umount /dev/hdc - Eject: eject /dev/hdc Or, simple but drastic: Hit Ctrl-Alt-Del to reboot. Ever user (in particular those familiar with MS Windows) knows how to do that. As Daniel wrote in comment #2, the only other way would be a button in YaST2 that would always be present and accessible, and a separate thread to monitor presses on that button. I bet that a lot more users would be utterly confused with such a button than there would be users benefiting from it. And in all my 7+ years of working on YaST2 no other user seemed to have that kind of problem, or at least there was none who didn't know how to hit Ctrl-Alt-Del. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com