分类: LINUX
2007-05-07 00:07:38
1. Edit /etc/fstab file, start kwrite and open the file. (or type kdesu kwrite /etc/fstab in konsole).
2. Change noauto to auto for the drives you want automounted.
/dev/hda5 /mnt/hda5 auto noauto,users,exec 0 0
/dev/hda5 /mnt/hda5 auto auto,users,exec 0 0
Pay attention which auto you change, you might have an auto keyword immediately after the partition name, that's for autodetecting the partition type, if you change that you'll get errors.
3. Move the entry to static portion of the file (upper part of the file).
4. Save file.