Problems with NTFS...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Robertux
Newbie
Newbie
Posts: 2
Joined: Fri Jun 18, 2010 5:08 pm

Problems with NTFS...

Post by Robertux »

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.
James McKenzie

Problems with NTFS...

Post by James McKenzie »

Robertux wrote:
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.

Look for a prior bug report on NTFS issues. There is/was development on
supporting extended file attributes that NTFS loves to use.

James McKenzie
Robertux
Newbie
Newbie
Posts: 2
Joined: Fri Jun 18, 2010 5:08 pm

Post by Robertux »

Thank you for their prompt answer, I have already looked for in this forum topics that they refer to similar problems to mine, but I have not found any satisfactory, other solution say that I also looked for previously - via Google - and I didn't find anything that it solves this problem, another time, thank you.
John Drescher

Problems with NTFS...

Post by John Drescher »

On Fri, Jun 18, 2010 at 9:19 PM, Robertux <[email protected]> wrote:
Thank you for their prompt answer, I have already looked for in this forum topics that they refer to similar problems to mine, but I have not found any satisfactory, other solution say that I also looked for previously - via Google - and I didn't find anything that it solves this problem, another time, thank you.
The best solution is to use a native *nix filesystem with wine.

John
Locked