http://bugs.winehq.org/show_bug.cgi?id=34198
Bug #: 34198 Summary: Syslinux unable to fetch NTFS volume info Product: Wine Version: 1.7.0 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: onny@project-insanity.org Classification: Unclassified
Error running following command:
onny# wine syslinux.exe -maf -d /multiboot D: fixme:ntdll:server_ioctl_file Unsupported ioctl 560000 (device=56 access=0 func=0 method=0) Could not fetch NTFS volume info: Request not supported.
I cannot tell yet which functionality is required to get syslinux work on NTFS partitions.
http://bugs.winehq.org/show_bug.cgi?id=34198
Roman Franchuk franchukrom@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |franchukrom@gmail.com
--- Comment #1 from Roman Franchuk franchukrom@gmail.com 2013-09-08 07:53:20 CDT --- In wine, "disks" are just file systems (your disk d:, for example, is just a bunch of files that are placed in /mnt/D, not a disk with NTFS itself). Wine does not have any raw access to your disk (in particular, wine have nothing to do with NTFS), and it even does not know that your D: actually points to NTFS partition, so programs like syslinux that need raw access to your partition can not work in wine.
https://bugs.winehq.org/show_bug.cgi?id=34198
roger@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roger@mailinator.com
--- Comment #2 from roger@mailinator.com --- isnt this bug invalid/wontfix then?
https://bugs.winehq.org/show_bug.cgi?id=34198
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX
--- Comment #3 from Austin English austinenglish@gmail.com --- I think WONTFIX is appropriate here.
https://bugs.winehq.org/show_bug.cgi?id=34198
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.