Deleted Added
full compact
mount_cd9660.8 (102231) mount_cd9660.8 (120492)
1.\" Copyright (c) 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software donated to Berkeley by
6.\" Christopher G. Demetriou.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94
1.\" Copyright (c) 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software donated to Berkeley by
6.\" Christopher G. Demetriou.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94
37.\" $FreeBSD: head/sbin/mount_cd9660/mount_cd9660.8 102231 2002-08-21 18:11:48Z trhodes $
37.\" $FreeBSD: head/sbin/mount_cd9660/mount_cd9660.8 120492 2003-09-26 20:26:25Z fjoe $
38.\"
39.Dd March 27, 1994
40.Dt MOUNT_CD9660 8
41.Os
42.Sh NAME
43.Nm mount_cd9660
44.Nd mount an ISO-9660 file system
45.Sh SYNOPSIS
46.Nm
47.Op Fl begjrv
48.Op Fl o Ar options
49.Op Fl s Ar startsector
38.\"
39.Dd March 27, 1994
40.Dt MOUNT_CD9660 8
41.Os
42.Sh NAME
43.Nm mount_cd9660
44.Nd mount an ISO-9660 file system
45.Sh SYNOPSIS
46.Nm
47.Op Fl begjrv
48.Op Fl o Ar options
49.Op Fl s Ar startsector
50.Op Fl C Ar charset
50.Ar special | node
51.Sh DESCRIPTION
52The
53.Nm
54utility attaches the ISO-9660 file system residing on the device
55.Pa special
56to the global file system namespace at the location indicated by
57.Pa node .

--- 60 unchanged lines hidden (view full) ---

118.Cm info
119command of
120.Xr cdcontrol 1
121is printing.
122It is possible to mount an arbitrary session of a multi-session CD by specifying
123the correct
124.Ar startsector
125here.
51.Ar special | node
52.Sh DESCRIPTION
53The
54.Nm
55utility attaches the ISO-9660 file system residing on the device
56.Pa special
57to the global file system namespace at the location indicated by
58.Pa node .

--- 60 unchanged lines hidden (view full) ---

119.Cm info
120command of
121.Xr cdcontrol 1
122is printing.
123It is possible to mount an arbitrary session of a multi-session CD by specifying
124the correct
125.Ar startsector
126here.
127.It Fl C Ar charset
128Specify local
129.Ar charset
130to convert Unicode file names when using Joliet extensions.
126.It Fl v
127Be verbose about the starting sector decisions made.
128.El
129.Sh EXAMPLES
130The following command can be used to mount a Kodak Photo-CD:
131.Pp
132.Dl "mount_cd9660 -o rw -v -s 0 /dev/cd0c /cdrom"
133.Sh SEE ALSO

--- 11 unchanged lines hidden (view full) ---

145the one with the highest.
146.Pp
147There is no ECMA support.
148.Sh HISTORY
149The
150.Nm
151utility first appeared in
152.Bx 4.4 .
131.It Fl v
132Be verbose about the starting sector decisions made.
133.El
134.Sh EXAMPLES
135The following command can be used to mount a Kodak Photo-CD:
136.Pp
137.Dl "mount_cd9660 -o rw -v -s 0 /dev/cd0c /cdrom"
138.Sh SEE ALSO

--- 11 unchanged lines hidden (view full) ---

150the one with the highest.
151.Pp
152There is no ECMA support.
153.Sh HISTORY
154The
155.Nm
156utility first appeared in
157.Bx 4.4 .
158.Pp
159The unicode conversion routine was added by
160.An Ryuichiro Imura Aq imura@ryu16.org
161at 2003.