]> git.ipfire.org Git - thirdparty/util-linux.git/blame - mount/mount_guess_fstype.c
Imported from util-linux-2.11y tarball.
[thirdparty/util-linux.git] / mount / mount_guess_fstype.c
CommitLineData
5c36a0eb
KZ
1/*
2 * Thu Jul 14 07:32:40 1994: faith@cs.unc.edu added changes from Adam
3 * J. Richter (adam@adam.yggdrasil.com) so that /proc/filesystems is used
4 * if no -t option is given. I modified his patches so that, if
5 * /proc/filesystems is not available, the behavior of mount is the same as
6 * it was previously.
7 *
8 * Wed Feb 8 09:23:18 1995: Mike Grupenhoff <kashmir@umiacs.UMD.EDU> added
9 * a probe of the superblock for the type before /proc/filesystems is
10 * checked.
11 *
12 * Fri Apr 5 01:13:33 1996: quinlan@bucknell.edu, fixed up iso9660 autodetect
13 *
14 * Wed Nov 11 11:33:55 1998: K.Garloff@ping.de, try /etc/filesystems before
15 * /proc/filesystems
eb63b9b8
KZ
16 * [This was mainly in order to specify vfat before fat; these days we often
17 * detect *fat and then assume vfat, so perhaps /etc/filesystems isnt
18 * so useful anymore.]
5c36a0eb 19 *
c07ebfa1 20