Page MenuHomeFreeBSD

D17237.id48378.diff
No OneTemporary

D17237.id48378.diff

Index: share/man/man5/msdosfs.5
===================================================================
--- share/man/man5/msdosfs.5
+++ share/man/man5/msdosfs.5
@@ -2,7 +2,7 @@
.\" Written by Tom Rhodes
.\" This file is in the public domain.
.\"
-.Dd October 1, 2013
+.Dd September 23, 2018
.Dt MSDOSFS 5
.Os
.Sh NAME
@@ -15,9 +15,7 @@
.Nm
driver will permit the
.Fx
-kernel to read and write
-.Tn MS-DOS
-based file systems.
+kernel to read and write MS-DOS based file systems.
.Pp
The most common usage follows:
.Pp
@@ -43,9 +41,7 @@
/dev/ada0sN /dos msdosfs rw 0 0
.Ed
.Pp
-This will mount an
-.Tn MS-DOS
-based partition at the
+This will mount an MS-DOS based partition at the
.Pa /dos
mount point during system boot.
Using
@@ -58,6 +54,14 @@
for more information on
.Fx
directory layout.
+.Sh EXAMPLES
+Determine which FAT format (e.g, FAT16, FAT32) is on the partition:
+.Bd -literal -offset indent
+file -s /dev/da0s1
+.Ed
+.Pp
+.Xr gpart 8
+may also be used to extract this information.
.Sh SEE ALSO
.Xr mount 2 ,
.Xr unmount 2 ,

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 8, 4:58 PM (16 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29410791
Default Alt Text
D17237.id48378.diff (1 KB)

Event Timeline