OpenBSD manual page server

Manual Page Search Parameters

MOUNT_UDF(8) System Manager's Manual MOUNT_UDF(8)

mount_udfmount a UDF filesystem

mount_udf [-o options] special node

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. The filesystem is always mounted readonly. This command is invoked by mount(8) when using the syntax

mount [options] -t udf special node

The options are as follows:

options
Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings.

mount(2), fstab(5), mount(8), umount(8), vnconfig(8)

UDF support first appeared in FreeBSD 5.0, and was then ported to OpenBSD 3.8.

Scott Long <scottl@freebsd.org> did the original work; Pedro Martelletto <pedro@openbsd.org> adapted it to OpenBSD.

April 23, 2020 OpenBSD-6.7