1.\" $OpenBSD: mount_udf.8,v 1.10 2007/12/09 20:54:01 jmc Exp $ 2.\" Written by Pedro Martelletto <pedro@ambientworks.net> in March 2005. 3.\" Public domain. 4.Dd $Mdocdate: December 9 2007 $ 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 . 22This command is invoked by 23.Xr mount 8 24when using the syntax 25.Bd -ragged -offset 4n 26.Nm mount Op options 27-t udf 28.Ar special Ar node 29.Ed 30.Pp 31The options are as follows: 32.Bl -tag -width Ds 33.It Fl o Ar options 34Options are specified with a 35.Fl o 36flag followed by a comma separated string of options. 37See the 38.Xr mount 8 39man page for possible options and their meanings. 40.El 41.Sh SEE ALSO 42.Xr mount 2 , 43.Xr fstab 5 , 44.Xr mount 8 , 45.Xr umount 8 , 46.Xr vnconfig 8 47.Sh HISTORY 48UDF support first appeared in 49.Fx 5.0 , 50and was then ported to 51.Ox 3.8 . 52.Sh AUTHORS 53.An -nosplit 54.An Scott Long Aq scottl@freebsd.org 55did the original work; 56.An Pedro Martelletto Aq pedro@openbsd.org 57adapted it to 58.Ox . 59