Certainly.  Do a "man fstab" at a shell prompt to get full details, but
the file /etc/fstab is read on boot time to configure who and how
everything in the system is automatically booted.

Some examples from my own below:

/dev/hda5               /                      ext2    defaults        1 1 
/dev/hda10              /burn                  ext2    defaults        1 2
/dev/hda8               /home                  ext2    defaults        1 2
/dev/hda7               /opt                   ext2    defaults        1 2
/dev/cdrom              /mnt/cdrom             auto 
                                        user,noauto,nosuid,exec,nodev,ro 0 0

etcetera.

Hope that helps!

David



> Hello all,
> 
> Every time I boot I have to tell Linux to mount my secondary master, a MS-Dos
> disk.  I believe there is a way to do that automatically, either in one of the
> initialization files or in an item on the desktop (such as the ones for the
> CD-Rom and Floppy), but have not found a trace of that in the documentation. 
> Can anyone help me out?
> 
> Thanks,
> /Gustavo.
> 

Reply via email to