Hi I cloned udisks code and started digging "how udisk does it." But I am not able to find out from the code "how it does that". I am hoping someone more familiar with the code base can help me out here.
A little bit of history on my requirement: I have an embedded device where I don't have udisks and related libs available but I have mdev. I was doing automouting with mdev. It works very well but I want to know the fs labels of the partitions that I am mouting so that mount points are a lot more meaningful. On my desktop I see that udisks does it automatically. I looked around on net and saw that for linux partitions I need e2label for fat, mtools for ntfs, ntfstools that is too many tools for a simple job. Then I thought let me write some quick code to recognize that but it seems information about how to retrieve those is not avaialbel easily. Then I turned to udisks. I don't want to stuff all of udisks dependencies in there for such a small task. -- pritam
_______________________________________________ devkit-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/devkit-devel
