0
votes
3answers
124 views

How to programatically determine if a drive is DVD-RW/CD-RW under Windows?

I want to block the user to backup files to optical discs, so I have to determine if a CDROM drive is writable. How to do under Windows?
1
vote
2answers
760 views

How to map /proc/bus/usb/devices entry to a /dev/sdX device?

I need to know how I can figure out to which entry in /proc/bus/usb/devices a /dev/sdX device maps to. Basically, I need to know the vendor id and product id of a given USB stick (which may not have ...
0
votes
1answer
462 views

Detect pen drive

I need to detect when a pen drive (or more) is connected. I would prefer low-level ways, but also high-level ways are good. Development environment: C language on linux OS.