On 2022-02-11, Konrad Sowula <konrsow...@student.polsl.pl> wrote:
> ...
> Enter path to shell binary: 
>
> thus i ran `fsck_ffs /dev/sd0a` in shell and here I am.
>
> uname -a:
> OpenBSD vultr.guest 7.0 GENERIC.MP#232 amd64
>
> mount:
> /dev/sd0a on / type ffs (local)

At this stage startup was interrupted before mounting other filesystems.
Run fsck ("fsck -p" will check all unclean filesystems and ask what you
want to do, or "fsck -p -y" will check and answer "y" to all questions),
then mount all local filesystems "mount -a -t nonfs" if you want to
check over anything before continuing boot, and/or press ^D to resume
the normal boot sequence.

-- 
Please keep replies on the mailing list.

Reply via email to