Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Feb 05 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Feb 05

Atlast, atlast...after days of struggle and research found the solution.

My environment: Windows/XP Host and Guest: Ubuntu 11.04 Natty Narwahl under old
vmware player 2.05

In terminal mode:

sudo mkdir myshare ( under /mnt/hgfs )

sudo apt-get install open-vm-tools
sudo apt-get install open-vm-dkms

(once above completed successfully)

Tested mounting the share.

sudo mount -t vmhgfs .host:/MYSHARE/ /mnt/hgfs/myshare -rw

(once the mount was successful, go into Places ---> Computer ---> File System
(and find directory mnt/hgfs and you should find your shared folders)

Now that all is good edit /etc/fstab

gksu gedit /etc/fstab (and to the end add these lines..)

.host:/MYSHARE/ /mnt/hgfs/myshare vmhgfs defaults,ttl=5,uid=1000,gid=1000 0 0

MYSHARE in above statement is my Share Name in VMX configuration file or my
windows shared folders.

Now shutdown Ubuntu and Reload under vmware. Yiphee, worked fine.

Disclaimer: These instructions worked fine for me ...don't know about you. Good
Luck!

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on UBUNTU 11.04 and SHARED FOLDERS Or get search suggestion and latest updates.


Tagged: