You are not logged in.

#1 2008-04-19 14:30:46

codernem
Member
Registered: 2008-01-20
Posts: 9

Automount with iso9660 dvd problem

Hi all!

I have a problem with automount: I have two optical drives (an LG cdrw drive, detected and accessible from /dev/sr0, and a LG dvd+-rw, detected and accesible from /dev/sr1). I can mount and umount manually all kind of dvd/cd from each of them.

The problem is with automount: CDROM on sr0 and sr1 device are correctly automounted (on KDE I get the usual popup when I insert one cd into the drive). I have problem only with DVD, and only with ISO9660 DVDs on sr1: UDF DVDs are well detected and mounted (after mount I can query filesystem by "mount -i" command). Iso9660 are not recognized: no popup, no messages in dmesg, no automount. I can mount them by hand, successfully.

I tried to comment out lines in fstab regarding optical drives, with no results.

I'm pretty sure that, in the past, all worked perfectly.

Hal version is: 0.5.10-1
Dbus version is: 1.1.20-2
Udev version is: 119-1

Anyone can help?

uname -a:

Linux DarioDesktop 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686 Intel(R) Pentium(R) 4 CPU 3.40GHz GenuineIntel GNU/Linux

My fstab:

none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0
/dev/cdrom             /media/cd   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd               /media/dvd  auto       ro,user,noauto,unhide   0      0
/dev/fd               /mnt/fl   vfat      user,noauto             0      0
/dev/sda8 swap swap defaults 0 0
/dev/sda6 / reiserfs defaults 0 0
/dev/sda7 /home reiserfs defaults 0 0

DMESG output (part..):

ata2.00: ATAPI: HL-DT-ST GCE-8520B, 1.00, max UDMA/33
ata2.01: ATAPI: HL-DT-ST DVDRAM GSA-H10A, JL02, max UDMA/33
ata2.00: configured for UDMA/33
ata2.01: configured for UDMA/33
scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6Y080L0   YAR4 PQ: 0 ANSI: 5
scsi 1:0:0:0: CD-ROM            HL-DT-ST CD-RW GCE-8520B  1.00 PQ: 0 ANSI: 5
scsi 1:0:1:0: CD-ROM            HL-DT-ST DVDRAM GSA-H10A  JL02 PQ: 0 ANSI: 5

After/during manually mount a ISO9660 DVD on sr1 (in dmesg):

ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A

After/during automount a UDF DVD on sr1 (in dmesg):

UDF-fs: Partition marked readonly; forcing readonly mount
UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume '080116_1524', timestamp 2008/01/16 16:24 (1078)

After/during automount a CDROM on sr1 (in dmesg):

ISO 9660 Extensions: Microsoft Joliet Level 3
ISOFS: changing to secondary root

Offline

Board footer

Powered by FluxBB