xref: /freebsd/share/man/man4/cd9660.4 (revision d0ff5773cefaf3fa41b1be3e44ca35bd9d5f68ee)
1.\"
2.\" SPDX-License-Identifier: BSD-3-Clause
3.\"
4.\" Copyright (c) 2017 Enji Cooper
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. The name of the author may not be used to endorse or promote products
15.\"    derived from this software without specific prior written permission
16.\"
17.\" THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.Dd January 18, 2025
29.Dt CD9660 4
30.Os
31.Sh NAME
32.Nm cd9660
33.Nd "ISO-9660 file system"
34.Sh SYNOPSIS
35To link into the kernel:
36.Bd -ragged -offset indent
37.Cd "options CD9660"
38.Ed
39.Pp
40Alternatively, to load the driver as a
41module at boot time, place the following line in
42.Xr loader.conf 5 :
43.Bd -literal -offset indent
44cd9660_load="YES"
45.Ed
46.Sh DESCRIPTION
47The
48.Nm
49driver will permit the
50.Fx
51kernel to access the
52.Tn cd9660
53file system.
54.Sh EXAMPLES
55To mount a
56.Nm
57volume located on
58.Pa /dev/cd0 :
59.Pp
60.Dl "mount -t cd9660 /dev/cd0 /mnt"
61.Sh SEE ALSO
62.Xr etdump 1 ,
63.Xr nmount 2 ,
64.Xr unmount 2 ,
65.Xr cd 4 ,
66.Xr fstab 5 ,
67.Xr mount 8 ,
68.Xr mount_cd9660 8
69.Sh HISTORY
70The
71.Nm
72driver first appeared in
73.Bx 4.4 Lite .
74.Sh AUTHORS
75.An -nosplit
76The
77.Nm
78kernel implementation was originally written by
79.An Pace Willisson Aq Mt pace@blitz.com
80and
81.An Atsushi Murai Aq Mt amurai@spec.co.jp .
82.Pp
83This manual page was written by
84.An Enji Cooper Aq Mt ngie@FreeBSD.org .
85