• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

mounting fat32 in RH 9

thadon

Member
hey i've been trying to mount a fat32 partition in RH 9, but have had no luck. first thing i did was make a directory in /mnt named windows.

then i did mount -t vfat................... something

i forget what it said, but i just need to mount it so i can access drivers that i downloaded for RH 9
 

you should be able to just mount it by hitting:

mount /dev/hda1 /mnt/windows

Or whatever partition the fat32 partition is. hda is the first ide device, hdb is the second hdc is the third, etc etc. Then the partition would jsut be a number on the back of hda, or c, or d. like hda1, is first partition on the first harddrive and hdb3 would be the third partition on the second harddrive etc etc.

usually you don't have to specify the partition type, it is detected automagicly, but sometimes you may have to.,

if you still get errors just jot them down...
 
Back
Top