Search notes:

VBoxManage sharedfolder

VBoxManage sharedfolder allows to add or remove shared folders from/to a virtual machine:
VBoxManage sharedfolder add <uuid | vmname> <--name=name> <--hostpath=hostpath> [--readonly] [--transient] [--automount] [--auto-mount-point=path]
VBoxManage sharedfolder remove <uuid | vmname> <--name=name> [--transient]

Default mount location when not specifying an auto-mount-path

When specifying auto-mount without an auto-mount-path, VirtualBox will choose the location where the shared folder will be mounted.
For a Windows guest, VirtualBox chooses a drive letter (for example Z:).
For a Linux guest, the shared folder is (probably) mounted at /media/sf_$SHARENAME. The exact location can be determined like so:
$ mount | grep vboxsf

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1759399319, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/dirs/Program-Files/Oracle/VirtualBox/VBoxManage_exe/sharedfolder(49): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78