Re: Using same database from XP and Linux in notebook

From: Steve Atkins <steve(at)blighty(dot)com>
To: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using same database from XP and Linux in notebook
Date: 2006-03-06 17:44:50
Message-ID: 11FDA381-A811-443C-914B-2381E9AB101B@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Mar 4, 2006, at 7:51 AM, Andrus Moor wrote:

> I have notebook which can be booted into Windows XP/NTFS and into
> Linux.
> Notebook is not connected to any network. There are separate IDE
> partitions
> for both OS.
>
> I want same Postgres 8.1 database to be available in both modes.
>
> I think I must put Postgres database cluster into a NTFS partition
> which can
> be written from Postgres running on Linux or into Linux partition
> which can
> be written from Postgres running in XP.
>
> Any idea how to implement dual OS database ? Is there a ready to
> install
> Linux distro which supports this ?

I've done this in the past (for windows client development) by booting
linux in a vmware partition and running the database there, then
connecting
to it from windows. It also avoids the whole rebooting issue altogether.

Given a decent X server running natively on Windows (the cygwin X
server is workable, if not great) it makes for a good blended
development
environment.

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-03-06 18:30:42 Re: Syntax error in Execute statement
Previous Message Jim C. Nasby 2006-03-06 17:38:22 Re: Using same database from XP and Linux in notebook