In a console:
1) type "fdisk -l" without the quotes (this will "list" your partitions)
2) identify your fat32 partition from the output of the previous command (it 
will probably be hda1, but it could be something else) I'll assume it's 
"hda1" but just replaces my references to "hda1" to the actual name
3) type "cd /mnt" without the quotes
4) type "md DOS_hda1"
5) type "mount -t vfat /dev/hda1 /mnt/DOS_hda1"

Now, just navigate the "/mnt/DOS_hda1" directory to see the contents of your 
fat32 drive.  If this works, you can add an entry to your /etc/fstab file to 
make your life easier the next time you want to mount your fat32 partition.


HTH,
Matt



>From: John and Veronica <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: [newbie] acessing fat32 partitions
>Date: Sat, 08 Jan 2000 22:10:01 -0600
>
>Where do I put that?   I tried doing this and it didn't work
>
>
>  Inorder to mount a Fat32 partition, FAT32 Support has to be compiled
>into  your kernel.  edit your /etc/fstab file add an entry for what ever
>partition  is your fat32 partition ie /dev/hda1 /mnt/windrive vfat
>defaults 0 0 if you add that to your fstab next time you reboot it
>should automatically be mounted.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to