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 use getprogname() 2001-02-20 23:22:49 +00:00
fattr.c fix copyright (damned copy&paste) 2000-10-30 20:58:20 +00:00
fattr.h make the code includable into other programs: 2000-10-30 20:56:57 +00:00
getmntopts.3 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:21:55 +00:00
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 Factor out some function declarations into a header file. 2000-11-01 04:10:02 +00:00
vfslist.h Factor out some function declarations into a header file. 2000-11-01 04:10:02 +00:00