Quote:
|
How Can i auto mount my fat32 drive in redhat 9?
|
You can replace the word 'c' with any word you like.
Open a console (terminal), log in as root ('su' command) and type:
This will create the folder 'c' in the /mnt directory where your fat partition will be mounted.
Code:
mount -t vfat /dev/hda1 /mnt/c