Re: Using same database from XP and Linux in notebook

From: "William Penberthy" <bpenberthy(at)scarpatechnology(dot)com>
To: "'Andrus Moor'" <eetasoft(at)online(dot)ee>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using same database from XP and Linux in notebook
Date: 2006-03-04 17:43:41
Message-ID: !&!AAAAAAAAAAAYAAAAAAAAAAGZJtg+Hf1OimjKwiCyfgjCgAAAEAAAAIJg6/aV0J9LhXg7Kz5NNYEBAAAAAA==@scarpatechnology.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Here is an example I always used as a start point in this type of project.

http://campbellcentral.org/rick/code/setup.html

Generally, I would store the datafiles on an NTFS partition - it seems
easier to reach NTFS from Linux then vice-versa.

I have seen this done successfully with virtually all Linux distributions.

Bill Penberthy
Scarpa Technology, Inc.

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Andrus Moor
Sent: Saturday, March 04, 2006 8:52 AM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Using same database from XP and Linux in notebook

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 ?

Andrus.

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-03-04 21:47:48 Re: What query on system tables retrieves table or queries definitoin
Previous Message Andrus Moor 2006-03-04 15:51:46 Using same database from XP and Linux in notebook