[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Automount filesystems?



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 <dpk@egr.msu.edu>, 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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: