Hi<div><br></div><div><div>I cloned udisks code and started digging "how udisk </div><div>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</div>
<div>help me out here.</div></div><div><br></div><div>A little bit of history on my requirement:<br><br></div><div>I have an embedded device where I don't have udisks and related libs available but I have mdev.</div><div>
I was doing automouting with mdev. It works very well but I want to know the fs labels of the </div><div>partitions that I am mouting so that mount points are a lot more meaningful. On my desktop I see that udisks </div><div>
does it automatically. I looked around on net and saw that </div><div>for linux partitions I need e2label</div><div>for fat, mtools</div><div>for ntfs, ntfstools</div><div><br></div><div>that is too many tools for a simple job. Then I thought let me write some quick code to recognize that but it seems </div>
<div>information about how to retrieve those is not avaialbel easily. Then I turned to udisks. I don't want to stuff all of udisks </div><div>dependencies in there for such a small task.</div><div><div><br></div>-- <br>
pritam<br>
</div>