Mailinglist Archive: opensuse (4570 mails)

< Previous Next >
Re: [opensuse] CD-ROM mounting twice
  • From: Vincente Aggrippino <vaggrippino@xxxxxxxxx>
  • Date: Mon, 21 Nov 2005 00:06:17 +0800
  • Message-id: <65052ad90511200806u7a34b8f7s14918d407d6a20b@xxxxxxxxxxxxxx>
I'm sorry I didn't realize sooner that there was a response to this...

On 11/10/05, Danny Kukawka <dkukawka@xxxxxxx> wrote:
> On Thursday 10 November 2005 04:23, Vincente Aggrippino wrote:
> > HAL is (auto)mounting my DVD writer twice whenever I put a CD in.
> > Here's from the /var/log/messages:
> >
> > Nov 10 11:02:00 home hal-subfs-mount[29729]: MOUNT_POINT::
> > /media/dvdrecorder Nov 10 11:02:00 home hal-subfs-mount[29729]:
> > MOUNTPOINT:: /media/dvdrecorder
>
> This is only a log message, there is no message that the device is mounted
> twice.

The log message shows that it has been mounted twice.

This is completely reproduceable. Every time I put a CD or DVD into
my drive it's mounted twice and I cannot unmount or eject it without
switching to root first.

Here's a few more messages:

vince@home:~> sudo tail /var/log/messages
...
Nov 20 23:48:55 home hal-subfs-mount[24353]: SYMLINKS::
disk/by-path/pci-0000:00:1f.1-ide-1:0 dvdrecorder cdrom dvd cdrecorder
Nov 20 23:48:55 home hal-subfs-mount[24353]: MOUNT_POINT:: /media/dvdrecorder
Nov 20 23:48:55 home hal-subfs-mount[24353]: MOUNTPOINT:: /media/dvdrecorder
Nov 20 23:48:55 home hal-subfs-mount[24353]: Collected mount options
and Called(0) /bin/mount -t subfs -o
fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 /dev/hdc
"/media/dvdrecorder"
Nov 20 23:48:55 home kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Nov 20 23:48:55 home kernel: ISOFS: changing to secondary root


vince@home:~> mount
...
/dev/hdc on /media/dvdrecorder type subfs
(ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
/dev/hdc on /media/dvdrecorder type subfs
(ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)

vince@home:~> umount /media/dvdrecorder
umount: it seems /media/dvdrecorder is mounted multiple times

vince@home:~> eject
vince@home:~>
(the cd tray opens partially, then goes back in)

(still mounted twice ... :( )
vince@home:~> mount
...
/dev/hdc on /media/dvdrecorder type subfs
(ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
/dev/hdc on /media/dvdrecorder type subfs
(ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)

vince@home:~> sudo eject
(the cd tray opens partially, then goes back in ... but this time it's
not mounted anymore... temporarily :( )

vince@home:~> sudo umount /media/dvdrecorder
vince@home:~>

(now it's only mounted once and everything works as it should)

>
> Danny

back to the original messages:
Nov 21 00:00:32 home hal-subfs-mount[24983]: MOUNT_POINT:: /media/dvdrecorder
Nov 21 00:00:32 home hal-subfs-mount[24983]: MOUNTPOINT:: /media/dvdrecorder

I don't know the difference between "MOUNT_POINT" and "MOUNTPOINT",
but I suspect that my DVD drive is in a configuration file somewhere
twice. I haven't been able to find documentation on this, though.

I already checked /etc/fstab, just in case. The drive mounts twice
even if I take it out of that file completely.

Does anyone have any idea how to configure hal?

Thank you,
Vince Aggrippino
vaggrippino@xxxxxxxxx

< Previous Next >
Follow Ups