xref: /openbsd/sbin/mount_udf/mount_udf.8 (revision 274d7c50)
1.\" $OpenBSD: mount_udf.8,v 1.12 2014/02/26 02:21:50 tedu Exp $
2.\" Written by Pedro Martelletto <pedro@ambientworks.net> in March 2005.
3.\" Public domain.
4.Dd $Mdocdate: February 26 2014 $
5.Dt MOUNT_UDF 8
6.Os
7.Sh NAME
8.Nm mount_udf
9.Nd mount a UDF filesystem
10.Sh SYNOPSIS
11.Nm mount_udf
12.Op Fl o Ar options
13.Ar special node
14.Sh DESCRIPTION
15The
16.Nm
17command attaches a UDF filesystem (typically found on a DVD) residing on the
18device
19.Ar special
20to the global filesystem namespace at the location indicated by
21.Ar node .
22The filesystem is always mounted readonly.
23This command is invoked by
24.Xr mount 8
25when using the syntax
26.Bd -ragged -offset 4n
27.Nm mount Op options
28-t udf
29.Ar special Ar node
30.Ed
31.Pp
32The options are as follows:
33.Bl -tag -width Ds
34.It Fl o Ar options
35Options are specified with a
36.Fl o
37flag followed by a comma separated string of options.
38See the
39.Xr mount 8
40man page for possible options and their meanings.
41.El
42.Sh SEE ALSO
43.Xr mount 2 ,
44.Xr fstab 5 ,
45.Xr mount 8 ,
46.Xr umount 8 ,
47.Xr vnconfig 8
48.Sh HISTORY
49UDF support first appeared in
50.Fx 5.0 ,
51and was then ported to
52.Ox 3.8 .
53.Sh AUTHORS
54.An -nosplit
55.An Scott Long Aq Mt scottl@freebsd.org
56did the original work;
57.An Pedro Martelletto Aq Mt pedro@openbsd.org
58adapted it to
59.Ox .
60