Hi! i just downloaded 20010510 sources, compiled and installed it on my RedHat 7.1 linux box. I have several vfat (fat32) and linux (ext2) partitions on my pc ( i also have a windows98 installation). I have configured the fat32 parrtition like: [Drive E] "Path" = "/deposito" "Type" = "hd" "Filesystem" = "vfat" and the ext2 like: [Drive J] "Path" = "${HOME}" "Type" = "network" "Filesystem" = "win95" The "/deposito" partiton is mounted like this: /dev/hda5 on /deposito type vfat (rw,uid=500,gid=500,umask=0) i am the user "500". The problem: i cant write to any FAT32 partition, never, under any win32 programs. I can write to ext2 partiotion: for example, in Wonrd97 or VirtuaDub or whatever program i can save files to: J:\example.doc but cant to: E:\example.doc it says "disk full or read only". The partition is NOT read only as you can read (umask=0) and this problem happens even if i am ROOT! I am using a standard wine conf file, i havent changed any dll loads order. Can anyone help me? -- Willy Gardiol gardiol@libero.it www.poli.studenti.to.it/~s92884 digilander.iol.it/Shimitar Orgoglioso di NON essere Cattolico
On Sun, 24 Jun 2001, Willy Gardiol wrote:> > Hi! > i just downloaded 20010510 sources, compiled and installed it on my RedHat > 7.1 linux box....> The "/deposito" partiton is mounted like this: > /dev/hda5 on /deposito type vfat (rw,uid=500,gid=500,umask=0) > i am the user "500". > > The problem: i cant write to any FAT32 partition, never, under any win32 > programs. I can write to ext2 partiotion: > for example, in Wonrd97 or VirtuaDub or whatever program i can save files to: > J:\example.doc > but cant to: > E:\example.doc > > it says "disk full or read only". The partition is NOT read only as you can > read (umask=0) and this problem happens even if i am ROOT!It must be my day to ask stupid questions. Is it full? "df" to see. Can you write to it with an ordinary linux app, say cp /usr/local/bin/wineserver /deposito/splooft.exe rm /deposito/splooft.exe ? (it's no particular good to you there, so we may as well clean up after ourselves).> > I am using a standard wine conf file, i havent changed any dll loads order.I have never met a native windose dll I liked, so I do loads order like so: [DllOverrides] "*" = "builtin, so, native" [AppDefaults\\juno.exe\\DllOverrides] "msvcrt" = "native" "riched32" = "native" [AppDefaults\\netscape.exe\\DllOverrides] "msvcrt" = "native" I doubt that is anything to do with this one, though.> > Can anyone help me? >Sorry, I don't have any fat filesystems or spare partitions, and it seems too much trouble to make one on a loopback device, put it in .wine/config and find a windose app to test with, but vfat worked last time I used it. With few exceptions (aspi?) wine uses the linux access methods for any fstype you have a linux driver for. There is nothing real special about vfat. Permissions are set by mount, but it looks as if you know that already.> -- > Willy Gardiol > gardiol@libero.it > www.poli.studenti.to.it/~s92884 > digilander.iol.it/Shimitar > Orgoglioso di NON essere Cattolico >Lawson ---cut here--- ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/tagj.
> > > The "/deposito" partiton is mounted like this: > > /dev/hda5 on /deposito type vfat (rw,uid=500,gid=500,umask=0) > > i am the user "500". > > > > The problem: i cant write to any FAT32 partition, never, under any win32 > > programs. I can write to ext2 partiotion: > > for example, in Wonrd97 or VirtuaDub or whatever program i can save files > > to: J:\example.doc > > but cant to: > > E:\example.doc > > > > it says "disk full or read only". The partition is NOT read only as you > > can read (umask=0) and this problem happens even if i am ROOT! > > It must be my day to ask stupid questions. Is it full? "df" to see.No, i have more than 2gb free on /deposito and less than 1gb on others partitions.> Can you write to it with an ordinary linux app, say > cp /usr/local/bin/wineserver /deposito/splooft.exe > rm /deposito/splooft.exeyes, i can normally write to those partition with any linux program, both as root and user. Please note, my wine programs CANT write to fat partitions even if i am ROOT (not exactly, some installation programs can write... but most of windows programs cant) -- Willy Gardiol gardiol@libero.it www.poli.studenti.to.it/~s92884 digilander.iol.it/Shimitar Orgoglioso di NON essere Cattolico
On Sun, 1 Jul 2001, Willy Gardiol wrote:> > This is what i did in word for windows 97, italian release: > > > 1) "Save as..." from file menu > > > 2) go to fat32 hard drive > > > 3) type a name (in the log: ddd) > > > 4) save. It says "The file is alreayd open, Try egain?" > > > 5) say yes and retype a different name (in the log: dd) > > > 6) it works. but why? > > Here it is bzip2ed, 41mb uncompressed. > To get to the right point look for "E:\\ddd.doc" string. I have logged both > +relay and +files to better understand what it does and when. >I meant for you to cut out a few thousand lines around the point of interest, and just [b]zip that and send it. Oh, well. Now I know I can receive a 600k binary file by email. I can change the getsize I use with www4mail from 262144 to 524288.> i tryed on my "c:\" partition which is a fat32 with 700mb, nothing change. > > A couple of last points: > 1) again in word97, sometimes when i select "save" or "save as" or "open" > from file menu the file dialog box doesnt pop up until i change the focus > from word to another linux app and then back to word > > 2) when i use the open dialog box to open a file, i can click of a file but i > have to type the name in the filename text box. If i click on the file name > it makes me rename it instad of selecting... >There is work still going on to fine-tune controls and dialogs. Seems to be a remarkably fussy and fuzzy area, but I trust we will get it mostly right eventually.> -- > Willy Gardiol > gardiol@libero.it > www.poli.studenti.to.it/~s92884 > digilander.iol.it/Shimitar > Orgoglioso di NON essere Cattolico > > >Lawson The chief cause of problems is solutions. ---cut here--- ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/tagj.