Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2012 11:46:39 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Patrick Donnelly <pjd@batbytes.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: power failure, boot, and fsck
Message-ID:  <alpine.BSF.2.00.1207091144080.37412@wojtek.tensor.gdynia.pl>
In-Reply-To: <CABBCR0Y=E3D5Jw4eGg08a--Fyb5OVxC6gobVwk0d=HYANfXgfg@mail.gmail.com>
References:  <CABBCR0Y=E3D5Jw4eGg08a--Fyb5OVxC6gobVwk0d=HYANfXgfg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> After a power failure at home, my FreeBSD server automatically starts
> again but fails to mount my UFS /boot disk because it was not properly
> unmounted. Here is my fstab:
>
> $ cat /etc/fstab
> # Device         Mountpoint     FStype     Options     Dump     Pass#
> /dev/da0s1a      /boot-disk     ufs        rw          0        0

why 0 and 0? no fsck for boot-disk?

BTW wouldn't rw,noauto be helpful or /boot-disk is actually needed after 
boot?

> that looks like (copied from another thread; devices and mount points
> don't match):
>
> UFS: /dev/ad10s3f (/usr)
> Automatic file system check failed, help!
> error aborting boo (sending sigtem to parent)!
> init: /bin/sh on /etc/rc terminated abnormally, going to single user mode.
> enter full pathname of shell or RETURN for /bin/sh:

fsck_y_enable=YES

something must be seriously wrong anyway if you boot partition (that is 
mostly untouched) got corrupted! check out things a bit.


BTW. Enable ahci it really works better



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