Am still getting the IOException however, "The device is not ready."
var exfil = from drive in DriveInfo.GetDrives()
where drive.DriveType == DriveType.Removable
&& drive.VolumeLabel == "EXFIL"
select drive;