[BACK]Return to mount_udf.8 CVS log [TXT][DIR] Up to [local] / src / sbin / mount_udf

File: [local] / src / sbin / mount_udf / mount_udf.8 (download)

Revision 1.10, Sun Dec 9 20:54:01 2007 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.9: +3 -3 lines

update pedro's email address, at his request;

.\" $OpenBSD: mount_udf.8,v 1.10 2007/12/09 20:54:01 jmc Exp $
.\" Written by Pedro Martelletto <pedro@ambientworks.net> in March 2005.
.\" Public domain.
.Dd $Mdocdate: December 9 2007 $
.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 .
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 scottl@freebsd.org
did the original work;
.An Pedro Martelletto Aq pedro@openbsd.org
adapted it to
.Ox .