PRoblems instalation PostgreeSQL8.0.1 in WindowsXP
Hi there.
When i try pass the screen "Initialise database cluster" appear this
message:
"Tee PostgreeSQL data directory must be on an NTFS formatted volume"
Any help on this would be appreciated.
Thanks in advance
On Wed, Mar 02, 2005 at 11:42:59AM -0500, trilcejf wrote:
Hi there.
When i try pass the screen "Initialise database cluster" appear this
message:
"Tee PostgreeSQL data directory must be on an NTFS formatted volume"
Any help on this would be appreciated.
Thanks in advance
It means exactly what it says. Win98 doesn't support NTFS for example.
Read the FAQ for PostgreSQL on Windows for more details...
--
Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/
Show quoted text
Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
tool for doing 5% of the work and then sitting around waiting for someone
else to do the other 95% so you can sue them.
trilcejf wrote:
Hi there.
When i try pass the screen "Initialise database cluster" appear this
message:
"Tee PostgreeSQL data directory must be on an NTFS formatted volume"
Any help on this would be appreciated. Thanks in advance
It means exactly what it says: it wants an NTFS logical partition to
install on. Apparently your XP Home uses a FAT32 partition, probably
because you upgraded from Win9x. You should have an accessory to
convert to NTFS.
--
Guy Rouillier
Import Notes
Resolved by subject fallback
trilcejf wrote:
Hi there.
When i try pass the screen "Initialise database cluster" appear this
message:
"Tee PostgreeSQL data directory must be on an NTFS formatted volume"
Any help on this would be appreciated.
Thanks in advance
Console program 'convert' can convert your FAT to NTFS for you.
Miroslav �ulc
Hi,
Please use:
convert X: /FS:NTFS
at the command prompt of your Windows XP. (X is the
drive number where you have your Windows system files,
most likely C)
If it asks for force dismount, pick yes.
Reboot the system and allow the System do the
conversion. The conversion is usually done at the
early booting stage. The duration of the conversion is
a function of the size of data already on your drive.
After the conversion, Windows will automatically
reboot.
Thereafter, reinstall PostgreSQL and enjoy yourself.
-------
Best regards,
Tope Akinniyi
CEO
ShepherdHill Software
Lagos, Nigeria
Do not forget: Jesus said, I am the way, the truth and the life.
Send instant messages to your online friends http://uk.messenger.yahoo.com
Import Notes
Resolved by subject fallback