Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 1995 05:11:52 -0700 (PDT)
From:      Julian Elischer <julian@ref.tfs.com>
To:        Andrew@micksquadra.its.utas.edu.au (Andrew)
Cc:        questions@freebsd.org
Subject:   Re: FS busy
Message-ID:  <199509211211.FAA08512@ref.tfs.com>
In-Reply-To: <199509210703.RAA29330@corinna.its.utas.edu.au> from "Andrew" at Sep 21, 95 05:04:41 pm

next in thread | previous in thread | raw e-mail | index | archive | help
ok, change the order..
order is important in fstab..

> 
> This is a multi-part message in MIME format.
> 
> ---------------------------------174711306415386
> Content-Transfer-Encoding: 7bit
> Content-Type: text/plain; charset=us-ascii
> 
> Hi once again,
> 
> Your suggestion about manually mounting usr/users and then pressing ^D 
> worked however once we get that far it wont mount /usr as it claims the 
> file system is busy. I enclose my fstab file (which I haven't edited 
> other than when in the insatller via menus).
> 
> Thanks,
> 
> Andrew
> 
> ---------------------------------174711306415386
> Content-Transfer-Encoding: 7bit
> Content-Type: text/plain
> 
> /dev/sd1s1g			/usr/users		ufs	rw 1 1
> /dev/sd0a			/		ufs	rw 1 1
> /dev/sd0s2b			none		swap	sw 0 0
> /dev/sd0s2e			/usr		ufs	rw 1 1
> /dev/sd1s1b			none		swap	sw 0 0
> /dev/sd1s1e			/usr/local		ufs	rw 1 1
> /dev/sd1s1f			/usr/xwin		ufs	rw 1 1
> /dev/sd0s1			/dos-part		msdos	rw 0 0
> proc				/proc		procfs	rw 0 0

should be:

/dev/sd0a			/		ufs	rw 1 1
/dev/sd0s2e			/usr		ufs	rw 1 1
/dev/sd1s1g			/usr/users		ufs	rw 1 1
/dev/sd1s1e			/usr/local		ufs	rw 1 1
/dev/sd1s1f			/usr/xwin		ufs	rw 1 1
/dev/sd0s1			/dos-part		msdos	rw 0 0
/dev/sd0s2b			none		swap	sw 0 0
/dev/sd1s1b			none		swap	sw 0 0
proc				/proc		procfs	rw 0 0
> 
> ---------------------------------174711306415386--
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509211211.FAA08512>