On Sun, 14 Sep 1997, Michael Legart wrote: > Hi! > > This might be a stupid question, but how do I automount partitons at > startup?
This is done from the file /etc/fstab, which is read at bootup. 'man fstab' will help show you the options, here is mine as an example: -BEGIN---- # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> /dev/sda1 / ext2 defaults 0 1 /dev/sdc1 /home ext2 defaults,usrquota,nosuid 0 1 /dev/sdd1 /opt ext2 defaults 0 1 proc /proc proc defaults 0 0 -END---- Dennis -- dpk <[EMAIL PROTECTED]>, Systems/Network | work: 353.4844 Division of Enginnering Computing Services | page: 222.5875 -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .