免責事項:これは英文の記事「Linux virtual machine fails to respond after a mounted CDROM is disconnected (2144053)」の日本語訳です。記事はベストエフォートで翻訳を進めているため、ローカライズ化コンテンツは最新情報ではない可能性があります。最新情報は英語版の記事で参照してください。
仮想 CD/DVD ドライブをゲスト OS 内でアンマウントせずに切断すると、次の症状が発生します。
ゲスト OS が CD-ROM ドアをロックしてその CD-ROM を使用している可能性があります。これにより、ゲストがメディアの変更を認識できなくなる可能性があります。
可能な場合は、接続を切断する前に、ゲスト内から CD-ROM を取り出してください。
切断を続行しますか そしてロックをオーバーライドしますか?」
(The guest operating system has locked the CD-ROM door and is probably using the CD-ROM, which can prevent the guest from recognizing media changes.
If possible, eject the CD-ROM from inside the guest before disconnecting.
Disconnect anyway and override the lock?")
To cause disconnection to fail
------------------------------------
cdrom.showIsoLockWarning = "TRUE"
msg.autoanswer = "TRUE"
------------------------------------
To force to disconnect CD/DVD drive regardless of locking drive by virtual machine
------------------------------------
cdrom.showIsoLockWarning = "FALSE"
msg.autoanswer = "TRUE"
------------------------------------
注:詳細については、「Tips for editing a .vmx file (1714)」を参照してください。