Hi,

On Fri, 3 Nov 2000, Timothy Wilson wrote:

> The wine docs say that the Windows partition must be mounted readable and
> writable by the wine user. 

> /dev/hda1 /windows/c vfat rw            0       2


The mount command can accept parameters for group/user ownership. Change
your line to this:

/dev/hda1 /windows/c vfat rw,gid=<gid>,uid=<uid>            0       2

That'll make everything on /windows/c appear to be owned by uid <uid> and
group <gid>.

Current Wine is pretty impressive; I was able to run Excel, load, modify
and even SAVE files!!! Can't print though.

-Yaron

--