Results 1 to 8 of 8
I am a Linux newbe using Ubuntu 8.10 using VMware under Vista Biz 64.
Is there a way to open files from Vista? I have many personal files that I ...
- 12-14-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 4
How to open window files?
I am a Linux newbe using Ubuntu 8.10 using VMware under Vista Biz 64.
Is there a way to open files from Vista? I have many personal files that I would like to open using Ubuntu.
- 12-14-2008 #2
Hi and Welcome !
You have to mount partitions of Vista. Open Terminal and execute this
Post output here.Code:sudo fdisk -l
* Its small L in fdisk -l.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-14-2008 #3Just Joined!
- Join Date
- Dec 2008
- Posts
- 4
Ok, I try that in Ubuntu and only get the following:
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0005c28f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 993 7976241 83 Linux
/dev/sda2 994 1044 409657+ 5 Extended
/dev/sda5 994 1044 409626 82 Linux swap / Solaris
Is there more to it?
- 12-14-2008 #4
Hi,
I don't see any Windows partitions on that hard drive. Can you still boot into Windows?
I sure hope that you didn't wipe out your windows installation when you installed Linux, but that may be what has happened!Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-14-2008 #5Just Joined!
- Join Date
- Dec 2008
- Posts
- 4
- 12-14-2008 #6
Oh yeah, you did say that, my mistake.
Since you usually access windows partitions by first mounting them, that isn 't going to work. Maybe if you set the windows folder (that your files are in) as a network share. Then maybe you could access them on the virtual system. You may need to install/configure samba first, but give it a try.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-14-2008 #7
You definitely do need samba (I have the opposite on my machine, Ubuntu as main drive, XP as virtual (only to watch movies on Netflix
). Do the following in Ubuntu:
open terminal (applications -> accessories -> terminal)
sudo apt-get install samba
might say you already have it installed
then do this
sudo gedit /etc/samba/smb.conf
take out everything in there --> you may want to make a backup if you intend on learning linux a bit more to do this
terminal
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.backup
then going back to the gedit, it'll open a text file with a bunch of stuff, delete everything in there
paste the following
That's a really really really basic samba config, you'll want to add to it but this way you can at least get it up and running. For more information on samba visit:[global]
workgroup = MSHOME
netbios name = UBUNTU
[share1]
path = /media/shared/lan
[share2]
path = /media/shared/music
comment = Some random files
The Official Samba 3.2.x HOWTO and Reference Guide
So now you should restart the system, and then you should be able to see shared files in Ubuntu --> remember you'll have to have the network up in Vista as well, I'm not help with that...I wouldn't touch Vista for the life of me
I'm assuming it's in control panel of some kind and then you'll have to write click files/folders and share them (or just have one folder that is shared and save everything in that.
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 12-14-2008 #8Just Joined!
- Join Date
- Dec 2008
- Posts
- 4
Thanks guys! I am going to give that a try!


Reply With Quote
