Fedora :: Cannot Mount USB Drive In Guest 8 O/S On VMWare Server

Nov 2, 2009

I'm running VMWare Server 2.0 on WindowsXP as host.I have guest O/S Linux Fedora 8. i cannot access USB drives on my VM. USB drive shows up on the VMware console window as part of my devices, like CD/RW drive, etc. But for the usb drive, it is GREYED OUT./proc/partitions never shows a USB device upon connection of the drive. I have tried googling this to death and found no solution that works.

View 1 Replies


ADVERTISEMENT

CentOS 5 Hardware :: Mount USB Flash Drive In VMWARE Guest

Apr 9, 2010

I'm a NOOB to CentOS and Linux in general. I've been trying to find a way to mount my USB flash drive (FAT32) so I can see my files. I've been told that I need to add a USB controller. My CentOS is running as a VMWARE guest in WS7 loaded on a Vista host. My physical hardware is a Toshiba Satellite notebook. I've been told I have to add a USB controller before I can mount. Can anybody give me some direction with this?

View 5 Replies View Related

Ubuntu Servers :: VMWare Guest - VFS Unable To Mount

Jul 21, 2010

I've built a customized 2.6.32 kernel over Ubuntu 10.04 server (physically) -note: it is the same version that comes with the livecd-. Then I added my stuff, cloned the disk, applied it to 3 different hardware boxes and it works perfectly. But when I put that image on a VMWare Workstation 7.1 or VirtualBox machine it doesn't load... I get a "kernel panic: not syncing vfs unable to mount root fs on unknown-block 0,0". So, I've created a new vm, I've installed ubuntu and it booted without a problem.

I ran my kernel patching as I did on the physical machine, but when I rebooted with the new kernel, I got the same error. So, the problem seems to be something in the customized kernel, but specifically going over virualized copies. By the way - In a previous version, specifically Debian 5 with kernel 2.6.18, I did the same stuff about a year ago and the machine loads perfectly in any virtualized environment. Then, the only thing left to think about my problem is that some grub parameter or kernel driver or something is messing up with booting. The customization of the kernel is only the patching for IMQ stuff.

View 5 Replies View Related

General :: VMware Snapshot With VMware Tools Loses Network On Restart - Host XP - Guest Fedora

Oct 3, 2010

I have been using VMware Player for some time to host Fedora VMware images on Windows XP. I have been using Fedora 11 and 12 (both 32 and 64 bit) and recently started to use Fedora 13.

I use as a base the images provided by thoughtpolice. http://www.thoughtpolice.co.uk/

I usually install VMware tools and also keep the images updated (yum update) which sometimes changes the kernel.

I have recently had problems with the snapshots not having a network when I restore them. So far I don't have the problem with Fedora 11 and do have it with Fedora 12 (but used not to). I do have it with Fedora 13.

In each case the problem goes away when I uninstall the VMware tools and comes back when I install them again.

One of the symptoms is that SElinux complains about not being able to do something with /var/run/vmware-active-nics.

It looks to me that something is incorrect in the actions being taken when the snapshot is being restored. It does not happen every time and sometimes the network restores itself.

The network can be restored by rebooting the image.

View 12 Replies View Related

CentOS 5 :: Run 5.5 Guest On Vmware Server 2.0

Jan 11, 2011

I have a new public mail server running under Vmware Server 2.0 installed on Windows Server 2008. I'm not satisfy about performance, virtual machine has got 3gb of ram and 2 virtual cpu. Physical machine has got one intel xeon cpu 2.4ghz quad core, 8 gb of ram and 3 hdd 500gb raid5. I already set this option: Fit all virtual machine memory into reserved host RAM. How can I increase performance? Are there any kernel build for virtual installation?

View 11 Replies View Related

General :: How Do I Change VMWare 1.x Server's Guest Boot Order

Dec 23, 2010

