Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 23:46:16 +0400
From:      =?KOI8-R?B?5M3J1NLJyiDixcjUxdLF1w==?= <dbehterev@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Question about fstab
Message-ID:  <q2u7aaa60421004141246scd7b80f8xe2052e7269f2d37b@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello all!
I want use redundant scheme for booting my OS. For instance I have two ufs
slices and each of them keep /boot folder. For example, I want use fstab
like that:
# Device                Mountpoint      FStype  Options         Dump
Pass#
/dev/ad6s1b             none            swap    sw              0       0
/dev/ad6s1a             /bootdir        ufs     rw              1       1
/dev/ad4s1a            /mnt/bootdir    ufs     rw              1       1
That scheme will work unless one of ufs slices go out. After that I just
select bootable disk in BIOS and reboot. But during boot process I have got
error that one of slices can't be mounted. It's not convinient. How can I
get decision?
Thank all.



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