Skip site navigation (1)Skip section navigation (2)
Date:      03 Sep 2002 06:34:40 +0200
From:      Markus Landgren <ei1lama@chl.chalmers.se>
To:        Duncan Anker <d.anker@au.darkbluesea.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: What's wrong with this fstab?
Message-ID:  <1031027681.98473.12.camel@krell.telia.com>
In-Reply-To: <3D740037.8020103@au.darkbluesea.com>
References:  <3D740037.8020103@au.darkbluesea.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2002-09-03 at 02:20, Duncan Anker wrote: 
> I'm trying to figure out a problem I'm having with mounting local disks.
> I have the following fstab:
> 
> # Device                Mountpoint      FStype  Options         Dump    
> Pass#
> /dev/aacd0s1b           none            swap    sw              0       0
> /dev/aacd0s1a           /               ufs     rw              1       1

Try moving this line:

> #/dev/aacd1s1f          /usr/local/mysql ufs    rw              2       2
> /dev/aacd0s1f           /tmp            ufs     rw              2       2
> /dev/aacd1s1e           /usr            ufs     rw              2       2

... and put it here, where /usr is already mounted.

> /dev/aacd0s1e           /var            ufs     rw              2       2
> /dev/acd0c              /cdrom          cd9660  ro,noauto       0       0
> proc                    /proc           procfs  rw              0       0
> 
> If I uncomment the line which mounts /usr/local/mysql, the machine won't 
> boot.
> I have experimented with this on our development boxes and it works 
> fine.

Check if these machines have their fstab lines in the same order.

Disclaimer: I am a newbie, so following my advice does not guarantee
success, but I am 99% sure I had a similar problem once and I solved it
by moving the lines in fstab.

/ Markus




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?1031027681.98473.12.camel>