Re: Postgres 8.0 on FAT32

Поиск
Список
Период
Сортировка
От Eduardo Vázquez Rodríguez
Тема Re: Postgres 8.0 on FAT32
Дата
Msg-id 41F8164F.4020200@insys-corp.com.mx
обсуждение исходный текст
Ответ на Re: Postgres 8.0 on FAT32  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-novice
Hello I fixed using NTFS, what I made was changing from command line
from NTFS to FAT32 using the following sintax

C:>convert D: /FS:NTFS

I do not lose any data on D: Drive

Thanks for your help

Josh Berkus wrote:

>Eduardo,
>
>
>
>>¿Does anybody has installed Postgres 8.0 on Windows using the MSI
>>Installer file that provides Postgresql Web Page using a FAT32 Partition?
>>
>>
>
>Well, advice #1: Don't do this.  Use an NTFS partition.
>
>
>
>>If you wish to install the data directory on another type of partition
>>(which is not recommended, and is unsupported) you must initialise the
>>database cluster manually by running initdb.exe
>>
>>How can I fix it?
>>
>>
>
>That seems pretty clear to me.   Using FAT32 is a bad idea, if you want to do
>it anyway, you'll have to run initdb.exe manually, from the command line.
>
>
>

--
If I have seen further it is by standing on the shoulders of the giants
Isaac Newton


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: DB Crash, recoverable?
Следующее
От:
Дата:
Сообщение: Re: Postgres database access problem