LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Enabling copy and past Guest Linux, Host Windows XP (https://www.linuxquestions.org/questions/linux-general-1/enabling-copy-and-past-guest-linux-host-windows-xp-533000/)

daffybunny 02-27-2007 01:17 PM

Enabling copy and past Guest Linux, Host Windows XP
 
I was wondering if someone could assistance me. I was trying to enable to copy and paste feature from vmware machine to host. I have enable the copy and paste feature. Please see the below example ,but have not been able to get it to work.

VMware Tools for Linux Guests
Power on the virtual machine.
After the guest operating system has started, prepare your virtual machine to install VMware Tools.
Choose File > Install VMware Tools.
The remaining steps take place inside the virtual machine.
Be sure the guest operating system is running in text mode. You cannot install VMware Tools while X is running.
As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.
Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file. The VMware Workstation software contains an ISO image that looks like a CD-ROM to your guest operating system. This image contains all the files needed to install VMware Tools in your guest operating system.
Note: Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom, modify the following commands to reflect the conventions used by your distribution.
mount /dev/cdrom /mnt
cd /tmp
tar zxf /mnt/vmware-linux-tools.tar.gz
umount /mnt
Run the VMware Tools installer.
cd vmware-tools-distrib
./vmware-install.pl
Log out of the root account.
exit
Start X and your graphical environment.
In an X terminal, launch the VMware Tools background application.
vmware-toolbox &
Thanks

Matir 02-27-2007 04:38 PM

Did you do that? Did you receive any errors in the process?

daffybunny 02-28-2007 07:36 AM

Enabling copy and paste
 
tar zxf /mnt/vmware-lunix-tools.tar.gz (command fails) child error

Matir 02-28-2007 11:08 AM

Well, I don't know of any file called "lunix-tools". Did you mean "linux-tools"?

daffybunny 03-01-2007 06:02 AM

yes, linux-tools


All times are GMT -5. The time now is 12:11 PM.