Searched refs:fsck (Results 1 - 25 of 49) sorted by relevance

12

/src/sbin/fsck/
H A DMakefile3 PROG= fsck
4 SRCS= fsck.c fsutil.c preen.c
5 MAN= fsck.8
/src/tests/fs/lfs/
H A Dutil.h13 int fsck(void);
H A Dt_resize.c95 if (fsck())
96 atf_tc_fail_errno("fsck found errors after first unmount");
119 if (fsck())
120 atf_tc_fail_errno("fsck found errors after enlarge");
141 if (fsck())
142 atf_tc_fail("fsck found errors after shrink");
159 /* Final fsck to double check */
161 if (fsck())
162 atf_tc_fail("fsck found errors after final unmount");
H A Dt_rfw.c118 if (fsck())
119 atf_tc_fail_errno("fsck found errors after first unmount");
143 if (fsck())
144 atf_tc_fail_errno("fsck found errors after second unmount");
157 if (fsck())
158 atf_tc_fail_errno("fsck found errors with old superblocks");
182 if (fsck()) {
184 atf_tc_fail("fsck found errors after roll forward");
219 /* Final fsck to double check */
221 if (fsck()) {
[all...]
/src/etc/rc.d/
H A Dfsck3 # $NetBSD: fsck,v 1.11 2010/02/17 23:32:07 christos Exp $
6 # PROVIDE: fsck
11 name="fsck"
25 fsck -x / $fsck_flags
H A Dfsck_root57 fsck $fsck_flags /
/src/sbin/resize_ffs/
H A DMakefile9 CPPFLAGS+=-I${NETBSDSRCDIR}/sbin/fsck
15 .PATH: ${NETBSDSRCDIR}/sbin/fsck
/src/usr.bin/crunch/examples/
H A Dfreebsd-kcopy.conf16 progs mount mount_isofs mount_pcfs fsck halt init umount
/src/sbin/fsck_ffs/SMM.doc/
H A DMakefile5 ARTICLE=mckusick85-fsck
/src/usr.sbin/quotacheck/
H A DMakefile11 CPPFLAGS+=-I${NETBSDSRCDIR}/sbin/fsck -I${NETBSDSRCDIR}/usr.bin/quota
12 .PATH: ${NETBSDSRCDIR}/sbin/fsck ${NETBSDSRCDIR}/sys/ufs/ffs ${NETBSDSRCDIR}/usr.bin/quota
/src/sbin/resize_lfs/
H A DMakefile11 FSCK=${NETBSDSRCDIR}/sbin/fsck
/src/regress/sys/fs/lfs/newfs_fsck/
H A DMakefile30 ${MAKE} TMPMP=${TMPMP} VND=${VND} MPART=${MPART} fsck
38 ${MAKE} TMPMP=${TMPMP} VND=${VND} MPART=${MPART} fsck
40 # Trivial newfs & fsck test
47 fsck: target
/src/sbin/fsck_msdos/
H A DMakefile9 FSCK= ${NETBSDSRCDIR}/sbin/fsck
/src/sbin/newfs_ext2fs/
H A DMakefile12 FSCK=${NETBSDSRCDIR}/sbin/fsck
/src/sbin/newfs_msdos/
H A DMakefile16 FSCK=${NETBSDSRCDIR}/sbin/fsck
/src/distrib/alpha/instkernel/ramdisk/
H A Dupgrade.sh139 echo "you should upgrade your file systems with 'fsck -c 2'"
158 fsck -f -p $upgrargs /dev/r${drivename}a
161 echo "You should probably reboot the machine, fsck your"
178 echo -n "Copying new fsck binary to your hard disk..."
182 cp /sbin/fsck /mnt/sbin/fsck
204 chroot /mnt fsck -f -p $upgrargs
207 echo "You should probably reboot the machine, fsck your"
/src/distrib/amiga/floppies/upgr/
H A Dupgrade.sh178 echo "You should upgrade your file systems with 'fsck -c 2'"
192 $DONTDOIT fsck -p -c 2 /dev/r${drivename}a
195 echo "You should probably reboot the machine, fsck your"
221 echo -n "Copying new fsck binary to your hard disk..."
225 $DONTDOIT cp /sbin/fsck /mnt/sbin/fsck
248 $DONTDOIT chroot /mnt fsck -p -c 2
251 echo "You should probably reboot the machine, fsck your"
/src/usr.sbin/makefs/udf/
H A DMakefile.inc6 FSCK= ${NETBSDSRCDIR}/sbin/fsck # use progress meter.
/src/usr.sbin/makefs/v7fs/
H A DMakefile.inc6 FSCK= ${NETBSDSRCDIR}/sbin/fsck # use progress meter.
17 SRCS += progress.c # progress bar (fsck)
/src/sbin/fsck_ext2fs/
H A DMakefile11 FSCK= ${NETBSDSRCDIR}/sbin/fsck
/src/sbin/fsck_lfs/
H A DMakefile14 FSCK= ${NETBSDSRCDIR}/sbin/fsck
/src/sbin/fsck_udf/
H A DMakefile10 FSCK= ${NETBSDSRCDIR}/sbin/fsck
/src/sbin/fsck_v7fs/
H A DMakefile12 FSCK= ${NETBSDSRCDIR}/sbin/fsck
/src/sbin/newfs_lfs/
H A DMakefile16 FSCK= ${NETBSDSRCDIR}/sbin/fsck
/src/sbin/newfs_v7fs/
H A DMakefile12 FSCK= ${NETBSDSRCDIR}/sbin/fsck

Completed in 7 milliseconds

12