Deleted Added
full compact
umass.4 (125646) umass.4 (130582)
1.\" Copyright (c) 1999
2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

20.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
26.\" THE POSSIBILITY OF SUCH DAMAGE.
27.\"
1.\" Copyright (c) 1999
2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

20.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
26.\" THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man4/umass.4 125646 2004-02-10 07:29:04Z trhodes $
28.\" $FreeBSD: head/share/man/man4/umass.4 130582 2004-06-16 08:33:57Z ru $
29.\"
30.Dd February 10, 2004
31.Dt UMASS 4
32.Os
33.Sh NAME
34.Nm umass
35.Nd USB Mass Storage Devices driver
36.Sh SYNOPSIS

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

81.Pp
82Among the supported digital cameras are:
83.Pp
84.Bl -item -compact
85.It
86Asahi Optical (PENTAX) Optio 230 & 330
87.El
88.Pp
29.\"
30.Dd February 10, 2004
31.Dt UMASS 4
32.Os
33.Sh NAME
34.Nm umass
35.Nd USB Mass Storage Devices driver
36.Sh SYNOPSIS

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

81.Pp
82Among the supported digital cameras are:
83.Pp
84.Bl -item -compact
85.It
86Asahi Optical (PENTAX) Optio 230 & 330
87.El
88.Pp
89.Nm usb
89.Xr usb 4
90and one of
90and one of
91.Nm uhci
91.Xr uhci 4
92or
92or
93.Nm ohci
93.Xr ohci 4
94must be configured in the kernel as well.
95Last but not least, support for
96SCSI drives,
94must be configured in the kernel as well.
95Last but not least, support for
96SCSI drives,
97.Nm da .
97.Xr da 4 .
98.Sh EXAMPLES
99.Bd -literal -offset indent
100device umass
101device scbus
102device da
103device pass
104.Ed
105.Pp

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

125Again, this assumes that the flash reader is the first SCSI bus in the system.
126.Bd -literal -offset indent
127bsdlabel -w da0 zip100
128newfs da0c
129mount -t ufs /dev/da0c /mnt
130.Ed
131.Pp
132Write a disklabel to the Zip drive (see
98.Sh EXAMPLES
99.Bd -literal -offset indent
100device umass
101device scbus
102device da
103device pass
104.Ed
105.Pp

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

125Again, this assumes that the flash reader is the first SCSI bus in the system.
126.Bd -literal -offset indent
127bsdlabel -w da0 zip100
128newfs da0c
129mount -t ufs /dev/da0c /mnt
130.Ed
131.Pp
132Write a disklabel to the Zip drive (see
133.Nm vpo
133.Xr vpo 4
134for the
134for the
135.Nm disktab
135.Xr disktab 5
136entry), creates the file system and mounts the new file system on /mnt.
137.Pp
138.Dl "newfs_msdos /dev/da0"
139.Pp
140Create a new FAT type file system.
141Care should be taken not to run
142.Xr newfs 8
143on devices that already contain data, as this will result in the
144information being lost.
145.Pp
146Many consumer devices such as digital cameras automatically create
147.Tn MS-DOS
148based file systems when storing information such as images and
149videos.
150These file systems can be accessed by specifying the file system
151type as
136entry), creates the file system and mounts the new file system on /mnt.
137.Pp
138.Dl "newfs_msdos /dev/da0"
139.Pp
140Create a new FAT type file system.
141Care should be taken not to run
142.Xr newfs 8
143on devices that already contain data, as this will result in the
144information being lost.
145.Pp
146Many consumer devices such as digital cameras automatically create
147.Tn MS-DOS
148based file systems when storing information such as images and
149videos.
150These file systems can be accessed by specifying the file system
151type as
152.Nm msdos
152.Cm msdos
153when using
154.Xr mount 8 .
155.Sh SEE ALSO
156.Xr ohci 4 ,
157.Xr uhci 4 ,
158.Xr usb 4 ,
159.Xr vpo 4 ,
160.Xr disktab 5 ,
153when using
154.Xr mount 8 .
155.Sh SEE ALSO
156.Xr ohci 4 ,
157.Xr uhci 4 ,
158.Xr usb 4 ,
159.Xr vpo 4 ,
160.Xr disktab 5 ,
161.Xr camcontrol 8 ,
162.Xr bsdlabel 8
161.Xr bsdlabel 8 ,
162.Xr camcontrol 8
163.\".Sh HISTORY
164.Sh AUTHORS
165.An -nosplit
166The
167.Nm
168driver was written by
169.An MAEKAWA Masahide Aq bishop@rr.iij4u.or.jp
170and
171.An Nick Hibma Aq n_hibma@FreeBSD.org .
172.Pp
173This manual page was written by
174.An Nick Hibma Aq n_hibma@FreeBSD.org .
163.\".Sh HISTORY
164.Sh AUTHORS
165.An -nosplit
166The
167.Nm
168driver was written by
169.An MAEKAWA Masahide Aq bishop@rr.iij4u.or.jp
170and
171.An Nick Hibma Aq n_hibma@FreeBSD.org .
172.Pp
173This manual page was written by
174.An Nick Hibma Aq n_hibma@FreeBSD.org .