diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 11:12:52 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 11:12:52 +0200 |
commit | da1aca2a70ae658863555952b11e75b3d1bd1b3b (patch) | |
tree | 7922633ce19d11ca50adf99935a5313fe21859be /sys/man/1/fstype | |
parent | c7533af99a2fb3d8a2e7fb93e26207498fec9299 (diff) |
add fstype(1) manpage
Diffstat (limited to 'sys/man/1/fstype')
-rw-r--r-- | sys/man/1/fstype | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/sys/man/1/fstype b/sys/man/1/fstype new file mode 100644 index 000000000..d73e6874b --- /dev/null +++ b/sys/man/1/fstype @@ -0,0 +1,50 @@ +.TH FSTYPE 1 +.SH NAME +fstype \- determine file system type +.SH SYNOPSIS +.B fstype +.I File +.SH DESCRIPTION +.I file +being a partition or file system image, +.I fstype +determines the type of a disk filesystem and prints it. +If the type cannot be determined, then the error status +is set. +.PP +Known filesystem are: +.TP 12 +.B 9660 +ISO9660 CD-ROM (see +.IR dossrv (4)) +.TP +.B dos +FAT12/FAT16/FAT32 DOS (see +.IR dossrv (4)) +.TP +.B paqfs +compressed +.IR paqfs (4) +.TP +.B kfs +Plan 9 disk file system (see +.IR kfs (4)) +.TP +.B fs +32-bit and +.TP +.B fs64 +64-bit dump file system (see +.IR fs (4)) +.TP +.B cwfs +32-bit, +.TP +.B cwfs64 +64-bit and +.TP +.B cwfs64x +long file name cache worm file system (see +.IR cwfs (4)) +.SH SOURCE +.B /rc/bin/fstype |