Tagged Questions

2
votes
6answers
2k views

How to match linux device path to windows drive name?

I'm writing an application that on some stage performs low-level disk operations in Linux environment. The app actually consists of 2 parts, one runs on Windows and interacts with a user and another ...
1
vote
2answers
344 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 ...