Нужна утилита читающая название DVD диска

  • Существует ли утилита позволяющая считать название DVD диска (как это происходит при монтировании диска в Виндовсе). Мне это нужно для создания скрипта, который автоматически создает образ диска с его названием, например TITANIK.iso. Система у меня SuSE 8.2.

  • Ты уже смотрел [vobcopy]? Небольшая выдержка из документации
    ----------------------snip------------------
    Handling:
    vobcopy (without any options)
    should copy the correct /path/to/dvd/video_ts/vts_0x_01.vob to
    vts_0x_yy.vob to the directory you are invoking vobcopy from.
    (vobcopy takes the title with the most chapters by default if no title
    is specified)
    The vobs will be merged up to 2 gigs and then a new file will be
    started. So what you get is:
    name-of-moviex-1.vob (2 gig size) name-of-moviex-2.vob ...
    During copying there is a .partial appended to the filename to
    indicate that the files are not done yet. If for some reason the
    sizes don't match the one on dvd the .partial will stay to indicate
    that something is wrong.


    ------------------------------------------------------

  • isoinfo -d -i /dev/hdc | awk '{if ($0 ~ /[Vv]olume id:/) print $3}'


    С DVD не пробовал только с CD, но должно работать.