<html>
<head>
</head>
<body>
Lawson,<br>
<br>
I did read your suggested input and validated that in fact they were all
implemented. &nbsp;<br>
<br>
This reply was a reply to a second answer.&nbsp; <br>
<br>
Here is the fstab section:<br>
<br>
/dev/hda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ext2&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 1<br>
/dev/hda7&nbsp;&nbsp;&nbsp; /usr&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ext2&nbsp;&nbsp;&nbsp; defaults,auto&nbsp;&nbsp;&nbsp; 0 0<br>
/dev/hda6&nbsp;&nbsp;&nbsp; /home&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ext2&nbsp;&nbsp;&nbsp; defaults,auto &nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp; <br>
/dev/hda1&nbsp;&nbsp;&nbsp; /mnt/win98&nbsp; vfat&nbsp;&nbsp;&nbsp; defaults,auto,umask=0,sync&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp; <br>
<br>
Here is the referenced ls /mnt output line:<br>
<br>
drwxrwxrwx&nbsp;&nbsp; 21 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4096 Dec 31&nbsp; 1969 win98<br>
<br>
Here is the copy of the $HOME/.wine/config file<br>
<br>
[Drive C]<br>
"Path" = "/mnt/win98"<br>
"Type" = "hd"<br>
"Label" = "win98"<br>
"Filesystem" = "win95"<br>
<br>
It was your input that got the permissions to 0777, however Word still fails.
<br>
<br>
This error must be either part of a registry or word config parameter, etc.
<br>
<br>
Again, &nbsp;Thank you for your help,<br>
Dan<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:lawson_whitney@juno.com">lawson_whitney@juno.com</a> wrote:<br>
<blockquote type="cite" cite="mid:20011217.180336.134662584.1.lawson_whitney@juno.com">
  <pre wrap="">On Mon, 17 Dec 2001, dan wrote:<br><br></pre>
  <blockquote type="cite">
    <pre wrap="">Pavel,<br><br>Thanks,<br><br>Yes /mnt/win98 is mounted as 0777 and word still can't write.<br><br>The error messages are in 8.3 format, it may be a word config thing.<br><br>Dan<br></pre>
    </blockquote>
    <pre wrap=""><!----><br>You thnaked me for my comments, you quoted them, but AFAICT, you didn't<br>read them.  A fat32 partition can be mounted either msdos or vfat.<br>If it has the fstype msdos, Linux will limit filenames to 8.3; with<br>"Filesystem" = "win95" (or "vfat"), Wine will not.  The result will be<br>that any attempt to write a file with a name that is not 8.3 will fail,<br>probably with a messagebox.<br><br>A fstype of auto will try filesystems in the order they appear in<br>/etc/filesystems if it exists, or in /proc/filesystems, and use the<br>first one that works, be it msdos or vfat.<br><br>to fix that, umount the filesystem, change its /etc/fstab line to be<br>fstype vfat and remount it.<br><br>Of course this is pure speculation, but it is one reason an app might<br>not be _able_ to create a file even though it may be permitted to.<br><br>You could also try running<br><br>wine --debugmsg +file blah.exe 2&gt;&amp;1|tee logfile<br><br>to see what Wine is tr
ying to do and what joy it is getting doing it.<br><br>Lawson<br>---oof---<br><br><br>________________________________________________________________<br>GET INTERNET ACCESS FROM JUNO!<br>Juno offers FREE or PREMIUM Internet access for less!<br>Join Juno today!  For your FREE software, visit:<br><a class="moz-txt-link-freetext" href="http://dl.www.juno.com/get/web/">http://dl.www.juno.com/get/web/</a>.<br><br>_______________________________________________<br>wine-users mailing list<br><a class="moz-txt-link-abbreviated" href="mailto:wine-users@winehq.com">wine-users@winehq.com</a><br><a class="moz-txt-link-freetext" href="http://www.winehq.com/mailman/listinfo/wine-users">http://www.winehq.com/mailman/listinfo/wine-users</a><br><br></pre>
    </blockquote>
    <br>
    </body>
    </html>