Stefano Salvi wrote:
I looked for any information or hint about udev and
gnome-volume-manager, but I found very little and confusimg docs in
internet.
If you want the partitions to be automounted, the devices should be
created with the "hal" group.
I'v added to te file /etc/udev/rules.d/020_permissions.rules the lines:
----------------------
## MMC devices
BUS=="mmc", KERNEL=="mmcblk*", GROUP="hal"
----------------------
and now I get:
brw-rw---- 1 root hal 254, 0 2005-11-06 18:00 /dev/mmcblk0
brw-rw---- 1 root hal 254, 1 2005-11-06 18:00 /dev/mmcblk0p1
exactly the same as my pendrive:
brw-r----- 1 root hal 8, 0 2005-11-06 18:00 /dev/sda
brw-r----- 1 root hal 8, 1 2005-11-06 18:00 /dev/sda1
that is regularly mounted
but still the MMC doens't get mounted!
What more must I do to get the card mounted?
What happens when you 'pmount -d /dev/mmcblk0p1'?
>
> [snip]
>
[EMAIL PROTECTED]:~$ pmount -d /dev/mmcblk0p1
resolved /dev/mmcblk0p1 to device /dev/mmcblk0p1
mount point to be used: /media/mmcblk0p1
no iocharset given, current locale encoding is ISO-8859-15
Cleaning lock directory /var/lock/pmount/_dev_mmcblk0p1
device_whitelist: checking /etc/pmount.allow...
device_whitlisted(): nothing matched, returning 0
find_sysfs_device: looking for sysfs directory for device 254:1
find_sysfs_device: checking whether /dev/mmcblk0p1 is on
/sys/block/mmcblk0 (254:0)
find_sysfs_device: major device numbers matchfind_sysfs_device: minor
device numbers do not match, checking partitions...find_sysfs_device:
checking whether device /dev/mmcblk0p1 matches partition 254:0
find_sysfs_device: checking whether device /dev/mmcblk0p1 matches
partition 254:1
find_sysfs_device: -> partition matches, belongs to block device
/sys/block/mmcblk0
device_removable: corresponding block device for /dev/mmcblk0p1 is
/sys/block/mmcblk0
get_blockdev_attr: value of /sys/block/mmcblk0/removable == 0
Errore: il dispositivo /dev/mmcblk0p1 non รจ rimovibile
policy check failed
--------------------------------------------------------
and the device is not mounted.
I noticed that pmount reports that the device is not removable (that is
incorrect). How can I mark it removable?
Why, when the device is in fstab and pmount succedes it doesn't get
automounted?
I ran into this problem this morning: are you using kernel 2.6.12 or
later? Since moving off 2.6.8, I have needed a newer libsysfs in order
to pmount external usb hard drives.
libsysfs1 1.3.0-2 from unstable does the job for me. I was tipped off by
<http://www.mail-archive.com/[email protected]/msg36342.html>.
--
Sam Morris
http://robots.org.uk/
PGP key id 5EA01078
3412 EA18 1277 354B 991B C869 B219 7FDB 5EA0 1078
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]