URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/usb-udev-hal-pmount-gnome-volume-manager Title: USB - udev - hal - pmount - gnome-volume-manager Authors: pini Date: 2005年05月08日T23:01:54+02:00 Tags: debian Score: 0 Bonjour, En creusant via google, j'ai cru comprendre qu'en installant udev, hal, pmount et gnome-volume-manager, mes clefs USB apparaitraient automatiquement dans un nautilus. Ca n'a pas l'air de marcher, et je trouve assez peu d'info sur où regarder pour trouver ce qui ne va pas. Les diverses clefs USB que j'utilise ne sont pas en principe la source du pb : elles fonctionnent correctement quand je les monte avec autofs (par exemple). Pour finir la description générale du pb, je suis en debian sarge, et j'ai essayé deux machines différentes. Voici les quelques détails que j'ai collectés : 1- cat /proc/partition Ma clef apparaît correctement (c'est sda1) 2- lshal Le premier udi donné par lshal semble correpondre à ma clef (je retrouve sda1, la taille de 2Go). Voir le dump à la fin de ce post. Mais je ne sais pas comment exploiter ces infos par rapport au fait que gnome-volume-manager ne m'a rien ouvert. 3- toutes les cases de gnome-volume-properties relatives au stockage amovible sont bien cochées. Merci par avance pour votre aide. # Premier udi donné par lshal udi = '/org/freedesktop/Hal/devices/block_B429-A445' volume.mount_point = '' (string) volume.policy.mount_option.quiet = true (bool) volume.policy.mount_option.iocharset=utf8 = true (bool) volume.policy.mount_option.noatime = true (bool) volume.policy.mount_option.sync = true (bool) volume.policy.desired_mount_point = 'HARD DISK' (string) volume.policy.mount_filesystem = 'vfat' (string) volume.policy.should_mount = true (bool) info.udi = '/org/freedesktop/Hal/devices/block_B429-A445' (string) volume.partition.msdos_part_table_type = 11 (0xb) (int) volume.size = 2138540544 (0x7f778a00) (uint64) volume.block_size = 512 (0x200) (int) volume.num_blocks = 4176837 (0x3fbbc5) (int) volume.partition.number = 1 (0x1) (int) volume.is_partition = true (bool) volume.is_mounted = false (bool) volume.is_disc = false (bool) volume.uuid = 'B429-A445' (string) volume.label = 'HARD DISK' (string) volume.fsversion = 'FAT32' (string) volume.fsusage = 'filesystem' (string) volume.fstype = 'vfat' (string) info.product = 'HARD DISK' (string) block.storage_device = '/org/freedesktop/Hal/devices/block_8_0' (string) block.minor = 1 (0x1) (int) block.major = 8 (0x8) (int) info.capabilities = 'block volume' (string) info.category = 'volume' (string) block.device = '/dev/sda1' (string) info.parent = '/org/freedesktop/Hal/devices/block_8_0' (string) block.is_volume = true (bool) block.have_scanned = false (bool) block.no_partitions = false (bool) linux.sysfs_path_device = '/sys/block/sda/sda1' (string) linux.sysfs_path = '/sys/block/sda/sda1' (string) info.bus = 'block' (string)