165787Smckusick.\" Copyright (c) 1993, 1994
265787Smckusick.\"     The Regents of the University of California.  All rights reserved.
365787Smckusick.\" All rights reserved.
465787Smckusick.\"
565787Smckusick.\" This code is derived from software donated to Berkeley by
665787Smckusick.\" Christopher G. Demetriou.
765787Smckusick.\"
865787Smckusick.\" %sccs.include.redist.roff%
965787Smckusick.\"
10*66466Sbostic.\"     @(#)mount_cd9660.8	8.3 (Berkeley) 03/27/94
1165787Smckusick.Dd
1265857Smckusick.Dt MOUNT_CD9660 8
13*66466Sbostic.Os BSD 4
1465787Smckusick.Sh NAME
1565787Smckusick.Nm mount_cd9660
1665787Smckusick.Nd mount an ISO-9660 filesystem
1765787Smckusick.Sh SYNOPSIS
1865787Smckusick.Nm mount_cd9660
19*66466Sbostic.Op Fl egr
20*66466Sbostic.Op Fl o Ar options
21*66466Sbostic.Ar special | node
2265787Smckusick.Sh DESCRIPTION
2365787SmckusickThe
2465787Smckusick.Nm mount_cd9660
25*66466Sbosticcommand attaches the ISO-9660 filesystem residing on the device
2665787Smckusick.Pa special
27*66466Sbosticto the global filesystem namespace at the location indicated by
2865787Smckusick.Pa node .
2965787SmckusickThis command is normally executed by
3065787Smckusick.Xr mount 8
3165787Smckusickat boot time.
3265787Smckusick.Pp
33*66466SbosticThe options are as follows:
34*66466Sbostic.Bl -tag -width indent
35*66466Sbostic.It Fl e
36*66466SbosticEnable the use of extended attributes.
37*66466Sbostic.It Fl g
38*66466SbosticDo not strip version numbers on files.
39*66466Sbostic(By default, if there are files with different version numbers on the disk,
40*66466Sbosticonly the last one will be listed.)
41*66466SbosticIn either case, files may be opened without explicitly stating a
4265787Smckusickversion number.
43*66466Sbostic.It Fl o
44*66466SbosticOptions are specified with a
45*66466Sbostic.Fl o
46*66466Sbosticflag followed by a comma separated string of options.
47*66466SbosticSee the
48*66466Sbostic.Xr mount 8
49*66466Sbosticman page for possible options and their meanings.
50*66466Sbostic.It Fl r
51*66466SbosticDo not use any Rockridge extensions included in the filesystem.
52*66466Sbostic.El
5365787Smckusick.Sh SEE ALSO
5465787Smckusick.Xr mount 2 ,
5565787Smckusick.Xr unmount 2 ,
56*66466Sbostic.Xr fstab 5 ,
57*66466Sbostic.Xr mount 8
5865787Smckusick.Sh BUGS
59*66466SbosticThe cd9660 filesystem does not support the original "High Sierra"
60*66466Sbostic("CDROM001") format.
6165787Smckusick.Pp
6265787SmckusickPOSIX device node mapping is currently not supported.
6365787Smckusick.Pp
6465787SmckusickVersion numbers are not stripped if Rockridge extensions are in use.
6565787SmckusickIn this case, accessing files that don't have Rockridge names without
6665787Smckusickversion numbers gets the one with the lowest version number and not
6765787Smckusickthe one with the highest.
6865787Smckusick.Pp
6965787SmckusickThere is no ECMA support.
7065787Smckusick.Sh HISTORY
7165787SmckusickThe
7265787Smckusick.Nm mount_cd9660
73*66466Sbosticutility first appeared 4.4BSD.
74