BUG #1244: Postgres doesn't work on FAT

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1244: Postgres doesn't work on FAT
Date: 2004-09-07 15:21:58
Message-ID: 20040907152158.7FB315A108C@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1244
Logged by: Fernando del Valle

Email address: delsat-sec(at)data54(dot)com

PostgreSQL version: 8.0 Beta

Operating system: Windows XP

Description: Postgres doesn't work on FAT

Details:

Postgres installs fine on W2K + FAT32, but not on Windows XP + FAT32. The
difference seems to be in CACLS.EXE, which is used by the installer to
change the permissions of files. When used on a file in a FAT32 filesystem,
in Windows 2000, CACLS.EXE returns ok (even though it does not perform the
operation, as it can't). On XP, CACLS.EXE returns an error and the installer
aborts. We have tested it with 7.5 devel and 8.0, and fails with both of
them.

BTW, the link to the bug reporter (this page) is not working (it should
point to /bugform.html and not to /bugs/bugs.php).

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Harald Armin Massa 2004-09-07 15:36:51 Re: BUG #1244: Postgres doesn't work on FAT
Previous Message Tom Lane 2004-09-07 14:32:33 Re: [PATCHES] [pgsql-hackers-win32] Win32 deadlock detection not working for Postgres8beta1