Apols if there is already an answer to this on the forum but couldn't find it with Search... I'm new to Linux and to Wine. I have just made the conversion from Windows and run Ubuntu/Hardy - my Windows box has a h/w failure. There are some facilities I need urgently from Windows(XP) that I haven't yet sussed in Linux, notably the ability to edit and store multipage Tiffs and mdi docs with mixed individual page formats. Currently installed wine out of the box and trying various WinXP tools with varying success. However it would be very useful if I could install and execute Wine entirely on a detachable (encrypted) hard drive so that it does not (and preferably cannot) write to another disk? Is this possible? If so, how? Pls remember I'm a numpty when it comes to cmd line working! Tks jg1
jg1 wrote:> However it would be very useful if I could install and execute Wine entirely on a detachable (encrypted) hard drive so that it does not (and preferably cannot) write to another disk? > Is this possible? If so, how? Pls remember I'm a numpty when it comes to cmd line working!No it's not possible. Wine have to write at least registry to the disk. So you can't run it 100% from read-only media. You need at least some memdisk. You can only limit Wine to what "disks" it allows applications to access (disk mapping in winecfg). But you can't set them "read-only" within Wine. However Wine can browse the entire file system (starting from the root (/) ). Also see FAQ (http://wiki.winehq.org/FAQ#head-497f1a295d53dd3444f211df2b13312c7767afa2) about running applications installed under windows.