View Single Post
Old 11-22-2002, 01:09 PM   #3
mindwave_21
Member (7 bit)
 
Join Date: Oct 2002
Posts: 107
OK
First make sure what your second hardrive is called (probably something like hdb1).
Now you want to make a directory called /mnt/windows or something. (mkdir /mnt/windows)
Then you do the mount command (I think this is it):
mount /dev/hda2 /mnt/windows -t vfat

If that works and you want an auto mounting drive, use an editor lie xedit or emacs and open /etc/fstab
then add:
/dev/hda2 /mnt/windows vfat defaults 0 0
HTH
mindwave_21

Last edited by mindwave_21; 11-22-2002 at 01:11 PM.
mindwave_21 is offline   Reply With Quote