Date: Thu, 05 Oct 2000 16:53:12 -0400 From: Daniel Frazier <dfrazier@magpage.com> To: Luke Roberts <luke@roberts.nl> Cc: =?iso-8859-1?Q?V=E9ronique?= Huck <v.huck@free.fr>, freebsd-questions@FreeBSD.ORG Subject: Re: How to fix fstab ? Message-ID: <39DCEA38.68155C72@magpage.com> References: <5.0.0.25.2.20001005213008.00a295d0@pop.roberts.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Luke Roberts wrote: > > the commands that should do the trick are: > > mount /dev/ados1a / > mount /dev/ados1f /usr > mount /dev/ados1e /var > <minor nit> mount -a will do the trick </minor nit> from man mount... -a All the filesystems described in fstab(5) are mounted. Excep- tions are those marked as ``noauto'', excluded by the -t flag (see below), or if they are already mounted (except the root filesystem which is always remounted to preserve traditional sin- gle user mode behavior). ---------------------------------------------------------------------- Daniel Frazier <dfrazier@magpage.com> Tel: 302-239-5900 Ext. 231 System Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39DCEA38.68155C72>