*- On 4 Mar, Nuno Donato wrote about "Please HELP ME!!!" > I really need some help here. > How can I have Linux to mount automatically my hard drives > at boot. Because every time I run Linux, I have to mount all > my partitions into separate directories. > Can I create some type of autoexec file? > > PLEASE HELP ME!!!!! >
Try looking at the following: % man fstab % man mount % more /etc/fstab You need to edit the file /etc/fstab to include information about the filesystems you want to mount. Here is some of mine: /proc /proc proc defaults /dev/hda5 / ext2 defaults 0 1 /dev/hdc7 none swap sw,pri=1 /dev/hdb1 /var ext2 defaults 0 2 /dev/hdc6 /home ext2 defaults 0 2 /dev/hda1 /bri/c vfat rw,quiet,unhide,gid=35,umask=002,user /dev/hda6 /bri/d vfat rw,quiet,unhide,gid=35,umask=002,user /dev/hdc5 /bri/e vfat rw,quiet,unhide,gid=35,umask=002,user /dev/hdd /rmd/z iso9660 ro,noauto,user /dev/fd0 /rmd/a auto noauto,rw,user,quiet,gid=35,umask=002 -- Brian --------------------------------------------------------------------- "Never criticize anybody until you have walked a mile in their shoes, because by that time you will be a mile away and have their shoes." - unknown Mechanical Engineering [EMAIL PROTECTED] Purdue University http://www.ecn.purdue.edu/~servis ---------------------------------------------------------------------