ayyayyekokojambo
ayyayyekokojambo

Reputation: 1255

How to mount/unmount flash disk with using hal,dbus in python?

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)?

Upvotes: 2

Views: 1186

Answers (1)

yuyichao
yuyichao

Reputation: 776

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

Upvotes: 2

Related Questions