2

i need to mount and unmount flash drive in my code -written with python- without using command line or os module.

how can i mount/unmount flash drive with using dbus ( also hal)?

3
  • You might get better answers on Superuser or Ubuntu... Commented Aug 18, 2010 at 13:43
  • I'm not even sure if the answer is in os, but why would you disallow probably the second-most common stdlib? Commented Aug 18, 2010 at 14:26
  • i intended to use os module for using command line in my program, but it doesnt satisfy my requirements. i need to mount/unmount flash disk with using hal and dbus. Commented Aug 19, 2010 at 10:01

1 Answer 1

2

Check here for hal(in maintenance mode) or here for udisks

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.