LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with mounting on RedHat Linux 7.3 (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-mounting-on-redhat-linux-7-3-a-685897/)

arjean 11-25-2008 12:38 AM

Problem with mounting on RedHat Linux 7.3
 
Dear Friends,

I am running RedHat Linux 7.3 on VMWare Virtual Machine that runs on Windows XP.. When i tried to mount the Windows Partitions(hdc), using the cmd,
mount /dev/hdc2 /mnt/windows, the following error occurs,
/dev/hdc2: Input/Output Error
mount: you must specify the filesystem type

What does this mean?? I have mounted the windows partitions on linux using the same command before.. except with the difference that i am running linux on VMware now..so what might be the problem???

rizwanrafique 11-25-2008 03:03 AM

Sounds like your windows partition is on your host machine and Linux is running as a guest inside VMware. If my assumption is correct then windows are Linux and effectively on two machines. To use each others' drives you'll need to use samba client and server.

arizonagroovejet 11-25-2008 01:28 PM

What the poster above said.

Also, do realise how antiquated RedHat 7.3 is?

aenright 11-25-2008 01:41 PM

VMs are a little different...
 
As stated above, if the Linux install is running as a virtual instance, it will not be able to see the host OS's physical hardware. VMWare is full virtulization, meaning that it completely isolates the virtual instances from the physical hardware, presenting virtual hardware devices and handling resource allocation between the VMs. I have Fedora 9 running in a VM on the laptop I'm writing this post on now, and have used smbclient to mount "folders" that I have shared out from the host OS as well as to export filesystems from the VM to the Windows host.

RH 7.3 is a rather antiquated version, are you running it for a particular reason? If not, why not try running Fedora or CentOS?

Hope this helps,
~Art

arjean 11-26-2008 01:16 AM

Quote:

Originally Posted by aenright (Post 3354033)
As stated above, if the Linux install is running as a virtual instance, it will not be able to see the host OS's physical hardware. VMWare is full virtulization, meaning that it completely isolates the virtual instances from the physical hardware, presenting virtual hardware devices and handling resource allocation between the VMs. I have Fedora 9 running in a VM on the laptop I'm writing this post on now, and have used smbclient to mount "folders" that I have shared out from the host OS as well as to export filesystems from the VM to the Windows host.

RH 7.3 is a rather antiquated version, are you running it for a particular reason? If not, why not try running Fedora or CentOS?

Hope this helps,
~Art

Thanks for ur suggestion.. I am gonna try my hands at Fedora..


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