I assume it wasn't found and setup during the install. I can't remember if RH does that. If not, create a directory where you want to mount the Windows partition. For example, I created the windows directory under /mnt to create /mnt/windows. Then assuming your windows partition is on /dev/hda1, as root type: mount /dev/hda1 /mnt/windows. Your windows partition will then show up if you cd into /mnt/windows. You can pass it all kinds of parameters but mount is usually good at figuring out what kind of partition you are mounting. If you want the windows partition to mount every time you fire up Linux add an entry to /etc/fstab. Here is what mide looks like in Mandrake 8.2: /dev/hda1 /mnt/windows vfat iocharset=iso8859-1,umask=0,codepage=850 0 0 timm On Saturday 13 July 2002 03:27 pm, rsobba wrote: > Hello KC Lug, > > I am a newbee moving from the darkness into the light. I am trying to > installl the latest version of Code Weavers wine on RH7.2. How do I > mount a 2 gig Windows 95 partition? > > > Thank you in advance > > Rick Sobba > > >