On 01/15/13 19:36, Jack Craig wrote:


On Tue, Jan 15, 2013 at 10:25 AM, Paul Smith <phh...@gmail.com <mailto:phh...@gmail.com>> wrote:

    On Tue, Jan 15, 2013 at 6:21 PM, Jack Craig
    <jack.craig.ap...@gmail.com <mailto:jack.craig.ap...@gmail.com>>
    wrote:
    >> >> How can one identify the mount point of a dvd media?
    >> >>
    >> >> I would like to use growisofs to burn F18 iso image.
    >> >>
    >> >> I am using F17 64.
    >> >
    >> >
    >> > If the disk is mounted, it'll probably be in:
    >> >
    >> > /run/media/<username>/<filesystem-label>
    >> >
    >> > Of course, a simple "mount" command would reveal where it is.
    >>
    >> Thanks, Rick. And the command to burn the iso image could be?
    >
    >
    > the brasero app works fine for me, ..

    Thanks, Jack. I have used

    iso2dvd Fedora-18-x86_64-DVD.iso

    where iso2dvd is a the following script:

    ------------------------------------
    #! /bin/sh

    growisofs -dvd-compat -speed=4 -Z /dev/sr1="$1"
    eject

    exit 0
    ------------------------------------

    Unfortunately, it is not working:

    $ iso2dvd Fedora-18-x86_64-DVD.iso
    *:-( "/dev/dvd=Fedora-18-x86_64-**DVD.iso": unexpected errno:No
    such file*
    or directory
    $

what if you do absolute path to file? eg,
iso2dvd /home/paul/downloads/Fedora-18-x86_64-DVD.iso

??

    Paul

I use wodim, it just takes care of "everything"
wodim Fedora-18-x86_64-DVD.iso

--
Judith Flo Gaya
Systems Administrator IMPPC
e-mail: j...@imppc.org
Tel (+34) 93 554-3079
Fax (+34) 93 465-1472

Institut de Medicina Predictiva i Personalitzada del Càncer
Ctra de Can Ruti, Camí de les Escoles s/n
08916 Badalona, Barcelona,
Spain
http://www.imppc.org

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to