Hi,
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?
|
|
|
|
|
|
|
Why would do it in Python? You can just use the commandline, as in:
If you really need it to be in Python, then you can use the subprocess module:
But I'm really not sure that it's necessary here. |
||||
|