Problem scenario
You have Postgres installed on the Linux guest of Oracle VirtualBox. You have storage capacity on the Windows host. You can interactively work with smbclient to share files between the Linux guest and the Windows host. You want to share files between the two servers without the interactive smb commands. You want the Postgres database to reside on the Windows host. This way your Linux guest hard disk does not have to be expanded but can run Postgres commands from your Linux guest.
…