0001 =========
0002 Using UFS
0003 =========
0004
0005 mount -t ufs -o ufstype=type_of_ufs device dir
0006
0007
0008 UFS Options
0009 ===========
0010
0011 ufstype=type_of_ufs
0012 UFS is a file system widely used in different operating systems.
0013 The problem are differences among implementations. Features of
0014 some implementations are undocumented, so its hard to recognize
0015 type of ufs automatically. That's why user must specify type of
0016 ufs manually by mount option ufstype. Possible values are:
0017
0018 old
0019 old format of ufs
0020 default value, supported as read-only
0021
0022 44bsd
0023 used in FreeBSD, NetBSD, OpenBSD
0024 supported as read-write
0025
0026 ufs2
0027 used in FreeBSD 5.x
0028 supported as read-write
0029
0030 5xbsd
0031 synonym for ufs2
0032
0033 sun
0034 used in SunOS (Solaris)
0035 supported as read-write
0036
0037 sunx86
0038 used in SunOS for Intel (Solarisx86)
0039 supported as read-write
0040
0041 hp
0042 used in HP-UX
0043 supported as read-only
0044
0045 nextstep
0046 used in NextStep
0047 supported as read-only
0048
0049 nextstep-cd
0050 used for NextStep CDROMs (block_size == 2048)
0051 supported as read-only
0052
0053 openstep
0054 used in OpenStep
0055 supported as read-only
0056
0057
0058 Possible Problems
0059 -----------------
0060
0061 See next section, if you have any.
0062
0063
0064 Bug Reports
0065 -----------
0066
0067 Any ufs bug report you can send to daniel.pirkl@email.cz or
0068 to dushistov@mail.ru (do not send partition tables bug reports).