Thread: help in linux
View Single Post
Old 21-01-2005, 09:52 PM   #3 (permalink)
naveenchandran
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

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:

Code:
mkdir /mnt/c
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
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline