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