Re: BUG #2039: Problem with Installation

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Ramesh Nagu Tummala" <nagu_connect(at)yahoo(dot)co(dot)in>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #2039: Problem with Installation
Date: 2005-11-14 14:47:20
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C7BBE@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> Bug reference: 2039
> Logged by: Ramesh Nagu Tummala
> Email address: nagu_connect(at)yahoo(dot)co(dot)in
> PostgreSQL version: 8.0.1
> Operating system: WinXP Professional
> Description: Problem with Installation
> Details:
>
> Iam trying to install postgresql in my system but my system
> was FAT32 Data allocation but i software downloaded for NTFS.
>
> My doubt is cant we install postgresql on FAT32? if so please
> provide the link to download.

You can install it on FAT32, but you have to do it manually. It's also
very much recommended that you don't run it on FAT32 for reliability
issues. Finally, some features (in particular, tablespaces) do not work
on FAT32.
You need to download the binaries-no-installer and go from there.

> else we need to format my system in NTFS and install the software?

This is definitly the recommended way. Note that you can use the
"convert" utility (just type convert /? on the commandline for help) to
convert your existing system without the need to reformat.

//Magnus

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2005-11-14 14:48:24 Re: BUG #2042: Installation failed
Previous Message Frank van Vugt 2005-11-14 12:51:37 field-update in before-trigger causes distinct to 'fail', new in v8.1 versus v8.0.4, demo-sql included