Wait what are you tryin to do? If your trying to access your Windows files from Ubuntu within the VM then here's what you can do:
-Setup Windows Network Sharing on your PC and choose Folders you want to share(Right-Click-->Properties-->Sharing tab)
-Setup SMB sharing in Ubuntu
1)Make sure samba is installed:
Code:
sudo apt-get install samba nautilus-share
2)then reboot
3)then open Nautilus(File Explorer) and find Folders you want to share(Right-Click-->Sharing Options)
-(Optional)Switch Network Adapter From NAT to Bridge. This will remove the Network Sandbox around the Guest OS making it less secure, but will allow Network access to the Guest OS from other Computers on your Home Network(useful for Serevers)
Now to access your Host Windows 7's files from Ubuntu:
1)Open Nautilus and click "Network" in the Left-Pane
2)Open "Windows Network"
3)Now open "WORKGROUP" for the Name of your Windows PC(If it's not there try one of the other folders)
4)Once you locate your Windows PC open it and you should be presented with Shared Folders, PRinters, ect.
5)Simply open the Shared Folder you wish to access
Now to Access your Guest Ubuntu's Files from Windows 7:
1)Click Start, and search for "Network", then click the Result
2)The Window may take a while to work as it scans your Network, but Eventually your Ubuntu Guest should appear in the "Computer" Category(If not refer to the Last Section)
3)Open the Computer and you should be presented with Shared, Folders, Printers, ect.(If it asks for a username and password use your Ubuntu login)
4)Open the Folder you want.
If you can't find Your Guest in Windows or Windows i your Guest do this:
-In Windows:
1)Right Click "Computer" in the Start Menu(or Desktop) and click Properties
2)Find "Workgroup" and Check if it's set to "WORKGROUP" if not take note of it's Name
-In Ubuntu:
3)Open Shared Folder Settings:
Gnome Classic:
4)System-->Administration-->Shared Folder
5)Switch to the General Properties tab
6)Change the Workgroup name to WORKGROUP or whatever the Name of the Workgroup was back in Step 2
The Host and Guest should now be able to see each other.
Unity:
4)Open Software Sources, and Enable the Universe Repository
5) Run in Terminal:
Code:
sudo apt-get update
sudo apt-get install system-config-samba
sudo system-config-samba
6)Prefferences-->Server Settings, change workgroup name to whatever the Name of the Workgroup was back in Step 2
Hope this is helpful if you have anymore questions just ask
Bookmarks