You are not logged in.
Pages: 1
I can get CDs and my mp3 player to mount, but not a DVD.
I got ivman installed last night and I added myself to these groups:
optical, storage, disk, hal, dbus
I installed the libdvd thing it showed in the wiki, but DVDs do not mount.
I have a CD/DVD combo drive, but that shouldn't be the problem because it used to work in Fedora.
Last edited by COMMUNISTCHINA (2008-08-25 02:10:32)
i don't know you that well.
Offline
These are the groups that I'm in:
ftp video audio optical storage skottish
I have both the dvd and cdrom lines in /etc/fstab commented out. Of course I have libdvdcss installed. With this setup I can mount stuff fine.
It's recommended that you are not part of either the hal, dbus, or disk groups.
Offline
It's recommended that you are not part of either the hal, dbus, or disk groups.
Okay, I removed myself from hal and dbus groups.
I have both the dvd and cdrom lines in /etc/fstab commented out.
Why? How would that make my DVDs mount properly?
i don't know you that well.
Offline
It's recommended that you are not part of either the hal, dbus, or disk groups.
Okay, I removed myself from hal and dbus groups.
I have both the dvd and cdrom lines in /etc/fstab commented out.
Why? How would that make my DVDs mount properly?
So hal can do it automatically.
Offline
COMMUNISTCHINA wrote:It's recommended that you are not part of either the hal, dbus, or disk groups.
Okay, I removed myself from hal and dbus groups.
I have both the dvd and cdrom lines in /etc/fstab commented out.
Why? How would that make my DVDs mount properly?
So hal can do it automatically.
I did that, logged out and then back in, but it still does not work.
In /mnt, I have a cdrom folder and a usbstick folder.
On /media, I have cd, dvd, fl, and SANSA FUZE. Is the DVD not mounting because there is not a dvd folder in /mnt or something?
i don't know you that well.
Offline
Here is my fstab if that is any help
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/sda1 /boot ext3 defaults 0 1
/dev/sda2 swap swap defaults 0 0
/dev/sda3 / ext3 defaults 0 1
/dev/sda4 /home ext3 defaults 0 1
# /dev/sr0 /mnt/dvd udf ro,user,noauto,unhide 0 0 #???
I saw someone else had tried to do the /dev/sr0 thing, but it did not work for me, so I commented it out.
~
i don't know you that well.
Offline
Try replacing udf with 'auto' or 'iso9660,udf' and restarting. Also, are you tring to auto mount with hal, or are you mounting from the terminal? if you are mounting from the terminal, what is the error message?
mmm... Linux...
Offline
Try replacing udf with 'auto' or 'iso9660,udf' and restarting. Also, are you tring to auto mount with hal, or are you mounting from the terminal? if you are mounting from the terminal, what is the error message?
Changing it to auto did not work.
I am just putting the DVD in the drive; it works with CDs. ivman is supposed to automount.
In terminal, I typed
sudo mount /mnt/cdrom, and the error was:
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
dmesg | tail says:
scsi 2:0:0:1: [sdc] Sense not available.
scsi 2:0:0:1: rejecting I/O to dead device
scsi 2:0:0:1: [sdc] Write Protect is off
scsi 2:0:0:1: [sdc] Mode Sense: 00 00 00 00
scsi 2:0:0:1: [sdc] Assuming drive cache: write through
scsi 2:0:0:1: rejecting I/O to dead device
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.
i don't know you that well.
Offline
I DID IT I DID IT I DID IT.
...
THe problem was there was not a /mnt/dvd folder.
sudo mkdir /mnt/dvd
sudo mount /dev/dvd /mnt/dvd
Then it worked.
I guess it should automount from now on.
i don't know you that well.
Offline
LOL uh congratulations!
Offline
Pages: 1