You need to see which partition xp is on.  Let's guess that it is on the
second (slave) IDE channel and xp is on the third partition. Also, let's
assume that you want to mount it at the /mnt/c folder.  Then the command:

#mount -t vfat /dev/hdb3 /mnt/c

will do it.  

Notice:
  The "#"    sign because this has to be done as root.
  -t vfat    tells linux that is is a windows partition.  (If the xp
partition is listed in /etc/fstab then you don't need this)
  /dev/hdb   the "b" for the second (slave) IDE channel
  /dev/hdb3  the "3" for the third partuition
  /mnt/c     where the file system will be mounted.

I don't use xp, so I'm guessing the vfat is the correct type for xp. If
the mount fails, then look at "man mount" to see the supported file system
types.

 On 27 Oct 2002, Russell Peterson wrote:

> 
> Just installed 8.0 today.  Must say that I'm impressed.  I had been
> attempting to use Mandrake but decided to punt and go with Red Hat due
> to numerous headaches.
> 
> Anyway, one thing I did like about Mandrake was that by default it
> mounted my Windows XP file system in /mnt.  Ya, ya, I know...
> Microsoft.  I'm not religious about the whole OS thing.  I like both. 
> Still, anyone know the correct mount command?  The XP file system is
> FAT32.  Not sure what /dev to use etc...
> 
> 
> 
> 
> 
> 
> 
> 



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to