greanywhere.blogg.se

Virtualbox change permissions on shared folder
Virtualbox change permissions on shared folder






virtualbox change permissions on shared folder

Does anyone know what permissions are missing? I hope I got the right forum for this. The solution is easy, just mount the shared folder for the standard user: sudo mount -t vboxsf folder share -o uid1000,gid1000 1000 is the default ID of the default user. Maybe it's using Pgamin3's account name (if there is one for it), or maybe PostgreSQL's account name (whatever that is). After you have created it, right-click the folder, and go there to the properties menu and select Sharing. I can create and delete files and folders on this shared folder from inside Odoo's VM, so the shared folder is set up correctly for my user account there, but obviously Pgadmin3 is not using my account. I used Pgadmin3 (or 4?) to execute the sql to create the tablespace, but I get a permissions error. I would like to have my datastore on a virtual box shared folder which is a large hard drive. It was an out-of-the-box all-in-one install using the deb file from Odoo which puts the PostgreSQL datastore inside my virtual disk. I run Ubuntu 16.04 host with Ubuntu 16.04 guest for Odoo.

virtualbox change permissions on shared folder

I thought about using Pgadmin3 (or 4) to issue CREATE TABLESPACE sql to create a new datastore and specify location other than the default and then simply restore my existing database to the new datastore. I don't know if this belongs here or in a PostgreSQL forum somewhere, but this is related to my previous post of wanting to move my database to a different hardware.








Virtualbox change permissions on shared folder