mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
unable to automatically find alternate superblocks. This checkin places the information needed to find alternate superblocks to the end of the area reserved for the boot block. Filesystems created with a newfs of this vintage or later will create the recovery information. If you have a filesystem created prior to this change and wish to have a recovery block created for your filesystem, you can do so by running fsck in forground mode (i.e., do not use the -p or -y options). As it starts, fsck will ask ``SAVE DATA TO FIND ALTERNATE SUPERBLOCKS'' to which you should answer yes. Discussed with: kib, imp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D11589 |
||
|---|---|---|
| .. | ||
| dir.c | ||
| ea.c | ||
| fsck.h | ||
| fsck_ffs.8 | ||
| fsutil.c | ||
| gjournal.c | ||
| globs.c | ||
| inode.c | ||
| main.c | ||
| Makefile | ||
| Makefile.depend | ||
| pass1.c | ||
| pass1b.c | ||
| pass2.c | ||
| pass3.c | ||
| pass4.c | ||
| pass5.c | ||
| setup.c | ||
| suj.c | ||
| utilities.c | ||