From ee143d47ad6c41a3590bdb5ed28c7bd5bf6ffff8 Mon Sep 17 00:00:00 2001 From: adrian Date: Sat, 14 Oct 2000 02:44:56 +0000 Subject: Pre-IFS commit. Commit IFS-aware fsck and mount utilities. mount_ifs: repocopy of sbin/mount, with most of the intelligence ripped out and "ufs" replaced with "ifs" in the right places. It will only mount a single filesystem, rather than the -t magic that our real mount does. fsck_ifs: repocopy of sbin/fsck_ffs, but the directory structure stuff (pass2 and some refcount checks) has been #ifdef'ed out. src/sbin/Makefile: Build these two utilities There is probably cruft code left in both which can be removed at a later date, especially in mount_ifs, but I trust that people will not try mount_ifs -a .. Note: there are no man pages installed for these two commands as I haven't actually written them yet. --- sbin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index 56e6c6a..6cb4d8f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -17,6 +17,7 @@ SUBDIR= adjkerntz \ dumpfs \ dumpon \ fsck \ + fsck_ifs \ fsck_ffs \ fsdb \ fsirand \ @@ -37,6 +38,7 @@ SUBDIR= adjkerntz \ mount \ mount_cd9660 \ mount_ext2fs \ + mount_ifs \ mount_msdos \ mount_nfs \ mount_ntfs \ -- cgit v1.1