NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/56615: fsck: no match for 00000000-0000-0000-0000-000000000000 : no such file or directory ; init can't exec for single user : no such file or directory
The following reply was made to PR install/56615; it has been noted by GNATS.
From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: install/56615: fsck: no match for 00000000-0000-0000-0000-000000000000 : no such file or directory ; init can't exec for single user : no such file or directory
Date: Tue, 11 Jan 2022 18:45:30 -0000 (UTC)
marietto2008%gmail.com@localhost writes:
>https://ibb.co/w6NszSR
The message comes from getfsspecname. Looks like your /etc/fstab
is garbled.
>https://ibb.co/ZW6XdJy
fsck on the raw partition usually warns about a vfstype "unused".
I cannot see the root wedge you use, only dk10 as the dump partition.
You should do something like (assuming the root partition is dk9):
fsck /dev/dk9
mount /dev/dk9 /
mount -t tmpfs dummy /tmp
export TERM=wsvt25
then edit /etc/fstab and fix it.
Home |
Main Index |
Thread Index |
Old Index