Correctly report read-only images as write protected to host.
Previously MODE SENSE didn't report the write protected bit even
if the image file was set to read-only. Any write requests would
then fail with error.
After this commit the drive will appear write protected to the host.