Results 1 to 5 of 5

Thread: sharing applications across windows and linux partitions

  1. #1
    Join Date
    Sep 2010
    Beans
    3

    sharing applications across windows and linux partitions

    This is more of a question than a problem, but here's the situation:

    I have a laptop with three main partitions -- 100GB Windows 7, 100GB Ubuntu 10.04, and a 300GB FAT32 shared partition. Is there a way for me to install applications to the shared partition and have them be usable in both OSes? For example if I install something to the shared drive using Wine, will Windows be able to run it? The answer is probably no, but I thought I would ask. (The apps in question are MediaMonkey and Photoshop.)

  2. #2
    Join Date
    Dec 2007
    Location
    San Antonio Texas
    Beans
    454

    Re: sharing applications across windows and linux partitions

    it seems possible so long as you install the program in Windows first seeing as Wine installs a program to the ~/.wine/drive_c/Program Files folder in your home partition which isn't natively readable by Windows (at least without the ext2IFS application) and since Ubuntu uses ext4 by default it makes it completely unreadable by Windows. so in this case i'd boot the Windows OS and install the program from there and choose the drive you want to install it to (in this case the FAT32 drive) so that it can be accessed by the Ubuntu install and ran through Wine. please feel free to report back here with any bugs or quirks.

    hope this helps,

    Phil

  3. #3
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: sharing applications across windows and linux partitions

    Quote Originally Posted by trinityclare View Post
    ...For example if I install something to the shared drive using Wine, will Windows be able to run it? The answer is probably no, but I thought I would ask.
    I think that you're right -- the answer is most likely no.

    When you install an MS Window app, it loads stuff into the registry. Your MS Windows install and your Wine install do not share registries -- each has its own.

    So, when you're in Wine, you don't see the MS Windows registry; when you're in MS Windows, you don't see the Wine registry.

    But, it's worth trying to see if it DOES work.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  4. #4
    Join Date
    Sep 2007
    Location
    Phoenix, AZ
    Beans
    718
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: sharing applications across windows and linux partitions

    Install it through Windows first and then you should be able to launch the .exe file by right clicking on it and tell it to use Wine. I have done this in the past with games. Not sure if it will work with other programs though. Try and experiment with it.

  5. #5
    Join Date
    Sep 2010
    Beans
    3

    Re: sharing applications across windows and linux partitions

    It seems to be working so far. Wine launches the .exe file perfectly, now all that's left is finding out if it remembers settings from one session to another.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •