https://bugs.winehq.org/show_bug.cgi?id=43644 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown CC| |focht(a)gmx.net --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello Mike, you most likely had a broken Linux distro at the time of the bug report = upstream. I can't reproduce this problem with Wine 2.0.2 (version from this ticket) or even much older ones on my Fedora 28 system. ZFS pool on 8TB disk: --- snip --- $ zfs list NAME USED AVAIL REFER MOUNTPOINT testdata 524K 7.04T 100K /testdata testdata/fs1 100K 7.04T 100K /testdata/fs1 --- snip --- Wine 2.0.2: --- snip --- $ (export PATH=~/projects/wine/mainline-install-2.0.2-x86_64/bin/:$PATH && export WINEPREFIX=~/test && rm -rf $WINEPREFIX && wineboot && ln -sf /testdata/fs1/ "$WINEPREFIX/dosdevices/d:" && wine cmd.exe /c dir "d:") wine: created the configuration directory '/home/focht/test' wine: configuration in '/home/focht/test' has been updated. Volume in drive d has no label. Volume Serial Number is 0000-0000 Directory of d: 12/9/2019 9:55 AM 0 testfile 1 file 0 bytes 0 directories 7,738,993,410,048 bytes free --- snip --- Wine 1.4: --- snip --- $ (export PATH=~/projects/wine/mainline-install-1.4-x86_64/bin/:$PATH && export WINEPREFIX=~/test && rm -rf $WINEPREFIX && wineboot && ln -sf /testdata/fs1/ "$WINEPREFIX/dosdevices/d:" && wine cmd.exe /c dir "d:") wine: created the configuration directory '/home/focht/test' wine: configuration in '/home/focht/test' has been updated. Volume in drive D has no label. Volume Serial Number is 0000-0000 Directory of D: 12/9/2019 9:55 AM 0 testfile 1 file 0 bytes 0 directories 7,738,993,410,048 bytes free --- snip --- Wine 1.6.2: --- snip --- $ (export PATH=~/projects/wine/mainline-install-1.6.2-x86_64/bin/:$PATH && export WINEPREFIX=~/test && rm -rf $WINEPREFIX && wineboot && ln -sf /testdata/fs1/ "$WINEPREFIX/dosdevices/d:" && wine cmd.exe /c dir "d:") wine: created the configuration directory '/home/focht/test' wine: configuration in '/home/focht/test' has been updated. Volume in drive D has no label. Volume Serial Number is 0000-0000 Directory of D: 12/9/2019 9:55 AM 0 testfile 1 file 0 bytes 0 directories 7,738,993,410,048 bytes free --- snip --- Maybe you could fill the distro field and provide the exact distro release/kernel version if you remember these details to remedy this a bit. --- snip --- $ uname -a Linux n550 5.0.16-100.fc28.x86_64 #1 SMP Tue May 14 18:22:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux --- snip --- Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.