Just take a practical example: a graphical partition manager (gparted,
qtparted, any partition manager in any linux installation program etc.).
There you need to implement the partitioning using parted, most likely done
using the operation stack parted provides, need to know about partition
flags,
d stuff to the thing which does all the
other disk magic for us, namely UDisks ;-).
@shainer: If I've gotten anything wrong in this mail, correct me please!
Thanks :-).
Kind regards,
Georg
On Thu, Sep 29, 2011 at 3:55 PM, David Zeuthen wrote:
> Hi,
>
> On Fri, Sep 23, 2011 at 6:39
Dear UDisks Developers / Community.
To introduce me and us, I'm on the Chakra-Project team, mainly working on
the system installer Tribe. We are about to rewrite our whole partitioning
to UDisks (using the DBus interface), and are currently in the stage after
the dbus function implementation start