1 .\" $FreeBSD: src/share/man/man5/msdos.5,v 1.3.2.1 2002/12/30 04:44:44 trhodes Exp $
2 .\" $DragonFly: src/share/man/man5/msdos.5,v 1.4 2006/02/10 19:01:10 swildner Exp $
3 .\" Written by Tom Rhodes
4 .\" This file is in the public domain.
14 /dev/ad0sN /dos msdos rw 0 0
17 To link into the kernel:
20 To load as a kernel loadable module:
25 file system driver will permit the
27 kernel to read and write
31 The most common usage follows:
33 .Dl "# mount_msdos /dev/ad0sN /dos
37 is the partition number and
39 is a mount point directory in the root file system.
40 Some users tend to create a
45 This helps to keep better track of the file system,
46 and make it more easily accessible.
48 It is possible to define an entry in
50 that looks similar to:
52 /dev/ad0sN /dos msdos rw 0 0
57 based partition at the
59 mount point during system boot.
62 as a permanent mount point is not advised as its intention
63 has always been to be a temporary mount point for floppy and
67 for more information on
77 .%T "The FreeBSD Handbook"
78 .%O "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/"
81 This manual page was written by
82 .An Tom Rhodes Aq trhodes@FreeBSD.org .