Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#4203 - gnome-volume-manager detects windows partitions as removable media
|
Detailsgnome-volume-manager 1.5.15-3 detects Windows partitions (NTFS, FAT) as removable media.
hal 0.5.7-2 output for one of the partitions: udi = '/org/freedesktop/Hal/devices/volume_uuid_00000000F8521C5C' info.hal_mount.mounted_by_uid = 1000 (0x3e8) (int) info.hal_mount.created_mount_point = '/media/Tools' (string) volume.unmount.valid_options = {'lazy'} (string list) volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-system-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) volume.ignore = false (bool) info.udi = '/org/freedesktop/Hal/devices/volume_uuid_00000000F8521C5C' (string) volume.partition.msdos_part_table_type = 7 (0x7) (int) info.product = 'Tools' (string) volume.size = 8389753344 (0x1f4117a00) (uint64) volume.num_blocks = 16386237 (0xfa08bd) (int) volume.block_size = 512 (0x200) (int) volume.partition.number = 5 (0x5) (int) info.capabilities = {'volume', 'block'} (string list) info.category = 'volume' (string) volume.is_partition = true (bool) volume.is_disc = false (bool) volume.is_mounted = true (bool) volume.mount_point = '/media/Tools' (string) volume.label = 'Tools' (string) volume.uuid = '00000000F8521C5C' (string) volume.fsversion = '3.1' (string) volume.fsusage = 'filesystem' (string) volume.fstype = 'ntfs' (string) storage.model = '' (string) block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_VNVD02G4G5MD0G' (string) block.is_volume = true (bool) block.minor = 5 (0x5) (int) block.major = 3 (0x3) (int) block.device = '/dev/hda5' (string) linux.hotplug_type = 3 (0x3) (int) info.parent = '/org/freedesktop/Hal/devices/storage_serial_VNVD02G4G5MD0G' (string) linux.sysfs_path_device = '/sys/block/hda/hda5' (string) linux.sysfs_path = '/sys/block/hda/hda5' (string) |
This task depends upon
$ mount | grep hda5
/dev/hda5 on /media/Tools type ntfs (rw,noexec,nosuid,nodev)
$ ll /dev/hda5
brw-rw---- 1 root disk 3, 5 2006-03-20 19:31 /dev/hda5
$ groups
log video audio optical floppy storage input users p2p
Also strange: I can unmount hda5 with pumount (unexpected) but not mount it again (expected):
$ pumount /dev/hda5
$ mount | grep hda5
<nothing>
$ pmount /dev/hda5
Error: device /dev/hda5 is not removable
So this "bug" is a feature and can be closed... :>