Re: [GENERAL] Using same database from XP and Linux in notebook

2006-03-06 Thread metadev
On 3/4/06, William Penberthy <[EMAIL PROTECTED]> wrote: Here is an example I always used as a start point in this type of project.http://campbellcentral.org/rick/code/setup.htmlGenerally, I would store the datafiles on an NTFS partition - it seems easier to reach NTFS from Linux then vice-versa.I h

Re: [GENERAL] Using same database from XP and Linux in notebook

2006-03-06 Thread Steve Atkins
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

Re: [GENERAL] Using same database from XP and Linux in notebook

2006-03-06 Thread Jim C. Nasby
e successfully with virtually all Linux distributions. > > Bill Penberthy > Scarpa Technology, Inc. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andrus Moor > Sent: Saturday, March 04, 2006 8:52 AM > To: pgsql-general@postgresql

Re: [GENERAL] Using same database from XP and Linux in notebook

2006-03-06 Thread Andrus
> 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. Bill, Your example mounts NTFS as read-onl

Re: [GENERAL] Using same database from XP and Linux in notebook

2006-03-04 Thread William Penberthy
all Linux distributions. Bill Penberthy Scarpa Technology, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrus Moor Sent: Saturday, March 04, 2006 8:52 AM To: pgsql-general@postgresql.org Subject: [GENERAL] Using same database from XP and Linux in

[GENERAL] Using same database from XP and Linux in notebook

2006-03-04 Thread Andrus Moor
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 wh