summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authorKarel Zak2011-06-14 23:30:29 +0200
committerKarel Zak2011-06-14 23:30:29 +0200
commit8c20c0ad4ae3c520f78faa190fb852bc1a3b8b16 (patch)
tree3a56dc94c54b0464a9161d916ca29feeaa26502c /mount
parentlogin: fix typos in man page (diff)
downloadkernel-qcow2-util-linux-8c20c0ad4ae3c520f78faa190fb852bc1a3b8b16.tar.gz
kernel-qcow2-util-linux-8c20c0ad4ae3c520f78faa190fb852bc1a3b8b16.tar.xz
kernel-qcow2-util-linux-8c20c0ad4ae3c520f78faa190fb852bc1a3b8b16.zip
mount: add ufstype=ufs2 to mount.8
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=691338 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount')
-rw-r--r--mount/mount.86
1 files changed, 6 insertions, 0 deletions
diff --git a/mount/mount.8 b/mount/mount.8
index 5f97328fb..898253769 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -2321,6 +2321,12 @@ Old format of ufs, this is the default, read only.
.B 44bsd
For filesystems created by a BSD-like system (NetBSD,FreeBSD,OpenBSD).
.TP
+.B ufs2
+Used in FreeBSD 5.x supported as read-write.
+.TP
+.B 5xbsd
+Synonym for ufs2.
+.TP
.B sun
For filesystems created by SunOS or Solaris on Sparc.
.TP