Showing posts with label VirtualBox. Show all posts
Showing posts with label VirtualBox. Show all posts

Thursday, 13 August 2015

Virtualbox 5.0 and Yosemite 10.10.1

sAt last after long time this happen running OS X on VirtualBox, not without off a lot of f....k.
But this post is not about how to install OS X on VirtualBox but how you can access host share folder without guest addictions.
Well if you need help on that this is a good place for start...
 http://www.macbreaker.com/2015/01/virtualbox-yosemite-zone.html
My system that I try this is Ubuntu 15.04 as host and VirtualBox 5.0, the guest OS X Yosemite 10.10.1, running AMD Apu.


 kernel 3.19.0-23


my system is up to date and VirtualBox 5.0 was a .deb file from Oracle.

The Yosemite inside VirtualBox,


So how to share a folder from host?

We will use smb to get this files on virtual machine, from VirtualBox forum...
Until there is Guest Additions for Mac OS X, you can still share folders on the host with the guest via the network. It is pretty simple:

1) Share a folder from the actual host machine (from the OS itself, not through the vbox shared folders settings)
2) Use NAT for your guest's network settings
3) From Mac OS X, Open "Finder" (looks like a square face, usually on the bottom-left)
4) From the top menu, navigate to Go->Connect to Server
5) For "Server Address" enter smb://10.0.2.2
6) Click "Connect"
7) Enter your username and password (for the host machine)
8) Select the shared folder from the list

This is the method I am using in my Mac OS X guests until the new Guest Additions is implemented.
by paulscode

How to Access Host's Shared Folder from MacOSX Guest

From help.ubuntu.com, open terminal and input one at time

sudo apt-get update
 
sudo apt-get install samba
 
 
if samba is installed terminal will tell you that is installed and the newest,


create a samba password, I have used my root password but is up to you,


sudo smbpasswd -a your-user-name

and it look like,

""sudo smbpasswd -a sony""

Make a folder for share

mkdir /home/your-user-name/folder-name

user name the same as your login and folder name "Yosemite"? maybe.

Backup your smb.conf,

sudo cp /etc/samba/smb.conf ~

and now edit smb.conf

sudo nano /etc/samba/smb.conf

to save the edited file ( ctrl+x ) you will be asked if you want to save your changes, press ( y ) for yes, or trick part ""sudo  nautilus"" navigate to /etc/samba/smb.conf and edit and save the file from there as root.

What to edit in this file, is more add... to the end of the file

[Yosemite]
path = /home/your-user-name/Yosemite
available = yes
valid users = your-user-name>
read only = no
browseable = yes
public = yes
writable = yes
restart samba

sudo service smbd restart

and back to VirtualBox to access the samba share folder


in finder  go to go and connect to server


and input smb://10.0.2.2, this is the address of your host


and input your-user-name and password.

Thanks to the original bloggers for all the info, and please visit there’s  sites.

Sunday, 13 February 2011

Mandriva One kde 4 on VirtualBox

Tools:
VirtualBox @ http://www.virtualbox.org/wiki/Downloads
Mandriva One @ http://www.mandriva.com/ch/downloads/one/

                        Mandriva One is a 32bit Os with KDE 4 Desktop,
running on a vaio laptop Intel core2duo 2ghz, 2 gb memory, 128mb graphics 8400m gt, Os Ubuntu 64bit.

after boot all files from the iso, this is the screen
the KDE 4 panel where you can add widgets
Mandriva Galaxy window the first to window that opens
a menu like Windows
very Windows alike
no doubt is Windows alike
living the live iso "live cd" but VirtualBox mount the iso as cd
last screen, i try this on my box 4 core, 1024mb graphics, 4gb memory and this run like light very fast that i will use a dual boot no problems with all my hardware in this box. 

Tuesday, 1 June 2010

Linux Mint Isadora Desktop

I like to try new Linux OS so today is about the new Mint OS i run it on virtualbox ose under my Ubuntu distro, not very different from my Ubuntu and i think is because its based on debian, this is how it looks...
Linux Mint WebPage
Download Page
Virtual Box for Windows @ http://www.virtualbox.org/
Linux, through software centre or synaptic package manager,
Image Host @ http://tinypic.com
Link to this images @ http://feed2.tinypic.com/rss.php?u=vWSLIEalJdJrlKZcFXruJQ%3D%3D

Monday, 9 February 2009

How to run a distro inside of windows - part 3

Hello again, the easy way to try any Distro inside of windows is using a virtual environment and for that you need 2 things, a virtual software and of course a Distro.
For the virtual environment you have VirtualBox or Virtual pc and for the Distro well i recommend Ubuntu.
But you can choose other here.
Well this process have limitations, if you still doubt about using a Linux alone like Windows, this is a good way for get familiar with a Linux Distro, but if you are not afraid of try new things, i recommend to use a live cd [ live cd is a Iso that you burn to a cd and you can try without change nothing on you pc] to get familiar with is environment and if you decide install it will hell on a single install or even on a dual boot.