Tagged Questions

2
votes
2answers
258 views

Find a HAL object based on /dev node path

I'm using python-dbus to interface with HAL, and I need to find a device's UDI based on it's path in the /dev hierarchy. So given a path such as /dev/sdb, I want to get a value back like ...
2
votes
2answers
221 views

Unit testing for D-Bus and HAL?

How does one test a method that does some interactions with the local D-Bus (accessing a HAL object)? Results of tests will differ depending on the system that the test is run on, so I don't know ...
1
vote
1answer
518 views

Disable GNOME's automount with Python

I need to stop GNOME/Nautilus from automagically mounting new devices and partitions as they appear to the system. How can I accomplish this in python?
1
vote
2answers
74 views

How to mark a device in a way that can be retrived by HAL but does not require mounting or changing the label

I'm trying to find a way to mark a USB flash device in a way that I can programmaticly test for without mounting it or changing the label. Are there any properties I can modify about a device that ...