954,228 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

VMware Tools in Linux

Hi,
I have installed SUSE10.0 over VMware Workstation 6.1. I was stupid enough to allocate only 8GB of space where I installed everything within that space(webmin...Apache2...etc.) and very little space remains back. Now after all when I tried to Install VMware tools it is throwing an error while trying to create the directory in /usr/bin for the binary files for VMware

There is insufficient disk space /usr/bin. Please make atleast an addtional 488k available or choose another directory

I did say that disk space is low but it is never that low that even 488k is not available. No matter whatever I try...(I have even deleted some 52MB file manually->a BeOS image file) and still not been able to install this. Whichever directory I try the same error gets repeated there too.

What do you think could be the prob? PLease help past two months I could not rectify this. And unfortunately (or I'm real dumb) I did not create any snapshot.

Please help me with this weird problem

shouvik.d
Junior Poster
198 posts since Jan 2007
Reputation Points: 64
Solved Threads: 7
 

Maybe that folder is on some other partition? fdisk -l

If it really is out of space, I'd try adding another drive and mounting that folder to it.

fdisk ... (fdisk /dev/hdb)
tar up /usr/bin ... (tar --create --verbose --gzip --file ub.tgz /usr/bin/*. )
create fs ... (mkfs -t ext3 /dev/hdb1)
mount usrbin ... (mount -t ext3 /dev/hdb1 /usr/bin)
extract ... (tar --extract --verbose --gunzip --preserve-permissions --file ub.tgz)

ioillusion
Newbie Poster
8 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

>Maybe that folder is on some other partition? fdisk -l
That may not necessarily provide enough information. The real info is when you run the mount command:

mount

It'll list all the filesystems mounted, and if /usr or /usr/bin is listed there, you've got it on a separate partition.

>mount usrbin ... (mount -t ext3 /dev/hdb1 /usr/bin)
What about the /etc/fstab file? :icon_wink: It sure isn't going to be very nice if you have to manually mount the filesystem each time you boot the system.

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

Ahh.. ya, fstab would be helpful ... dev/hda1 line mirrored for dev/hdb1 pointed to /usr/bin

By the way - Depending on what you need it for, you might check VMWare's site to see if there's a SUSE based virtual appliance for it : http://www.vmware.com/vmtn/appliances/

ioillusion
Newbie Poster
8 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 
By the way - Depending on what you need it for, you might check VMWare's site to see if there's a SUSE based virtual appliance for it


Actually VMware doesn't have SUSE compatible drivers. So while installing it does amake by itself by using SUSE libraries and then only install. As a matter of fact I had once successfully installed VMware Tools in it and all features like time syncronization, resize, mouse capture etc. were working fine but then due to NIC issues I had to unistall it. Next time onwards I'm facing this error. There are no previous instances of the installation but then this error keeps coming. I m sure I'm having more than 107MB of space. Also since this is a virtual drive I am not able to expand it.

Hope you get the actuall scenario by now

shouvik.d
Junior Poster
198 posts since Jan 2007
Reputation Points: 64
Solved Threads: 7
 

PLease help people!
:( I'm in trouble

shouvik.d
Junior Poster
198 posts since Jan 2007
Reputation Points: 64
Solved Threads: 7
 

Can I add any Virtual Hard Disks to already existing vmdk files. If so then part of my problem gets solved.

shouvik.d
Junior Poster
198 posts since Jan 2007
Reputation Points: 64
Solved Threads: 7
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: