jsstevenson wrote: > The question is, is there a way of making this device (/dev/sdc) visible to wine without the luxury of mounting it, thus enabling "Recover My Files" to see the drive in question and perform its low-level inspection and recovery processes? You can try this: Code: mkdir /tmp/c ln -s /tmp/c ~/.wine/dosdevices/f: ln -s /dev/sdc ~/.wine/dosdevices/f:: However I don't think you'll get far with it because Wine does not support low level hdd access.