My sincere recognition for the great work developed when making Wine. I am having a problem with the version 1.2-rc3; specifically I cannot write (from applications that they run in Wine), toward NTFS partitions; the strange thing is that I can read and until erasing files (from the browser of Wine or from Xplorer2 for example). If I run Ltspice for example, I can load without problems the file with the circuit (this file is in a NTFS partition); but when trying to run a simulation of the same one, then Ltspice opens a window where says: " Trouble writing nnn bytes to the disk ... Full? Permission Problem ?" (Where nn is the quantity of bytes that is not always the same one) To be exact I have seen that the programs begin to write a small quantity of bytes in the partition (between 10Kb and 300Kb), and stops then to stop with some error message. >From native Linux applications, as Emelfm2, I don't have problems to write toward NTFS partitions. To give an idea of my system: uname -a Linux slitaz 2.6.34-slitaz #1 PREEMPT Thu Jun 10 18:06:53 UTC 2010 i686 mount rootfs on / type rootfs (rw) /dev/root on / type xfs (rw,relatime,attr2,nobarrier,noquota) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) devpts on /dev/pts type devpts (rw,relatime,mode=600) tmpfs on /dev/shm type tmpfs (rw,relatime) /var/downloads on /var/downloads type dazukofs (rw,relatime) /dev/hda6 on /media/harddisk type vfat (rw,relatime,uid=1000,gid=1000,fmask=0133,dmask=0022,codepage=cp850,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/hda7 on /media/bak1 type vfat (rw,relatime,uid=1000,gid=1000,fmask=0133,dmask=0022,codepage=cp850,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/hda8 on /media/bak2 type vfat (rw,relatime,uid=1000,gid=1000,fmask=0133,dmask=0022,codepage=cp850,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/hda9 on /media/bak3 type vfat (rw,relatime,uid=1000,gid=1000,fmask=0133,dmask=0022,codepage=cp850,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/hda10 on /media/bak4 type vfat (rw,relatime,uid=1000,gid=1000,fmask=0133,dmask=0022,codepage=cp850,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/hda11 on /media/bak5 type xfs (rw,relatime,attr2,nobarrier,noquota) usbfs on /proc/bus/usb type usbfs (rw,relatime) /dev/hda1 on /media/windows type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096) fstab (related to NTFS part): /dev/hda1 /media/windows ntfs-3g uid=1000,gid=1000,fmask=0133,dmask=0022,nls=utf8 exec Running Ltspice from xterm with Wine, no echoes any error... >From already thank you and until soon.