| | man : mount_udf(8)
MOUNT_UDF(8) OpenBSD System Manager's Manual MOUNT_UDF(8)
NAME
mount_udf - mount a UDF filesystem
SYNOPSIS
mount_udf [-o options] special node
DESCRIPTION
The mount_udf command attaches a UDF filesystem (typically found on a
DVD) residing on the device special to the global filesystem namespace at
the location indicated by node. This command is invoked by mount(8) when
using the syntax
mount [options] -t udf special node
The options are as follows:
-o options
Options are specified with a -o flag followed by a comma separat-
ed string of options. See the mount(8) man page for possible op-
tions and their meanings.
SEE ALSO
mount(2), fstab(5), mount(8), umount(8), vnconfig(8)
HISTORY
UDF support first appeared in FreeBSD 5.0, and was then ported to
OpenBSD 3.8.
AUTHORS
Scott Long <scottlATfreebsd.org> did the original work; Pedro Martelletto
<pedroATopenbsd.org> adapted it to OpenBSD.
OpenBSD 4.5 December 9, 2007 1
|