Direct physical storage device I/O
-
On Linux I can access physical storage devices directly through the various /dev/* files. On Windows, I can use \.\PhysicalDrive*. Does Qt have an abstracted, platform-independent API for querying available physical devices on a system and opening them for IO?
-
AFAIK, none are available yet, but various are planned. There are external Qt projects that provide this functionality, too.