I have 4 VMs on a Linux host, call them A, B, C, D running on Z. I really don't care when A and B come up, but I would like to make sure that D comes up before C.I believe that in VMWare 2.x it's possible to change the boot order. Is this possible in 1.x as well? Is this done in /etc/vmware/vm-list? I see that there are a number of VMs listed there, including some that have long since been deleted.

View 1 Replies View Related

Ubuntu Servers :: Cannot Ping Host From Guest Using Vmware Server 2 / Fix It?

Apr 25, 2010

Not sure if this post belongs here, but here it is.

Host: Win server 2003
Guest: Ubuntu server

Host: IS able to ping guest. Firewall is OFF. NOT able to access guest (which is a web-server) at browser.
Guest: NOT able to ping host. Running a web server, you can check the website: (pegajosa.com) is running under that virtual Linux server.

Problem: guest needs to access host's sql database and/or any resources.

Network: is bridged.

At the Linux box ifconfig -a code...

View 7 Replies View Related

Fedora :: Installing VMware Tools In 12 Guest?

Feb 5, 2010

[There are quite a few outdated guides relating to older versions of Fedora, so I figured that I'll write it up specifically for Fedora 12 to make life easier for others]

This guide is based on a fully patched Fedora 12 distribution as of Feb 5 2009.

A default install of Fedora 12 as a VMware Image (Guest) will generally fail to install VMware Tools for the following reasons (In the Fedora 12 Guest Image):

1. GCC and related packages are not installed

Make sure that 'yum list gcc*' has at least the following packages installed (these are not installed by default unless you select developer configuration).

[root@localhost ~]# yum list gcc*
Loaded plugins: presto, refresh-packagekit
Installed Packages
gcc.i686 4.4.2-20.fc12 @updates
gcc-c++.i686 4.4.2-20.fc12 @updates

2. Correct kernel-devel packages are not installed. This generally manifests itself via the following prompt:
'What is the location of the directory of C header files that match your running kernel?'

Fedora 12 installs kernel-PAE by default instead of the normal kernel rpm for the i386 distribution. Consequently, the header files required by vmware-config-tools.pl are found in 'kernel-PAE-devel' and not 'kernel-devel'.

[root@localhost ~]# yum list kernel*
Loaded plugins: presto, refresh-packagekit
Installed Packages

[code]...

The symlink /lib/modules/2.6.31.12-174.2.3.fc12.i686.PAE/source should work if the correct kernel-*-devel package is installed. vmware-config-tools.pl seems to only check this link to determine if it has found a legitimate kernel header directory.

View 4 Replies View Related

Fedora :: Installing VMware Tools In 13 Guest?

May 26, 2010

I'm trying to install the vmware tools in Fedora 13. I've run the following commands as root:

yum install gcc -y
yum install kernel-devel -y
./vmware-install.pl
...

when it asks for the location of the directory of the C header files that match my running kernel I entered:

/usr/src/kernels/2.6.33.4-95.fc13.i686/include

but vmware-install.pl says:

The path to "/usr/src/kernels/2.6.33.4-95.fc13.i686/inc" is not valid..

View 14 Replies View Related

Fedora :: How To Fix Mouse Locking Up In Fedora 13 Running As Vmware Guest?

Jun 2, 2010

I'm happily running Fedora 13 as a guest OS in VMWare 3.0.1, except that it has one little issue.Sometimes the mouse would get terribly confused. It generally happens when I hit the mouse scroll wheel or when I move a window around very quickly. After that the left mouse button would stop working...

Anyway I found an easy workaround which I thought I'd share.Just hit 'enter unity' on the VMWare player menu. Then you can immediately exit unity again. This somehow resets the mouse into its normal state...

View 12 Replies View Related

Server :: Mount Hot-swap Drive In Fedora Core 6 ?

Aug 12, 2009

I have tried to mount new hot swap scsi drive in IBM xSeries 226.

I have put new drive to the pocket and tried to list all new drives using #fdisk -l

I cannot see that drive.

How to mount this drive ?

Should be something like /dev/sdc . In this server I have 3 drives (include this which should be mount). I have also restarted server. Doesnt help.

View 3 Replies View Related

Red Hat / Fedora :: Unable To Mount Using Vmware?

Jan 25, 2010

shall explain my problem step by step! so that you all can understand!

1. Out of 120gb hardisk, i created an 100mb in the first cylinder of the harddisk and installed the "symantec boot magic" for dual boot option after switching on the system.

2. Next 70gb is for windows and installed the same.

3. Rest were for "Linux" !! In which i created on 100mb for "/boot" loader files, then one 1gb for "swap" area and the rest of the memory for "/" mounting point.

4. After all, i installed the "VMWARE" in windows, and while selecting the mount of linux, i selected the respective linux portion, and did the other settings.

5. Once done with this, i powered on the machine in vmware, but it was saying "BTMAGIC" not able to find, install again..

6. Cant we not mount the linux via "vmware" which is installed in windows, as i had used "symantec boot magic" for mounting windows/linux??

View 3 Replies View Related

Ubuntu Networking :: Can't Ssh To Vmware Guest

Mar 22, 2010

I'm running Ubuntu 9.1 i386 in test with Vmware 2.0.2. I used Radu Cotescu's patch and instructions to get vmware installed. Everything seems to be running fine in the guest machine (CentOS 5), except I can't ssh from the Ubuntu host to the guest machine.

This guest is a clone of one that is running under on my Ubuntu 8.1 host and networking is fine there. I'm wondering if there were changes to routing or bridging in Ubuntu 9.1 to cause this. I've been digging through google for a while, but haven't seen others reporting any issues. This is definitely particular to Karmic Koala though.

The host's routing table is:

Code:

Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 2 0 0 wlan0
192.168.0.0 * 255.255.255.0 U 0 0 0 vmnet3

[code]....

My routing table on the Ubuntu 8.1 host differs by the link-local line only, and the guests are exactly the same.I can ssh from the guest into the host, as 192.168.0.2 is the hosts ip on the vm network. The host should be able to ssh to the guest as it does in Ubuntu 8.1.

View 2 Replies View Related

Red Hat :: RHEL5 Running As A VMware Guest?

Sep 30, 2009

Red Hat Enterprise Linux 5 kernel supports four I/O schedulers:

- cfq (Completely Fair Queuing)
- deadline
- noop
- anticipatory

I read in documentation that the recommended kernel line settings for 64-bit Red Hat Enterprise Linux 5 running as a VMware guest are:

divider=10 notsc iommu=soft elevator=noop

But for single instance databases with dedicated storage the deadline scheduler is recommended. The deadline scheduler reorders I/O to optimized disk heads movement and caps maximum latency per request to prevent resource starvation for I/O intensive processes. I have an Oracle instance on RHEL5 running as a VMware(ESX) guest with dedicated storage. What scheduler is better in my case?

View 5 Replies View Related

Server :: Auto Mount USB Drive To Specified Mount Point After Reboot

Jul 19, 2010

I have servers installed with RHEL 4 2.6.9-89.0.9 ELsmp. I tried using uuid and label in /etc/fstab to automount usb drives to mountpoints that I specify after reboot. Unfortunately, it just does not work in all my RHEL4 servers. After every reboot, /etc/fstab will be automatically modified and all configurations related to my USB drives will be changed. Irregardless of whether i use UUID or LABEL in my /etc/fstab.However, it works on RHEL5. But, upgrading is not an option in my environment. I have been googling around looking for alternatives but everything seems to point back to using UUID or LABEL in /etc/fstab. Anyone has tried something that works? Please help me, thank you.

View 7 Replies View Related

OpenSUSE :: Unable To Use Keyboard With A VMWare Guest

Sep 1, 2011

When I run as a VMWare Player guest (Win7 host), I sometimes lose keystrokes (several times a minute) or have repeat keys like thissssssssssssssssss (not as often).This doesn't happen with WinXP guest on the same VMWare installation, or Suse running outside VMWare on the sam hardware, so I suspect the combination of Suse guest + VMWare Win7 host.

View 1 Replies View Related

Networking :: Connect VMWare Guest To Host?

Sep 14, 2010

I have VMWare on a notebook, guest Windows running on Linux host. The network in that virtual machine is configured as NAT. I want to share/transfer files from Linux (host) to Windows (guest). So I leave sshd always running on the notebook, I go into Windows and run an SSH/SFTP program. My Wifi router has address 192.168.1.1, my desktop has address 192.168.1.2 and my notebook has address 192.168.1.3. On the notebook, that SSH/SFTP program connects to 192.168.1.3 (i.e. the notebook itself) and everything works fine. But it's a notebook, and when I leave home with it, 192.168.1.3 is no longer accessible. How can I let the guest OS connect to the host OS when I'm away from my Wifi network?

View 1 Replies View Related

General :: Command To Get Guest Information In Vmware ESX?

May 8, 2010

Command to get guest information in Vmware ESX?

View 1 Replies View Related

General :: Run Guest On Winxp Host On Vmware

Apr 14, 2010

i just want to run linux(guest) on winxp(Host)on vmware. where i download linux guest. and how i installed the same in vmware runing on winxp.

View 3 Replies View Related

Software :: Assign Public IP To Vmware Guest OS?

Feb 5, 2009

we are running dedicated server with CentOS. We installed VMware in order to run a win2003 server. the problem is we need to access that server from outside (public).

1. the centos server has 2 NIC cards: eth0, eth1, eth2 with 2 public ips.

2. when vmware was installed we bind it to eth1.

3. we tried assigning eth1's public IP to the vmware machine and its not able to access anything outside.

4. tried to use NAT, bridged and host-only and no luck.

View 12 Replies View Related

Red Hat :: Unable To Install Vmware Tools On Guest

Sep 4, 2009

I am trying to install vmware tools on redhat 5 linux guest os running on vmworkstation 6.5 with window vista host machine. After running rpm for vmware tool when run vmware-config-tools.pl command it ask for "what is the location of the directory of c header files that match your running kernel ? [/user/src/linux/include]

View 1 Replies View Related

Debian :: 8.2 Cannot Boot Into CLI (VMware 12 With Gnome Desktop As Guest OS)

Oct 14, 2015

I have debian8.2 installed in VMware 12 with gnome desktop as guest os.

It boot into gnome successfully. But it will not boot into CLI mode and recovery mode. While boot into CLI, It is stucked in a blank screen, no cursor, after long long boot log splash in the screen.

To boot into CLI rather than gnome, I just set default.target into multi-user.target for systemd. I checked the syslog for boot into CLI, found that systemd execute getty 1~6, but it seemed to no success log and it seem to no other log for systemd. Is it failed to getty?

I check the grapyical.target and multi-user.target in systemd, find multi-user.target is the only one target required by graphical.target. Multi-user.target can be execute successfully during boot into graphical mode, while it will not be successfully execute during boot into CLI mode. That's is so unpredicted. Is there something else I missed?

View 0 Replies View Related

Ubuntu Installation :: WinXP Or 7 As Guest On U9.1 Box - VMware Vs VirtualBox

Feb 12, 2010

I have on my computer 9.1 and I want to try some virtualization. I want to install WinXP or 7 as guest on my U9.1 box. what is your opinion? Which VMware or VirtualBox should I try?

View 1 Replies View Related

Ubuntu Networking :: Getting Vmware Guest Network Settings?

Apr 9, 2010

I am not able to connect to the internet via Ubuntu guest in Vmware Workstation. Here is the ipconfig:

Here is the ifconfig -a:

I have the vmware os settings to connect through a nat connection and I am able to ping domains however I am unable to open a page in either firefox or chrome.

View 1 Replies View Related

Ubuntu :: Lubuntu As Guest In VMWare - Screen Resolution

Sep 26, 2010

I am trying Lubuntu 10.04 as a guest in VMWare Workstation 6.5.4. My host is a Windows XP SP3 PC (soon to move to Ubuntu 10.04). The installation went fine and the vm seems to be working perfectly - all latest updates were applied and all the supplied software works.

However, the only item that is annoying is that Lubuntu always start up with 800x600 screen resolution. I can set the resolution to the one I want (1152x864) using Preference -> Monitor Setting but when I restart the vm again, Lubuntu always defaults to 800x600. BTW, my LCD monitor has a native resolution of 1920x1080 - a screen resolution of 800x600 is simply too small for my needs.

I note that there is no xorg.conf in the /etc/X11 directory and after researching the internet, I also found out that this is normal for the version of X that Lubuntu uses. I also tried out the 'xrandr' command on a console - this also works in setting the screen resolution to 1152x864 but it also is NOT persistent across restarts.how do I make the vm always start up in the resolution I want - 1152x864? I don't want to fiddle around in xorg.conf if this can be avoided.

View 3 Replies View Related

Networking :: Mounting VMWare Guest (WinXP) Outside Host

Jul 28, 2009

I am running VMware workstation on a Linux host and WinXP guest using NAT. I have shared a folder on WinXP, and I am able to mount it on the linux host with:
mount -t smbfs -o username=Administrator,password=mypasswd //192.168.100.129/Shared /mnt/tmp
This works fine. However, I want to mount the same folder from a different linux machine (not the host).

I added port forwarding in /etc/vmware/vmnet8/nat/nat.conf:
[incomingtcp]
#445 = 192.168.100.129:445

If I run:
mount -t smbfs -o username=Administrator,password=mypasswd //external_ip_number/Shared /mnt/tmp

I am getting:
mount error 112 = Host is down
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

It doesn't work even if I try the above command from the linux host itself. It only works if I use the internal IP number. I suspect vmware is not forwarding port 445 but I am not sure how to verify it. I am not running smbd on the linux host, in case that make any difference. I didn't think that was required because the server is really on the WinXP and the linux is just a client.

View 3 Replies View Related

General :: Copy The Files Between Vmware Guest And Host?

Jul 28, 2010

My RHEL version is Red Hat Enterprise Linux AS release 4(Nanhant update 6) I installed Linux on vmware.My host is win xp.Am able to ping guest as well host.How i can copy the files from host to guest.

View 2 Replies View Related

General :: Could Not Connect Windows Host To Guest On VMWare

Dec 29, 2009

I am new to linux, it was nice to work with linux on virtual machine, but suddenly yesterday when I try to connect using putty from my windowsxp machine its showing network connection error. I dont know what happened. In linux machine ifconfig shows only 127.0.0.1, could not trace problem, guide me to trace the problem.

Previously it used to give 192.168.1.2/192.168.1.3 it used to vary every boot. FTP also stopped working. I am clueless. My system setup:
Del inspiron 1525:
RAM 3G
HDD 160G
Linux RHEL3 on VMWare

View 5 Replies View Related

SUSE / Novell :: DOES Involve 11.3 As Guest In VMware Workstation

Nov 26, 2010

I posted a thread in the Virtualization forum regarding my problems with OpenSUSE 11.3 64 bit as a guest in VMware Workstation on a Mandriva 2010.1 32 bit host, but the problem DOES involve OpenSUSE 11.3 So if anyone wants to drop by the other thread and tell me what is happening, By the way, I am posting this message from my "problem child" installation. [URL]

View 2 Replies View Related

Debian :: Mouse Not Moving Smoothly In Vmware Guest - Lenny ?

Jan 2, 2011

I am running Vmware server 2.02 on a Windows-7 host. Also I have installed Debian Lenny as a guest on top of the vmware server.

I have installed Vmwaretools, the screen resolution is fine but the mouse pointer movement isn't smoothly. Side effect: When I move the pointer from the Windows-7 host into the debian desktop windows, the pointer stops at the border for a while and then jumps at ones to the middle of the window.

I have the same problem with squeeze-32-kde-4, lenny-kde-64, lenny-gnome-64. I do not have this problem with Suse linux 32-kde4. When I move the pointer over the windows border, the chape of the pointer changes ( windows > linux ) and the movement is fluently without any interuption.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved