Access Windows Files From within a Ubuntu (Wubi) Install

(0 votes, average 0 out of 5)

So maybe you have just installed Ubuntu through the Wubi installation or have been using Ubuntu through Wubi for a while, but you find yourself trying to get access to your Window's documents/music/videos/etcetera from Ubuntu and your not sure where to look.  Well, the solution is pretty simple but not very intuitive for most users. Follow these instructions to get access to the files contained within your Windows installation:

Assuming your using Ubuntu 10.xx, go to the top left:  Places >> Computer >> File System (Icon) >> Host (Folder)

You should now be looking at folders that exist under your C:// drive (Or other depending on where you installed Ubuntu via Wubi) in windows (Program Files, Users, Windows, etcetera).  Unless your familiar with the folder structure under windows, the following are some common locations that are accessed under windows and how to get to them from the Host folder:

Desktop:  Users >> (Your Username) >> Desktop

My Documents: Users >> (Your Username) >> Documents

Program Files: Program Files or Program Files(x86) under your Host folder

 

Partner Links:
Last Updated on Monday, 27 September 2010 08:20  
Related Articles

» How to install Adobe Photoshop CS5 In Ubuntu Linux using WINE

These instructions were tested with Adobe Photoshop CS5.1 (the 30-day trial from Adobe's website) under Ubuntu 11.10 using WINE 1.4-rc5. I was not able to get the installer to work, however the method of installing on Windows and then copying over did work (see ). The directories I copied were:C:\Program Files\Adobe\ C:\Program Files\Common Files\Adobe C:\Program Files (x86)\Adobe C:\Program Files (x86)\Common Files\Adobe C:\Users\All Users\Application Data\Adobe\CS5Note: you must copy each...

» How to Add or Switch a Display in Windows 7

In order to connect a laptop or desktop to a television (or use a two-monitor display), Windows 7 must be configured to output to a different source or multiple sources.  Here's how to do it:Connect your computer and display device(s) to be hooked up.  Open the Start menu and navigate to the Control Panel.If both display devices are connected, you should see two displays show in the Display window.  Activate both monitors and change if you would like the displays mirrored (both...

» Grant Write Access to CIFS Mount As A Regular User

Often you may want a cifs/smbfs (Samba) mount on Linux to be writeable by normal users. If it is the case that you can write to the mounted filesystem as root but not as a normal user (Permission Denied), then you may need to adjust your mount options in /etc/fstab. The key mount options are file_mode and dir_mode, which override the default file and directory permissions for Samba shares. By manually setting these values, you can grant read/write access to normal users on the local...