After set shared folders at Virtualbox, Windows XP finds that folder by itself.
It's at
My Network Places -> Entire Network -> VirtualBox Shared Folders
notice : one thing I'm not sure is that I have already install Virtualbox guest addtions before set this shared folders
Showing posts with label Virtualbox. Show all posts
Showing posts with label Virtualbox. Show all posts
Thursday, March 19, 2009
Wednesday, March 18, 2009
Shared folders for Windows 7 Beta guest in Virtualbox 2.1.4
I found the trick here. I have tried it and it's work for me. My machine is Ubuntu Intrepid Ibex which running Virtualbox 2.1.4
- open Regedit (as administrator)
- navigate to this key and change the value to 0 (zero): HKLM\SYSTEM\CurrentControlSet001\Services\VBoxGuest\Start
- reboot the Windows 7 guest
- create a shared folder
- Navigate to (or map to a letter) \\vboxsvr\SHARENAME
- open Regedit (as administrator)
- navigate to this key and change the value to 0 (zero): HKLM\SYSTEM\CurrentControlSet001\Services\VBoxGuest\Start
- reboot the Windows 7 guest
- create a shared folder
- Navigate to (or map to a letter) \\vboxsvr\SHARENAME
Tuesday, November 11, 2008
Share files between Linux host & Linux guest on Virtualbox
Make Virtualbox know which folder you want to share
Devices -> Shared Folders -> Add New Shared Folder
Fill shared folder destination and its name for calling in the guest (Also tick read only or permanent as you wish)
In the guest's terminal
Create folder somewhere you want which the name as what you defined.
Use this command
sudo mount -t vboxsf [folder's name] [the path where the folder is at]
credit : Sharing Folders Between Host and Guest
Devices -> Shared Folders -> Add New Shared Folder
Fill shared folder destination and its name for calling in the guest (Also tick read only or permanent as you wish)
In the guest's terminal
Create folder somewhere you want which the name as what you defined.
Use this command
sudo mount -t vboxsf [folder's name] [the path where the folder is at]
credit : Sharing Folders Between Host and Guest
Sunday, November 9, 2008
How to get USB work in Intrepid
The work around to enable USB in Intrepid is different from Hardy.
The way to do that is to add this below line in the bottom line of /ect/fstab file
that is it!
credit : Intrepid/Virtualbox/USB
The way to do that is to add this below line in the bottom line of /ect/fstab file
#usbfs
none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
that is it!
credit : Intrepid/Virtualbox/USB
Subscribe to:
Posts (Atom)
Collectd PostgreSQL Plugin
I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresq...
-
sudo su postgres supply your Mac password modify /Library/PostgreSQL/9.x/data/pg_hba.conf from local all all md5 to local all all ...
-
Put your cursor on the text box of the post/comment you want to indent Go to the menubar at the top of the screen Edit > Emoji & ...
-
I ran to this error the other day when I tried to export a dump file from a slave Postgres database. cpg_dump: Dumping the contents of ta...