On Thu, 2003-06-05 at 10:40, Douglas Stalker wrote: > I have two systems - one Linux (RedHat 7.3) and one using Windows > 2000. Is it possible to configure Wine to use the windows > installation on the other system to provide libraries and programs on > the Linux box? I've mounted the C: from the Windows system on the > Linux box using Samba, but trying to use this as the Wine c: results > in a Bus Error when executing programs. > > Is this configuration possible,
It's possible, and indeed it's quite common. It's not something I personally recommend though - depending on the app you'll probably need to let wine write to your C drive, which is not cool. What are you trying to run? > and if so how do I get it to work? you configure your C drive to point to the windows partition in ~/.wine/config. If you're getting bus errors though, I'd suspect that something other than your drive configuration was wrong. James. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
