NetBSD/sbin/mount
nathanw be856ef968 When attempting to guess the filesystem type from the disklabel, don't
consider a out-of-range partition letter at the end of the special
device node to be a fatal error; just return NULL and let the caller
fall back to FFS.

This fixes the "mount -u /kern/rootdev /" done by the script installer.

XXX this is still gross, and breaks things like
"mount /my/strange/dev/path/b /mnt". Perhaps it should stat the node
and use the minor number as an index instead?
2002-05-21 23:51:19 +00:00
..
Makefile
fattr.c
fattr.h
getmntopts.3
getmntopts.c
mntopts.h
mount.8 Improve mount_mfs examples. Inspired by [misc/16193] from 2002-05-21 11:17:57 +00:00
mount.c When attempting to guess the filesystem type from the disklabel, don't 2002-05-21 23:51:19 +00:00
pathnames.h
vfslist.c
vfslist.h