http://bugs.winehq.org/show_bug.cgi?id=21695
Summary: MasterSeeker: fixme:mountmgr:harddisk_ioctl unsupported ioctl 900b3 Product: Wine Version: 1.1.38 Platform: x86-64 URL: http://www.mediafire.com/download.php?yzgdjjyuyuj OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: ivg2003@hotmail.com
Created an attachment (id=26226) --> (http://bugs.winehq.org/attachment.cgi?id=26226) Backtrace and MasterSeekerLog.txt
Hi
In my application (MasterSeeker) i scanning the MFT in NTFS volume with FSCTL_ENUM_USN_DATA = 0x000900b3, works like a charm in regular Windows operating system, but not in WINE. The scan running in background thread, and if any fail occour and dont searching for files, and errors logger into C:\MasterSeekerLog.txt
Tested in Fedora 12, Microsoft .NET Framework 2.0 (no SP), with root permissions.
Links that describes the unsupported IOCTL and code examples: http://social.msdn.microsoft.com/Forums/en-SG/csharpgeneral/thread/c1550294-... http://www.microsoft.com/msj/0999/journal/journal.aspx http://g.www.ms.akadns.net/msj/1099/journal2/journal2.aspx
http://bugs.winehq.org/show_bug.cgi?id=21695
DxCK ivg2003@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26226|0 |1 is obsolete| |
--- Comment #1 from DxCK ivg2003@hotmail.com 2010-02-12 07:36:36 --- Created an attachment (id=26227) --> (http://bugs.winehq.org/attachment.cgi?id=26227) backtrace uncompressed
http://bugs.winehq.org/show_bug.cgi?id=21695
--- Comment #2 from DxCK ivg2003@hotmail.com 2010-02-12 07:37:08 --- Created an attachment (id=26228) --> (http://bugs.winehq.org/attachment.cgi?id=26228) MasterSeekerLog uncompressed
http://bugs.winehq.org/show_bug.cgi?id=21695
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-12 08:47:51 --- Wine Doesn't access filesystem directly.
http://bugs.winehq.org/show_bug.cgi?id=21695
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-12 08:48:03 --- Closing
http://bugs.winehq.org/show_bug.cgi?id=21695
--- Comment #5 from DxCK ivg2003@hotmail.com 2010-02-12 08:57:12 --- Why doesn't Wine access filesystem directly?
http://bugs.winehq.org/show_bug.cgi?id=21695
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2010-02-15 07:23:36 --- (In reply to comment #5)
Why doesn't Wine access filesystem directly?
Because Wine is not an OS.