69 lines · plain
1=========2Using UFS3=========4 5mount -t ufs -o ufstype=type_of_ufs device dir6 7 8UFS Options9===========10 11ufstype=type_of_ufs12 UFS is a file system widely used in different operating systems.13 The problem are differences among implementations. Features of14 some implementations are undocumented, so its hard to recognize15 type of ufs automatically. That's why user must specify type of16 ufs manually by mount option ufstype. Possible values are:17 18 old19 old format of ufs20 default value, supported as read-only21 22 44bsd23 used in FreeBSD, NetBSD, OpenBSD24 supported as read-write25 26 ufs227 used in FreeBSD 5.x28 supported as read-write29 30 5xbsd31 synonym for ufs232 33 sun34 used in SunOS (Solaris)35 supported as read-write36 37 sunx8638 used in SunOS for Intel (Solarisx86)39 supported as read-write40 41 hp42 used in HP-UX43 supported as read-only44 45 nextstep46 used in NextStep47 supported as read-only48 49 nextstep-cd50 used for NextStep CDROMs (block_size == 2048)51 supported as read-only52 53 openstep54 used in OpenStep55 supported as read-only56 57 58Possible Problems59-----------------60 61See next section, if you have any.62 63 64Bug Reports65-----------66 67Any ufs bug report you can send to daniel.pirkl@email.cz or68to dushistov@mail.ru (do not send partition tables bug reports).69