2019-07-10 18:31:23 +03:00
=========
Using UFS
2005-04-17 02:20:36 +04:00
=========
mount -t ufs -o ufstype=type_of_ufs device dir
2019-07-10 18:31:23 +03:00
UFS Options
2005-04-17 02:20:36 +04:00
===========
ufstype=type_of_ufs
UFS is a file system widely used in different operating systems.
The problem are differences among implementations. Features of
some implementations are undocumented, so its hard to recognize
2019-07-10 18:31:23 +03:00
type of ufs automatically. That's why user must specify type of
2005-04-17 02:20:36 +04:00
ufs manually by mount option ufstype. Possible values are:
2019-07-10 18:31:23 +03:00
old
old format of ufs
2005-04-17 02:20:36 +04:00
default value, supported as read-only
2019-07-10 18:31:23 +03:00
44bsd
used in FreeBSD, NetBSD, OpenBSD
2005-04-17 02:20:36 +04:00
supported as read-write
2019-07-10 18:31:23 +03:00
ufs2
used in FreeBSD 5.x
2007-02-12 11:54:30 +03:00
supported as read-write
2005-04-17 02:20:36 +04:00
2019-07-10 18:31:23 +03:00
5xbsd
synonym for ufs2
2005-04-17 02:20:36 +04:00
2019-07-10 18:31:23 +03:00
sun
used in SunOS (Solaris)
2005-04-17 02:20:36 +04:00
supported as read-write
2019-07-10 18:31:23 +03:00
sunx86
used in SunOS for Intel (Solarisx86)
2005-04-17 02:20:36 +04:00
supported as read-write
2019-07-10 18:31:23 +03:00
hp
used in HP-UX
2005-04-17 02:20:36 +04:00
supported as read-only
nextstep
used in NextStep
supported as read-only
nextstep-cd
used for NextStep CDROMs (block_size == 2048)
supported as read-only
openstep
used in OpenStep
supported as read-only
2019-07-10 18:31:23 +03:00
Possible Problems
-----------------
2005-04-17 02:20:36 +04:00
2007-02-12 11:54:30 +03:00
See next section, if you have any.
2005-04-17 02:20:36 +04:00
2019-07-10 18:31:23 +03:00
Bug Reports
-----------
2005-04-17 02:20:36 +04:00
2007-02-12 11:54:30 +03:00
Any ufs bug report you can send to daniel.pirkl@email.cz or
to dushistov@mail.ru (do not send partition tables bug reports).