Tagged Questions

1
vote
2answers
348 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 ...
0
votes
2answers
314 views

Network Drive label

I'm trying to get the label of some network resources mapped as drives. When I use DriveInfo.GetDrives(), local volumes have the VolumeLabel filled parameter as expected, but in network drives it is ...