Tagged Questions
3
votes
1answer
410 views
Mount a Device Read Only using Udisk w/ Python
So I am writing a python script that is attempting to use UDisk to mount and unmount devices. I'm using something like this:
disk_dev_func = dbus.Interface(self.device_obj, ...