Find the answer to your Linux question:
Results 1 to 8 of 8
I was offline for a week. Now I've got 2 queries: One, I'm using Ubuntu 5.whatever. Whenever I insert a DVD, GNOME puts an icon on the desktop. But opening ...
  1. #1
    Linux Newbie
    Join Date
    Apr 2005
    Location
    The Slammer
    Posts
    137

    Reading DVDs + Mounting ISOs in Ubuntu

    I was offline for a week. Now I've got 2 queries:

    One, I'm using Ubuntu 5.whatever. Whenever I insert a DVD, GNOME puts an icon on the desktop. But opening the DVD shows it's empty! How do I make Ubuntu read DVDs? Note that the DVD I'm mounting is not a movie or something. It's a data DVD.

    And second, how to mount ISO images? The apropos command gave some suggestions but I couldn't figure out how to use them.

    Thanx.
    Registered Linux User #394578

  2. #2
    Linux Newbie
    Join Date
    Jul 2005
    Location
    ~/home
    Posts
    105
    iso' can be mounted with
    Code:
    mount -o loop -t iso9660 filename.iso /mnt/
    Help me getting a Opera licence
    Beginning with debian? -> read THIS!

  3. #3
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Can you read regular data CD's? Maybe Ubuntu is not giving your user permission to view the CD/DVD device. What are the contents of your fstab?

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  4. #4
    Linux Newbie
    Join Date
    Jul 2005
    Posts
    138
    a little bit off topic

    a very convenient way of loading media is to use the removable media utility

    i always use it.........i made a launcher for it

  5. #5
    Linux Newbie
    Join Date
    Apr 2005
    Location
    The Slammer
    Posts
    137
    Thanx alain for the ISO thingy.

    @bryansmith
    Yup. I can read CDs all right. But DVDs don't work. They used to work in Fedora Core.

    @ordoni
    Where do I find this removable media utility?

    fstab says this:
    Code:
    # /etc/fstab: static file system information.
    /dev/hdc          /media/cdrom0   udf,iso9660 ro,user,noauto  0       0
    /dev/hdd         /media/cdrom1    udf,iso9660 ro,user,noauto  0       0
    But usually Ubuntu mounts the CDs as soon as they're inserted. The icon appears on the desktop.

    EDIT : Removed the HDDs, the floppy, swap and proc to make the code more readable.
    Registered Linux User #394578

  6. #6
    Linux Newbie
    Join Date
    Jul 2005
    Posts
    138
    @ordoni
    Where do I find this removable media utility?

    depends on your distro........in debian.......it is under System

    the actual name of this utility is KwikDisk

  7. #7
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Have you tried manually mounting the DVD drive? Try (as root):
    Code:
    mount /dev/[dvd device] /mnt/dvd
    (you will have to make the dvd folder in /mnt).

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  8. #8
    Linux Newbie
    Join Date
    Apr 2005
    Location
    The Slammer
    Posts
    137
    I'll try mounting the DVD manually....
    Registered Linux User #394578

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •