Search Results

2
votes
5answers
1k views

How to match linux device path to windows drive name?

Hi, 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 use …
1
vote

How to match linux device path to windows drive name?

Partitions have UUIDs associated with them. I don't know how to find these in Windows but in linux you can find the UUID for each partition with: sudo vo …