FS#28529 - Systemd 43 : cannot mount DVD with /media/cdrom mount point.
Attached to Project:
Arch Linux
Opened by Frederic Bezies (fredbezies) - Sunday, 19 February 2012, 21:41 GMT
Last edited by Dave Reisner (falconindy) - Monday, 20 February 2012, 14:06 GMT
Opened by Frederic Bezies (fredbezies) - Sunday, 19 February 2012, 21:41 GMT
Last edited by Dave Reisner (falconindy) - Monday, 20 February 2012, 14:06 GMT
|
Details
Description: A very simple bug to reproduce.
I installed and configured systemd and I cannot get my DVDs to be mounted automatically in nautilus. Here is the error message I get when double clicking on a DVD in nautilus : "Error mounting: mount exited with exit code 1: helper failed with: mount: mount point /media/cdrom does not exist" Of course, when I disable systemd on start, dvd mounting works every single time. Additional info: systemd 43-2 Steps to reproduce: Just install systemd, reboot and insert a DVD. After that, try to mount it. Automount doesn't work. |
This task depends upon
Closed by Dave Reisner (falconindy)
Monday, 20 February 2012, 14:06 GMT
Reason for closing: Not a bug
Monday, 20 February 2012, 14:06 GMT
Reason for closing: Not a bug
JS LOG: Unable to mount volume Disque de données (08 janv. 12): Error: Error invoking Gio.mount_finish: Error mounting: mount exited with exit code 1: helper failed with:
mount: mount point /media/cdrom does not exist
Here is my lspci, IDE part :
00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
And /etc/fstab (dvd part) :
/dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
/dev/dvdrw /media/dvdrw auto ro,user,noauto,unhide 0 0
[karol@black ~]$ ls /media/cdrom
ls: cannot access /media/cdrom: No such file or directory
Will report asap ;)
And sorry for the spam, I did not notice /etc/fstab modification :(