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 ...
- 08-05-2005 #1Linux 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
- 08-05-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- ~/home
- Posts
- 105
iso' can be mounted with
Code:mount -o loop -t iso9660 filename.iso /mnt/
- 08-06-2005 #3
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?
BryanLooking 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.
- 08-06-2005 #4Linux 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
- 08-06-2005 #5Linux 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:
But usually Ubuntu mounts the CDs as soon as they're inserted. The icon appears on the desktop.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
EDIT : Removed the HDDs, the floppy, swap and proc to make the code more readable.Registered Linux User #394578
- 08-07-2005 #6Linux 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
- 08-07-2005 #7
Have you tried manually mounting the DVD drive? Try (as root):
(you will have to make the dvd folder in /mnt).Code:mount /dev/[dvd device] /mnt/dvd
BryanLooking 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.
- 08-07-2005 #8Linux Newbie
- Join Date
- Apr 2005
- Location
- The Slammer
- Posts
- 137
I'll try mounting the DVD manually....
Registered Linux User #394578


Reply With Quote
