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.