<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi folks,<BR><BR>I want to share a fat32 partition between Fedora and 
WinXP.  I created the <BR>mounted directory (/mnt/win) and tried the 
following command :<BR><BR>mount -t vfat /dev/hda8 
/mnt/win<BR><BR>Unfortunately, I got this message :<BR><BR>mount : wrong fs 
type, bad option bad superblock on /dev/hda8, or too may <BR>mounted file 
systems.<BR><BR>I looked my partition details with "fdisk -l /dev/hda" but fdisk 
was not <BR>installed. So I tried fdisk from a bootable cd and according it, 
/dev/hda8 <BR>is really a fat partition. I also attempted to add the following 
line in my <BR>/etc/fstab file :<BR><BR>/dev/hda8   
/mnt/win   vfat   noauto,user   0 0<BR><BR>but I 
am still stuck with the same message when Fedora is lauched.<BR><BR>Now, I 
simply don't know what to do. I will be glad if anyone could help 
me.<BR><BR>Nicolas<BR></DIV></BODY></HTML>