> I am using LILO to boot to Linux & Windows 98. Everytime I boot into Linux,
> i need to mount my win98 fat partition. Is there any file like autoexec.bat
> in linux where i can store the command for mounting my fat partition
> automatically whenever i boot into Linux? I am using Red Hat Linux 6.2 &
> bash script.

I see that others pointed you in the right direction.  I would just
like to point out a few other things:

a.  Linux does not use FAT concepts or terminology.  Understanding that
is one of the first steps in understanding a real OS design.

b.  As one respondent pointed out, /etc/fstab is the file from which the
init process reads information about what filesystems to mount, and this
process is considerably more sophisticated than simply running a script
like autoexec.  From the nature of your question, it seems like you've
not had much experience with configuring a linux system to operate correctly.
I suggest you do a bit more reading of some of the linux documentation
before you start playing around with things like this.  I recommend you to
the book "Running Linux" by Matt Welsh (among many others).

c.  This question is entirely off-topic for this mailing list.  Please put
such questions into the appropriate fora, such as comp.os.linux.setup on
usenet.

Thx,
jbh

Reply via email to