diff --git a/lib/fluxsink/hardwarefluxsink.cc b/lib/fluxsink/hardwarefluxsink.cc index 503e706e..d32674e5 100644 --- a/lib/fluxsink/hardwarefluxsink.cc +++ b/lib/fluxsink/hardwarefluxsink.cc @@ -39,6 +39,7 @@ public: { if (hardSectorCount.get()) { + usbSetDrive(_drive, high_density, indexMode); std::cerr << "Measuring rotational speed... " << std::flush; nanoseconds_t oneRevolution = usbGetRotationalPeriod(hardSectorCount); _hardSectorThreshold = oneRevolution * 3 / (4 * hardSectorCount);