https://bugzilla.novell.com/show_bug.cgi?id=712485 https://bugzilla.novell.com/show_bug.cgi?id=712485#c0 Summary: Udevmountd does not work Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: anixx@opensuse.org QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.1.19) Gecko/20110420 SUSE/2.0.14-2.1 SeaMonkey/2.0.14 I have the following rules in /etc/udev/rules.d/81-mount.rules: # Udev rules for udevmountd # Skip 'add' events for device-mapper ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", GOTO="skip_mount" ACTION=="add", SUBSYSTEM=="block", KERNEL=="md*", GOTO="skip_mount" # don't handle crypto devices, boot.crypto does that already (bnc#569942) ACTION=="change", SUBSYSTEM=="block", KERNEL=="dm-*", ENV{DM_TARGET_TYPES}=="crypt", GOTO="skip_mount" ACTION=="add|change", SUBSYSTEM=="block", ENV{FSTAB_OPTS}=="*nofail*", IMPORT="udevmountd" ACTION=="add|change", ENV{FSCK_STATE}=="unknown|clean", RUN+="udevmountd add" ACTION=="remove", ENV{FSTAB_OPTS}=="*nofail*", RUN+="udevmountd remove" LABEL="skip_mount" Should it make all disks including CDROMs and USB ones automount? Seems this does not work. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.