Tagged Questions
1
vote
2answers
399 views
How to get drive label in Linux using C from userspace
I need to get a label for specific device using c/c++ (and no d-bus) in linux. The problem is that i can't just open device and read it's information (for extN it is very easy to get label from ...