http://bugs.winehq.org/show_bug.cgi?id=7711
--- Comment #81 from Hans Leidekker hans@meelstraat.net 2011-02-12 06:01:46 CST --- (In reply to comment #80)
Call KERNEL32.CreateFileW(00e9b458
L"D:\loopdir\ext3_loopback",80000000,00000003,0033dee4,00000003,00000080,00000000)
The call fails because that file is not present.
So if I create a small ext2 filesytem and copy it there the app finally detects the device:
$ dd if=/dev/zero of=ext2.img count=1024 bs=4096 $ mkfs.ext2 ext2.img $ cp ext2.img /media/INTERNAL/loopdir/ext3_loopback
The app bundles e2fsck.exe and it looks like it's only interested in getting a clean filesystem check. I don't understand why this file isn't present on my device though.