4 mount -t ufs -o ufstype=type_of_ufs device dir
11 UFS is a file system widely used in different operating systems.
12 The problem are differences among implementations. Features of
13 some implementations are undocumented, so its hard to recognize
14 type of ufs automatically. That's why user must specify type of
15 ufs manually by mount option ufstype. Possible values are:
18 default value, supported as read-only
20 44bsd used in FreeBSD, NetBSD, OpenBSD
21 supported as read-write
23 ufs2 used in FreeBSD 5.x
24 supported as read-write
26 5xbsd synonym for ufs2
28 sun used in SunOS (Solaris)
29 supported as read-write
31 sunx86 used in SunOS for Intel (Solarisx86)
32 supported as read-write
35 supported as read-only
39 supported as read-only
42 used for NextStep CDROMs (block_size == 2048)
43 supported as read-only
47 supported as read-only
53 See next section, if you have any.
59 Any ufs bug report you can send to daniel.pirkl@email.cz or
60 to dushistov@mail.ru (do not send partition tables bug reports).