From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Edwin Quijada <listas_quijada(at)hotmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Probelma creando tablespace en otro disco |
Date: | 2009-03-12 12:07:33 |
Message-ID: | 20090312120733.GA29971@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Edwin Quijada escribió:
> > Date: Tue, 10 Mar 2009 18:54:32 -0300
> > From: alvherre(at)alvh(dot)no-ip(dot)org
> > To: listas_quijada(at)hotmail(dot)com
> > CC: pgsql-es-ayuda(at)postgresql(dot)org
> > Subject: Re: [pgsql-es-ayuda] Probelma creando tablespace en otro disco
> >
> > Edwin Quijada escribió:
> >
> > > uranio:/mnt# mount -t cifs //x.x.x.x/db /mnt/DB
> > >
> > > uranio:/mnt# chown -R postgres.postgres /mnt/DB
> >
> > Debes crear un directorio dentro de /mnt/DB (despues de montarlo
> > obviamente) y hacer el tablespace en el.
>
>
> Lo hice como dices pero me paso lo mismo
>
> template1=# CREATE TABLESPACE dtbs1 LOCATION '/mnt/DB/tblspace';
> ERROR: could not set permissions on directory "/mnt/DB/tblspace": Operación no permitida
> template1=#
¿Pero hiciste el chown sobre ese directorio?
--
Alvaro Herrera http://www.amazon.com/gp/registry/3BP7BYG9PUGI8
"The problem with the future is that it keeps turning into the present"
(Hobbes)
From | Date | Subject | |
---|---|---|---|
Next Message | Alejandro Hernandez Acosta | 2009-03-12 16:27:57 | Hola |
Previous Message | Daniel Ferrer | 2009-03-12 11:52:25 | RE: leer de un txt a postgres |