Click to See Complete Forum and Search --> : fat 32 partirions seen in RHat9


Grig
06-08-2003, 01:32 PM
i have 3 FAT 32 patitions on my LInux bearing computer and i can't access them from my Red Hat 9 distro. What can i do??????:confused:

RHLinuxNewbie
06-08-2003, 04:02 PM
You can add a line similar to:

/dev/hda1 /mnt/WinC vfat noauto,rw,user 0 0


To your /etc/fstab file, then in a terminal execute:

mount /mnt/WinC


and your partition should be mounted. The '/dev/hda1' part might differ depending on the way your system is configured. Also, you'll need to mkdir the '/mnt/WinC' or whatever it is you wish it to be called.