Use same userdata folder under Windows 7 and Ubuntu

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
Blutkoete
Posts: 21
Joined: February 25th, 2008, 6:09 pm
Location: Lake Constance, Germany

Use same userdata folder under Windows 7 and Ubuntu

Post by Blutkoete »

Hello!

I'm using both Windows 7 and Ubuntu while working at home, and I love to play a round of Wesnoth in between and/or build campaigns and maps that will never be finished.

I was wondering whether there is a way to tell both installations (the Linux and the Windows installation) to use the same userdata and savegame folder on my shared data partition so that it doesn't matter in which OS I'm working at the moment.

Thank you very much!

Blutkoete
User avatar
norbert
Posts: 368
Joined: June 14th, 2009, 6:57 pm
Location: The Netherlands

Re: Use same userdata folder under Windows 7 and Ubuntu

Post by norbert »

Blutkoete wrote:Windows 7 and Ubuntu [...] use the same userdata and savegame
Two steps: 1. mount your Windows partition under Ubuntu, 2. create (a) symbolic link(s).

1.
http://lifehacker.com/5403100/dual+boot ... ct-harmony
"To fix that, head to Software Sources in [...]"
http://www.psychocats.net/ubuntu/mountwindows
https://help.ubuntu.com/community/Mount ... ermanently

2.
ln -s <source> <destination>
Source would be something like /media/Windows/<user data directory>/whatever
Destination would be something like /home/Blutkoete/.wesnoth/whatever
See:
http://wiki.wesnoth.org/EditingWesnoth# ... rectory.3F
And:
http://ou800doc.sco.com/en/FD_files/Get ... _file.html
Blutkoete
Posts: 21
Joined: February 25th, 2008, 6:09 pm
Location: Lake Constance, Germany

Re: Use same userdata folder under Windows 7 and Ubuntu

Post by Blutkoete »

Thank you very much!

As (1) is already done, (2) should be a easy. I should have thought of a symbolic link on my own.

Again: Thank you!
Post Reply