> Ahh ok so the /etc version was blocking the now default /lib version
of the persistent storage rule?

Yes, an identically named file in /etc/udev/rules.d replaces
/lib/udev/rules.d/.

> I upgraded from Jaunty to the Karmic beta around October 12th ish

Jaunty did not ship the file in /etc/ any more either. What Ubuntu
version did you install originally?

I compared your file to the original versions in both hardy (8.04 LTS)
and intrepid (8.10), and it's different from both of them. It's closer
to the intrepid version, but even there there is still a diff:

 # forward scsi device event to corresponding block device
-ACTION=="change", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", 
TEST=="block", ATTR{block/*/uevent}="change"
+#ACTION=="change", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", 
TEST=="block", ATTR{block/*/uevent}="change"

 ACTION!="add|change", GOTO="persistent_storage_end"
 SUBSYSTEM!="block", GOTO="persistent_storage_end"
@@ -51,12 +51,16 @@
 ENV{DEVTYPE}=="partition", ENV{ID_PATH}=="?*", 
SYMLINK+="disk/by-path/$env{ID_PATH}-part%n"

 # skip unpartitioned removable media devices from drivers which do not send 
"change" events
-ENV{DEVTYPE}=="disk", KERNEL!="sd*|sr*", ATTR{removable}=="1", 
GOTO="persistent_storage_end"
+# ENV{DEVTYPE}=="disk", KERNEL!="sd*|sr*", ATTR{removable}=="1", 
GOTO="persistent_storage_end"
 # skip optical drives without media
+
+#XXX
+ENV{DEVTYPE}=="partition", IMPORT{program}="vol_id --export $tempnode"
+
 ENV{DEVTYPE}=="disk", KERNEL=="sr*", ENV{ID_CDROM_MEDIA_TRACK_COUNT}!="?*", 
GOTO="persistent_storage_end"

 # import filesystem metadata
-IMPORT{program}="vol_id --export $tempnode"
+#IMPORT{program}="vol_id --export $tempnode"

 # by-label/by-uuid links (filesystem metadata)
 ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", 
SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}"

> The only problem I have now is that the icon that used to be created
on the desktop for the mounted camera is no longer a camera icon

That sounds like a gvfs problem. Is there a "DCIM" folder on the camera?
That's used as an indication of whether it is a digital camera. Please
open a new report against gvfs, with the output of "gvfs-mount -li"  and
"ls -l /media/YOUR_CAMERA_NAME" when the camera is automounted.

-- 
does not detect file systems -- old vol_id rule in /etc/udev/rules.d
https://bugs.launchpad.net/bugs/480131
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to