diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 317777665c65..877339b731b6 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -117,7 +117,7 @@ static struct opt { */ static const char * remountable_fs_names[] = { - "ufs", "ffs", "lfs", "ext2fs", + "ufs", "ffs", "ext2fs", 0 };