|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
MSDOS.UTIL(8) BSD System Manager's Manual MSDOS.UTIL(8)
NAME
msdos.util -- DOS/Windows (FAT) file system utility
SYNOPSIS
msdos.util [-m mountflag1 mountflag2 mountflag3 mountflag4] device node
msdos.util [-p mountflag1 mountflag2 mountflag3 mountflag4] device
msdos.util [-u] device
msdos.util [-n] device name
DESCRIPTION
The msdos.util command supports the mounting, probing, and unmounting of FAT file systems.
Options:
-m mountflag1 mountflag2 mountflag3 mountflag4
mount
-n set name
-p mountflag1 mountflag2 mountflag3 mountflag4
probe for mounting
-u unmount
mountflags above are either:
oo removable or fixed
oo readonly or writeable
oo suid or nosuid
oo dev or nodev
SEE ALSO
diskarbitrationd(8)
HISTORY
Derived from the Openstep Workspace Manager file system utility programs.
Darwin March 24, 2001 Darwin
|
|