[Mac] ドライブから強制的に CD/DVD/BDメディアを排出するには

Pocket

先月ですけれども、BD の読み書きを iMac でもしたいなと、BUFFALO の安い BDドライブを購入しました。

iMac の標準のメディアドライブは縦型でたまに詰まりやすかったので、それの回避も含んでいたと言えば含んでましたが、複数ドライブにしてから次のような現象が頻発するようになりました。

Fn+F のメディアイジェクトキー、メディアをゴミ箱へドラッグ&ドロップしての排出がたまに効かない

どういうことだろうと思いましたが、どうも変な風にドライブのロックをかけてしまうような状態があるようですね。複数ドライブにした所為で、それが顕著になったのか、制御がおかしくなったのかは分かりませんが、とにかく頻発するようになり困っていました(´・ω・`)細い針金持ってきて強制イジェクトもできますが、それもこわいですしね。
Unix なので umount すれば、ドライブも解放されるかと実行してみたのですが、待てども暮らせどメディアはでない。

で、困ってしまったので、いろいろと調べていたら、「[mac]急にCD/DVDが入らなかったらdrutil ejectをしよう」で CD/DVDのイジェクトコマンドがあることが分かりました。

リンク先にある通り、ターミナル上で

1
# drutil eject

とすることで、ロックされていて困った状態でもなぜかメディアがイジェクトされるようになりました。なんで?w

このコマンドの場合では、全てのドライブのメディアがイジェクトされますが、ドライブを指定して排出も可能ですし、イジェクトのみならず、メディアの情報を取得したり、消去したりと操作が可能なようです。

困ったときのコマンドシェルですねーw

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Usage: drutil -drive [drive-arguments] command [command-options-and-arguments]
 drutil commands are:
   atip           Displays ATIP information about inserted CD-R/RW media.
   bulkerase      Bulk erases -RW media in either quick or full mode.
                   drutil bulkerase (quick | full)
   burn           Burns a given file or directory to disc.
                   drutil burn (burn-options) <path>
   cdtext         Displays CD-Text present on an audio CD.
   discinfo       Displays disc related info when media is present.
   dumpiso        Parses ISO-9660 directory structures.
                   drutil dumpiso <devnode> <block> [format]
   dumpudf        Parses UDF directory structures.
                   drutil dumpudf <devnode> <block> [format]
   eject          Ejects media from the drive (if any).
   erase          Erases -RW media in either quick or full mode.
                   drutil erase (quick | full)
   filename       Translates filenames for different filesystems.
                   drutil filename <name>
   getconfig      Displays current and supported device features and profiles.
                   drutil getconfig (current | supported)
   info           Displays detailed information about connected drives.
   list           Lists all connected burning devices.
   poll           Constantly polls and displays device notifications.
   size           Estimates size of a given file or directory.
   status         Displays detailed information about inserted media.
   subchannel     Displays subchannel (MCN, ISRC) info when CD media is present.
   toc            Displays TOC information about inserted CD media.
   trackinfo      Displays track related info when media is present.
   tray           Opens and closes drive tray, and ejects media.
                   drutil tray (open | close | eject)
   version        Display the OS and DiscRecording version numbers.
 (specify drutil help <command> for command specific help)
 (specify drutil help driveselect for drive selection help)

[tmkm-amazon]B002NX1SCQ[/tmkm-amazon]

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください