http://bugs.winehq.org/show_bug.cgi?id=12115
Summary: Error when scanning drive on Recuva 1.11 Product: Wine Version: 0.9.57. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jfarroyo82@hotmail.com
when trying to scan drive_c the following error message is displayed in Recuva:
"Bad device type"
No message in log
http://bugs.winehq.org/show_bug.cgi?id=12115
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.filehippo.com/dow | |nload/file/bb68b2ca7b0bb6f3e | |ba6e5fe06a60ae4ac5f620197a08 | |6f5ae155aea85179adb/ Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download
--- Comment #1 from Austin English austinenglish@gmail.com 2008-03-19 11:58:05 --- Confirming. I tried setting device type to local hard disk, as well as assigning a serial number and label with no luck. I'll attach a +relay,+seh,+tid in a second.
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #2 from Austin English austinenglish@gmail.com 2008-03-19 11:58:56 --- Created an attachment (id=11497) --> (http://bugs.winehq.org/attachment.cgi?id=11497) +relay,+seh,+tid bzip2 -9'ed
http://bugs.winehq.org/show_bug.cgi?id=12115
javier fernandez jfarroyo82@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major
--- Comment #3 from javier fernandez jfarroyo82@hotmail.com 2008-03-19 14:38:51 --- changin severity from enhancemment to major, since the utility cannot be used for its purpose with this bug
http://bugs.winehq.org/show_bug.cgi?id=12115
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |enhancement
--- Comment #4 from James Hawkins truiken@gmail.com 2008-03-19 16:17:08 --- No this is not major. Please read the severity definitions.
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #5 from javier fernandez jfarroyo82@hotmail.com 2008-03-20 21:26:48 --- (In reply to comment #4)
No this is not major. Please read the severity definitions.
where are them? i cant find the page
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #6 from James Hawkins truiken@gmail.com 2008-03-21 00:07:51 --- The "Severity" label is underlined: click on it. Just for reference though:
http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #7 from javier fernandez jfarroyo82@hotmail.com 2008-03-21 11:10:36 --- latest Recuva right now (1.12) still suffers this bug
http://bugs.winehq.org/show_bug.cgi?id=12115
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #8 from Anastasius Focht focht@gmx.net 2008-03-21 13:04:37 --- Hello,
what the app is basically trying to do on standard wine 'drive_c' (dosdevices/c:) -> seeking/reading/writing raw sectors (bootsector, file system structures, ...) won't work/is not supported by design. It would be pointless for wine 'pseudo' disk devices.
If you want the tool to mess with a real windows partition you can of course mount it, set the right permissions for raw access and add/configure it using winecfg drive mapping.
Just an advice ... if you use such tools that directly read/write from/to disk, skipping OS/filesystem drivers use a separate disk/partition for recovery. Modifying an already corrupted disk is asking for trouble.
WONTFIX in my opinion. Some info should be added to the appdb entry to explain the issue. Ideally there could be a small wiki entry too so one can just refer to it next time ;-)
Regards
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #9 from javier fernandez jfarroyo82@hotmail.com 2008-03-21 17:56:13 --- i dont agree with you
there are few software for file recovery over an ext2/3 filesystem, so it is possible to use this software under Wine
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #10 from Austin English austinenglish@gmail.com 2008-03-21 18:38:41 --- (In reply to comment #9)
i dont agree with you
there are few software for file recovery over an ext2/3 filesystem, so it is possible to use this software under Wine
Are you trying to use Recuva to recover files from an ext2/3 system using wine? Because if so, that's not going to work...
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #11 from javier fernandez jfarroyo82@hotmail.com 2008-03-21 19:15:55 ---
Are you trying to use Recuva to recover files from an ext2/3 system using wine? Because if so, that's not going to work...
i an trying to use recuva in the drive_c created by Wine, which is ext2/3 filesystem after all
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #12 from Austin English austinenglish@gmail.com 2008-03-21 19:46:19 --- (In reply to comment #11)
Are you trying to use Recuva to recover files from an ext2/3 system using wine? Because if so, that's not going to work...
i an trying to use recuva in the drive_c created by Wine, which is ext2/3 filesystem after all
Yes, it is, however, recuva is a very low level program, looking at the hard drive sectors themselves for lost files. It expects to see a FAT(16?)/32 or NTFS filesystem, along with the hard drive device which it can scan at a low level for lost files. Even if you fooled recuva into thinking your drive_c was a physical hard drive, it's the wrong partition type. There's a possibility that it may be possible to have recuva work on a usb drive for instance, or some other device that IS FAT/NTFS formatted, but I don't know how easy that would be to implement.
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #13 from javier fernandez jfarroyo82@hotmail.com 2008-03-21 20:27:09 --- i have tried to recover files from my physical NTFS partition (mounted as hda1), but fails too, though it displays a different error code. I cant pos it now bwecause i donot know it but let me post it tomorrow, maybe in another bug report
http://bugs.winehq.org/show_bug.cgi?id=12115
--- Comment #14 from Anastasius Focht focht@gmx.net 2008-03-22 04:21:08 --- Hello,
--- quote --- i dont agree with you
there are few software for file recovery over an ext2/3 filesystem, so it is possible to use this software under Wine --- quote ---
You actually haven't read what I wrote... I didn't say that's impossible to use this software under wine!
You can still use it for drives which are mapped to physical devices/partitions (assuming mounted with proper permissions). You can't use it on wine's builtin 'pseudo' disk device 'drive_c' because it does *not* map to a real disk device! Although some physical disk device behaviour is emulated (few ioctls, disk geometry, volume info, serial number) it doesn't work like a full fledged physical partition. By design.
--- quote --- i an trying to use recuva in the drive_c created by Wine, which is ext2/3 filesystem after all --- quote ---
Again, you haven't understood. You mix up several things.
--- quote --- i have tried to recover files from my physical NTFS partition (mounted as hda1), but fails too, though it displays a different error code. I cant pos it now bwecause i donot know it but let me post it tomorrow, maybe in another bug report --- quote ---
If the tool is used against drives which are backed by disk devices/partitions then this bug is valid. If you persist to use it on 'pseudo' disk device 'drive_c' then this bug is simply WONTFIX/INVALID.
--- quote --- Even if you fooled recuva into thinking your drive_c was a physical hard drive, it's the wrong partition type. There's a possibility that it may be possible to have recuva work on a usb drive for instance, or some other device that IS FAT/NTFS formatted, but I don't know how easy that would be to implement. --- quote ---
Austin, please don't add more confusion. This tool can perfectly work on real disk devices. Wine has all the necessary stuff implemented.
Regards
http://bugs.winehq.org/show_bug.cgi?id=12115
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX
--- Comment #15 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-22 04:59:02 --- Msrking as WONTFIX according to Anastasius' explanations.
http://bugs.winehq.org/show_bug.cgi?id=12115
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-22 04:59:15 --- Closing.