Re: unable to find data folder postgres9.4

From: John Scalia <jayknowsunix(at)gmail(dot)com>
To: srilinux <srilinux09(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: unable to find data folder postgres9.4
Date: 2017-03-23 16:51:51
Message-ID: CABzCKRDZ0m06GKRx1GjmScwQvi9jKStAY9AtX_joz+6qDx3KOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On most linux systems, the table used by the kernel during startup is
/etc/fstab and that contains the complete set of filesystems/volumes that
the system will have. You may wish to examine the man page, as in "man
fstab" as to the format of the file, but basically you're going to put your
postgresql volume into this table if it's not already in there. If it is in
there already, carefully check that the settings are correct for what you
want or expect. Then, you'd probably want to reboot the system to see what
the filesystem looks like on a clean startup. At a minimum, every mounted
filesystem contains a directory in it called "lost+found", so if you don't
see that, it may not be a proper filesystem, or the mount is broken.
Without knowing what you're using for the disks, or the O/S, it's hard for
me to guess what you really should have or if it's broken.

On Thu, Mar 23, 2017 at 12:23 PM, srilinux <srilinux09(at)gmail(dot)com> wrote:

> Jay
>
> could you brief me what to do ?
>
>
> Thanks
>
>
>
> --
> View this message in context: http://www.postgresql-archive.
> org/unable-to-find-data-folder-postgres9-4-tp5951044p5951559.html
> Sent from the PostgreSQL - admin mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message czezz 2017-03-23 17:47:24 [ADMIN] Replication mode Master-Slave - maintenance question.
Previous Message srilinux 2017-03-23 16:23:30 Re: unable to find data folder postgres9.4