let's take a look at your settings. /etc/rc.conf print your information correctly send me. sign in as sh to see your settingsПосле некорректного выключения компьютера система при запуске переходит в однопользовательский режим.
I have a better suggestion he has to get the settings to see if it is correct and put the fsck_y_enable="YES" to load to do automatic verification /etc/rc.confThe error message clearly says what you need to do: "RUN fsck MANUALLY". In the single user mode you can either run "fsck" and interactively accept its suggestions or run "fsck -y" and let it do its thing. Given incorrect shutdown you may have lost some files & directories but you can poke around in "/lost+found" to see if you lost anything critical.
The error message clearly says what you need to do: "RUN fsck MANUALLY". In the single user mode you can either run "fsck" and interactively accept its suggestions or run "fsck -y" and let it do its thing. Given incorrect shutdown you may have lost some files & directories but you can poke around in "/lost+found" to see if you lost anything critical.
I am afraid this seems to say your filesystem was damaged beyond repair.... I haven't used fsdb in a very long time so can't say if you can repair this manually.... Are there any reliability issues with the disk or memory or motherboard? What happened in your "incorrect shutdown"?
Edit: I recommend asking on the freebsd-fs@freebsd.org mailing list in the hope that a real filesystem expert can help you. And leaving the disk alone until then.
what he can do is repair from a FreeBSD live USB, mount partitions and repair there, he has adequate tools for that, he doesn't even need a list, this can be solved manually, that's what I said. ffs/ufs2 (FreeBSD, ID 0xa5)After an incorrect shutdown of the computer, the system enters single-user mode at startup.
fsck -yf he needs to go into privileged mode and type this command. I never had this problem I was always very careful but maybe he can solve this problem by mounting the slices and chrootIt may be worth redoing fsck but the "bad inode number 2 to nextinode" message worried me. Inode 2 is the root inode on UFS. I think it would be better to ask on the mailing list.
After an incorrect shutdown of the computer, …
…fsck_y_enable="YES"
…
fsck_ufs: bad inode number 2 to nextinode